Subversion Repositories SmartDukaan

Rev

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

Rev 9861 Rev 9884
Line 40... Line 40...
40
enum InsurerType {
40
enum InsurerType {
41
	DEVICE = 1,
41
	DEVICE = 1,
42
	DATA = 2
42
	DATA = 2
43
}
43
}
44
 
44
 
-
 
45
enum CompetitionCategory {
-
 
46
	CANT_COMPETE = 1,
-
 
47
	BUY_BOX = 2,
-
 
48
	COMPETITIVE = 3,
-
 
49
	COMPETITIVE_NO_INVENTORY = 4,
-
 
50
	EXCEPTION = 5,
-
 
51
	NEGATIVE_MARGIN = 6
-
 
52
}
-
 
53
 
-
 
54
enum CompetitionBasis {
-
 
55
	SP = 1, 
-
 
56
	TP = 2
-
 
57
}
-
 
58
 
-
 
59
enum SalesPotential {
-
 
60
	HIGH = 1,
-
 
61
	MEDIUM = 2,
-
 
62
	LOW = 3 
-
 
63
}
-
 
64
 
45
struct Item{
65
struct Item{
46
	1:i64 id,
66
	1:i64 id,
47
	2:string productGroup
67
	2:string productGroup
48
	3:string brand,
68
	3:string brand,
49
	4:string modelNumber,
69
	4:string modelNumber,