Subversion Repositories SmartDukaan

Rev

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

Rev 3374 Rev 4358
Line 35... Line 35...
35
}
35
}
36
 
36
 
37
enum Role{
37
enum Role{
38
	WAREHOUSE_EXECUTIVE = 0,
38
	WAREHOUSE_EXECUTIVE = 0,
39
	ADMIN = 1,
39
	ADMIN = 1,
40
	CATEGORY_MANAGER = 2
40
	WAREHOUSE_MONITOR = 2
41
}
41
}
42
 
42
 
43
struct DashboardUser{
43
struct DashboardUser{
44
	1:string username,
44
	1:string username,
45
	2:string password,
45
	2:string password,