Subversion Repositories SmartDukaan

Rev

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

Rev 8565 Rev 8580
Line 78... Line 78...
78
   10:string color,
78
   10:string color,
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
}
85
}
85
 
86
 
86
struct InvoiceScan {
87
struct InvoiceScan {
87
    1:string invoiceNumber,
88
    1:string invoiceNumber,
88
    2:i64 numItems,
89
    2:i64 numItems,