Moved SaleForm code to Controller, have to put Exception handlers for PermissionException
This commit is contained in:
@ -9,10 +9,19 @@ namespace Tanshu.Accounts.Contracts
|
||||
{
|
||||
public const string SALES_CHECKOUT = "Sales/Checkout";
|
||||
public const string SALES_SALES_BILL = "Sales/SalesBill";
|
||||
public const string SECURITY_MANAGE_ROLES = "Security/ManageRoles";
|
||||
public const string SALES_SALE_DETAIL = "Sales/SaleDetail";
|
||||
public const string SALES_VOID_BILL = "Sales/VoidPrintedBill";
|
||||
public const string SALES_EDIT_BILL = "Sales/EditBill";
|
||||
public const string SALES_PRINT_KOT = "Sales/PrintKOT";
|
||||
public const string SALES_PRINT_BILL = "Sales/PrintBill";
|
||||
public const string SALES_CHANGE_RATE = "Sales/ChangeRate";
|
||||
public const string SALES_EDIT_PRINTED_PRODUCT = "Sales/EditPrintedProduct";
|
||||
|
||||
public const string MASTER_PRODUCTS = "Master/Products";
|
||||
|
||||
public const string SECURITY_MANAGE_ROLES = "Security/ManageRoles";
|
||||
public const string LOG_VIEW = "Log/View";
|
||||
public const string MASTER_OWNER = "Master/Owner";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user