Subversion Repositories SmartDukaan

Rev

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

Rev 922 Rev 956
Line 35... Line 35...
35
 
35
 
36
 
36
 
37
struct LineItem{
37
struct LineItem{
38
	1:i64 id,
38
	1:i64 id,
39
	2:i64 item_id,
39
	2:i64 item_id,
-
 
40
	3:string productGroup
40
	3:string brand,
41
	4:string brand,
41
	4:string model_number,
42
	5:string model_number,
-
 
43
	6:string color
42
	5:string model_name,
44
	7:string model_name,
43
	6:string extra_info,
45
	8:string extra_info,
44
	7:double quantity,
46
	9:double quantity,
45
	8:double unit_price,
47
	10:double unit_price,
46
	9:double unit_weight,
48
	11:double unit_weight,
47
	10:double total_price,
49
	12:double total_price,
48
	11:double total_weight,
50
	13:double total_weight,
49
	12:string color
-
 
50
}
51
}
51
 
52
 
52
 
53
 
53
struct Order{
54
struct Order{
54
	1:i64 id,
55
	1:i64 id,