Subversion Repositories SmartDukaan

Rev

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

Rev 6530 Rev 6788
Line 29... Line 29...
29
                            CONTENT_COMPLETE = 5;
29
                            CONTENT_COMPLETE = 5;
30
    
30
    
31
    // role column in helper.catalogdashboarduser table. role specifies 
31
    // role column in helper.catalogdashboarduser table. role specifies 
32
    // the username-pwd pair for staging or for production.
32
    // the username-pwd pair for staging or for production.
33
    // production password is needed while updating item on production server.
33
    // production password is needed while updating item on production server.
34
    public static final int ROLE_STAGING = 0, ROLE_PRODUCTION = 1;
34
    public static final int ROLE_STAGING = 0, ROLE_READONLY = 1, ROLE_PRODUCTION = 2;
35
    private static boolean entityIdMandatory = false;
35
    private static boolean entityIdMandatory = false;
36
    
36
    
37
    private static Map<Long, String> vendors, warehouses, sources, voucherType;
37
    private static Map<Long, String> vendors, warehouses, sources, voucherType;
38
    private static List<String> categories, brands;
38
    private static List<String> categories, brands;
39
    
39