Subversion Repositories SmartDukaan

Rev

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

Rev 14072 Rev 20025
Line 108... Line 108...
108
    10:double totalCost,
108
    10:double totalCost,
109
    11:double freightCharges,
109
    11:double freightCharges,
110
    12:double realizedCost,
110
    12:double realizedCost,
111
    13:double realizedFreightCharges,
111
    13:double realizedFreightCharges,
112
    14:POType type,
112
    14:POType type,
113
    15:TaxType taxType
113
    15:TaxType taxType,
-
 
114
    16:i64 warehouseAddressId
-
 
115
    17:i64 shippingWarehouseAddressId
-
 
116
    18:i64 buyerId
114
}
117
}
115
 
118
 
116
struct Purchase {
119
struct Purchase {
117
    1:i64 id,
120
    1:i64 id,
118
    2:i64 poId,
121
    2:i64 poId,