Subversion Repositories SmartDukaan

Rev

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

Rev 12103 Rev 12280
Line 143... Line 143...
143
	5:string model_number,
143
	5:string model_number,
144
	6:string color,
144
	6:string color,
145
	7:string model_name,
145
	7:string model_name,
146
	8:string extra_info,
146
	8:string extra_info,
147
	9:double quantity,
147
	9:double quantity,
-
 
148
	10:double mrp,
148
	10:double unit_price,
149
	11:double unit_price,
149
	11:double unit_weight,
150
	12:double unit_weight,
150
	12:double total_price,
151
	13:double total_price,
151
	13:double transfer_price,
152
	14:double transfer_price,
152
	14:double total_weight,
153
	15:double total_weight,
153
	15:optional string serial_number,
154
	16:optional string serial_number,
154
	16:optional string item_number,
155
	17:optional string item_number,
155
	17:optional string dealText,
156
	18:optional string dealText,
156
	18:i64 warrantry_expiry_timestamp,
157
	19:i64 warrantry_expiry_timestamp,
157
	19:double vatRate,
158
	20:double vatRate,
158
	20:double nlc
159
	21:double nlc
159
}
160
}
160
 
161
 
161
enum DelayReason {
162
enum DelayReason {
162
	INVENTORY_LOW_PHASED_OUT,
163
	INVENTORY_LOW_PHASED_OUT,
163
	INVENTORY_LOW_COLOR_NOT_AVAILABLE,
164
	INVENTORY_LOW_COLOR_NOT_AVAILABLE,