Subversion Repositories SmartDukaan

Rev

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

Rev 8303 Rev 8910
Line 44... Line 44...
44
}
44
}
45
 
45
 
46
enum Role{
46
enum Role{
47
	WAREHOUSE_EXECUTIVE = 0,
47
	WAREHOUSE_EXECUTIVE = 0,
48
	ADMIN = 1,
48
	ADMIN = 1,
49
	WAREHOUSE_MONITOR = 2
49
	WAREHOUSE_MONITOR = 2,
-
 
50
	WAREHOUSE_OBSERVER = 3
50
}
51
}
51
 
52
 
52
struct DashboardUser{
53
struct DashboardUser{
53
	1:string username,
54
	1:string username,
54
	2:string password,
55
	2:string password,