Numpad User Control and Login Changes
This commit is contained in:
18
Tanshu.Accounts.Contracts/Roles.cs
Normal file
18
Tanshu.Accounts.Contracts/Roles.cs
Normal file
@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Tanshu.Accounts.Contracts
|
||||
{
|
||||
public static class Roles
|
||||
{
|
||||
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 MASTER_PRODUCTS = "Master/Products";
|
||||
public const string LOG_VIEW = "Log/View";
|
||||
public const string MASTER_OWNER = "Master/Owner";
|
||||
}
|
||||
}
|
||||
@ -106,6 +106,7 @@
|
||||
<Compile Include="Data Contracts\SaleVoucherBO.cs" />
|
||||
<Compile Include="Data Contracts\UserBO.cs" />
|
||||
<Compile Include="Data Contracts\VoucherBO.cs" />
|
||||
<Compile Include="Roles.cs" />
|
||||
<Compile Include="Service Contracts\AdvanceBI.cs" />
|
||||
<Compile Include="Service Contracts\CheckoutBI.cs" />
|
||||
<Compile Include="Service Contracts\CustomerBI.cs" />
|
||||
|
||||
Reference in New Issue
Block a user