Subversion Repositories SmartDukaan

Rev

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

Rev 6467 Rev 6494
Line 45... Line 45...
45
struct DetailedPurchaseScan {
45
struct DetailedPurchaseScan {
46
    1:i64 purchaseOrderId,
46
    1:i64 purchaseOrderId,
47
    2:i64 poCreatedAt,
47
    2:i64 poCreatedAt,
48
    3:string supplierName,
48
    3:string supplierName,
49
    4:string invoiceNumbers,
49
    4:string invoiceNumbers,
-
 
50
    5:string receivedBy,
50
    5:i64 itemId,
51
    6:i64 itemId,
51
    6:string brand,
52
    7:string brand,
52
    7:string modelName,
53
    8:string modelName,
53
    8:string modelNumber,
54
    9:string modelNumber,
54
    9:string color,
55
   10:string color,
55
   10:double unitPrice,
56
   11:double unitPrice,
56
   11:i64 quantity,
57
   12:i64 quantity,
57
   12:i64 purchaseId,
58
   13:i64 purchaseId,
58
   13:i64 purchasedAt
59
   14:i64 purchasedAt
59
}
60
}
60
 
61
 
61
struct InvoiceScan {
62
struct InvoiceScan {
62
    1:string invoiceNumber,
63
    1:string invoiceNumber,
63
    2:i64 numItems,
64
    2:i64 numItems,