Subversion Repositories SmartDukaan

Rev

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

Rev 1886 Rev 1984
Line 47... Line 47...
47
	10:double unit_price,
47
	10:double unit_price,
48
	11:double unit_weight,
48
	11:double unit_weight,
49
	12:double total_price,
49
	12:double total_price,
50
	13:double transfer_price,
50
	13:double transfer_price,
51
	14:double total_weight,
51
	14:double total_weight,
-
 
52
	15:double discounted_price
52
}
53
}
53
 
54
 
54
 
55
 
55
struct Order{
56
struct Order{
56
	1:i64 id,
57
	1:i64 id,
Line 102... Line 103...
102
	28:i64 delivery_timestamp,
103
	28:i64 delivery_timestamp,
103
	29:i64 outofstock_timestamp,
104
	29:i64 outofstock_timestamp,
104
	30:i64 jacket_number,
105
	30:i64 jacket_number,
105
	31:string receiver,
106
	31:string receiver,
106
	32:i64 batchNo,
107
	32:i64 batchNo,
107
	33:i64 serialNo
108
	33:i64 serialNo,
-
 
109
	34:double discounted_amount
108
}
110
}
109
 
111
 
110
struct Transaction{
112
struct Transaction{
111
	1:i64 id,
113
	1:i64 id,
112
	2:list<Order> orders,
114
	2:list<Order> orders,