Subversion Repositories SmartDukaan

Rev

Rev 8717 | Rev 10120 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8717 Rev 9433
Line 79... Line 79...
79
   11:double unitPrice,
79
   11:double unitPrice,
80
   12:i64 quantity,
80
   12:i64 quantity,
81
   13:i64 purchaseId,
81
   13:i64 purchaseId,
82
   14:i64 purchasedAt,
82
   14:i64 purchasedAt,
83
   15:double nlc,
83
   15:double nlc,
84
   16:i64 warehouseId
84
   16:i64 warehouseId,
-
 
85
   17:i64 taxType
85
}
86
}
86
 
87
 
87
struct InvoiceScan {
88
struct InvoiceScan {
88
    1:string invoiceNumber,
89
    1:string invoiceNumber,
89
    2:i64 numItems,
90
    2:i64 numItems,