Subversion Repositories SmartDukaan

Rev

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

Rev 5885 Rev 7881
Line 46... Line 46...
46
/invoice/new = authc, perms["invoice:receive"]
46
/invoice/new = authc, perms["invoice:receive"]
47
/invoice = authc, perms["invoice:read"]
47
/invoice = authc, perms["invoice:read"]
48
/supplier/new = authc, perms["supplier:create"]
48
/supplier/new = authc, perms["supplier:create"]
49
/supplier/*/edit = authc, perms["supplier:edit"]
49
/supplier/*/edit = authc, perms["supplier:edit"]
50
/supplier/* = authc, perms["supplier:read"]
50
/supplier/* = authc, perms["supplier:read"]
-
 
51
/current-inventory = authc, perms["inventory:read"]
-
 
52
/inventory-age = authc, perms["inventory-age:read"]
-
 
53
/scan-record = anon
-
 
54
/inventory-reader/** = authc, perms["inventory-age:read"] 
-
 
55
/purchase-return = authc, perms["purchase-return:read"]
-
 
56
/movement-report/** = authc, perms["movement-report:read"]
51
 
-
 
-
 
57
/hotspot-indent = authc, perms["hotspot-indent:create"]
-
 
58
/transfer-lot = authc, perms["transfer-lot:view"]
-
 
59
/transfer-lot/new = authc, perms["transfer-lot:create"]
-
 
60
/transfer-lot-receive = authc, perms["po:receive"] 
52
/** = authc
61
/** = authc