Subversion Repositories SmartDukaan

Rev

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

Rev 5530 Rev 5545
Line 46... Line 46...
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:i64 itemId,
50
    5:i64 itemId,
-
 
51
    6:string brand,
51
    6:string itemName,
52
    7:string modelName,
-
 
53
    8:string modelNumber,
-
 
54
    9:string color,
52
    7:double unitPrice,
55
   10:double unitPrice,
53
    8:i64 quantity
56
   11:i64 quantity
54
}
57
}
55
 
58
 
56
struct InvoiceScan {
59
struct InvoiceScan {
57
    1:string invoiceNumber,
60
    1:string invoiceNumber,
58
    2:i64 numItems,
61
    2:i64 numItems,