Added Emplyee Access missing names
This commit is contained in:
parent
ba12d2ed1f
commit
0eb478ece2
|
|
@ -717,7 +717,7 @@ export const routesConfig = [
|
|||
{
|
||||
path: 'counter-category-mapping',
|
||||
component: CounterCategoryMappingForm,
|
||||
empAccess: 'Counter Category Mapping',
|
||||
empAccess: 'Counter Mapping',
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -872,17 +872,17 @@ export const routesConfig = [
|
|||
{
|
||||
path: 'code-base',
|
||||
component: CodeBaseList,
|
||||
empAccess: 'Code Base',
|
||||
empAccess: 'Code Based',
|
||||
},
|
||||
{
|
||||
path: 'code-base/new',
|
||||
component: (props) => <CodeBase {...props} formType="add" />,
|
||||
empAccess: 'Code Base',
|
||||
empAccess: 'Code Based',
|
||||
},
|
||||
{
|
||||
path: 'code-base/new',
|
||||
component: (props) => <CodeBase {...props} formType="edit" />,
|
||||
empAccess: 'Code Base',
|
||||
empAccess: 'Code Based',
|
||||
},
|
||||
|
||||
{ path: 'item-wise', component: ItemWise, empAccess: 'Item Wise Offer' },
|
||||
|
|
@ -922,17 +922,17 @@ export const routesConfig = [
|
|||
path: 'loyalty-based',
|
||||
// component: LoyaltyBased,
|
||||
component: LoyaltyBasedList,
|
||||
empAccess: 'Loyalty Based',
|
||||
empAccess: 'Loyalty Points',
|
||||
},
|
||||
{
|
||||
path: 'loyalty-based/new',
|
||||
component: (props) => <LoyaltyBased {...props} formType="add" />,
|
||||
empAccess: 'Loyalty Based',
|
||||
empAccess: 'Loyalty Points',
|
||||
},
|
||||
{
|
||||
path: 'loyalty-based/update',
|
||||
component: (props) => <LoyaltyBased {...props} formType="edit" />,
|
||||
empAccess: 'Loyalty Based',
|
||||
empAccess: 'Loyalty Points',
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -1080,11 +1080,7 @@ export const routesConfig = [
|
|||
empAccess: 'Product Receipt',
|
||||
},
|
||||
|
||||
{
|
||||
path: 'purchase-order',
|
||||
component: PurchaseOrderList,
|
||||
empAccess: 'Purchase Order',
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
path: 'receive-stocks',
|
||||
|
|
@ -1108,6 +1104,11 @@ export const routesConfig = [
|
|||
component: gstInvoiceSetUpList,
|
||||
empAccess: 'Gst Invoice Setup',
|
||||
},
|
||||
{
|
||||
path: 'purchase-order',
|
||||
component: PurchaseOrderList,
|
||||
empAccess: 'Purchase Order',
|
||||
},
|
||||
{
|
||||
path: 'purchase-order/new',
|
||||
component: (props) => <PurchaseOrder {...props} formType="add" />,
|
||||
|
|
@ -1117,7 +1118,7 @@ export const routesConfig = [
|
|||
{
|
||||
path: 'purchase-return/list',
|
||||
component: PurchaseReturnget,
|
||||
empAccess: 'Purchase Return',
|
||||
empAccess: 'Product Return',
|
||||
},
|
||||
{
|
||||
path: 'purchaseconfirm',
|
||||
|
|
@ -1127,7 +1128,7 @@ export const routesConfig = [
|
|||
{
|
||||
path: 'purchase-return',
|
||||
component: PurchaseReturn,
|
||||
empAccess: 'Purchase Return',
|
||||
empAccess: 'Product Return',
|
||||
},
|
||||
//free Products
|
||||
{
|
||||
|
|
@ -1185,6 +1186,11 @@ export const routesConfig = [
|
|||
component: PurchaseQuotationForm,
|
||||
empAccess: 'Sales Quotation',
|
||||
},
|
||||
{
|
||||
path: 'sales-quotation/list',
|
||||
component: PurchaseQuotationList,
|
||||
empAccess: 'Sales Quotation',
|
||||
},
|
||||
{
|
||||
path: 'sales-order',
|
||||
component: SalesOrder,
|
||||
|
|
@ -1214,11 +1220,7 @@ export const routesConfig = [
|
|||
component: DeliveryChallanToInvoiceForm,
|
||||
empAccess: 'DC to Invoice',
|
||||
},
|
||||
{
|
||||
path: 'sales-quotation/list',
|
||||
component: PurchaseQuotationList,
|
||||
empAccess: 'Sales Quotation',
|
||||
},
|
||||
|
||||
|
||||
{ path: 'shift-master', component: ShiftMasterList, empAccess: 'Shift' },
|
||||
{
|
||||
|
|
@ -1323,17 +1325,17 @@ export const routesConfig = [
|
|||
{
|
||||
path: 'combo-master',
|
||||
component: ComboList,
|
||||
empAccess: 'Combo Product',
|
||||
empAccess: 'Add Product',
|
||||
},
|
||||
{
|
||||
path: 'combo-master/new',
|
||||
component: (props) => <ComboMaster {...props} formType="add" />,
|
||||
empAccess: 'Combo Product',
|
||||
empAccess: 'Add Product',
|
||||
},
|
||||
{
|
||||
path: 'combo-master/update',
|
||||
component: (props) => <ComboMaster {...props} formType="edit" />,
|
||||
empAccess: 'Combo Product',
|
||||
empAccess: 'Add Product',
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -1442,17 +1444,17 @@ export const routesConfig = [
|
|||
{
|
||||
path: 'sales-bill-cancel',
|
||||
component: SalesBillCancel,
|
||||
empAccess: 'Sales Bill Cancel',
|
||||
empAccess: 'Sales Entry Cancel',
|
||||
},
|
||||
{
|
||||
path: 'sales-bill-product-return/list',
|
||||
component: SalesBillProductsReturnList,
|
||||
empAccess: 'Product Return',
|
||||
empAccess: 'Sales Product Return',
|
||||
},
|
||||
{
|
||||
path: 'sales-bill-product-return',
|
||||
component: SalesBillProductsReturn,
|
||||
empAccess: 'Product Return',
|
||||
empAccess: 'Sales Product Return',
|
||||
},
|
||||
{
|
||||
path: 'booking-reschedule',
|
||||
|
|
@ -1582,7 +1584,7 @@ export const routesConfig = [
|
|||
{
|
||||
path: `barcode-qr-selection`,
|
||||
component: BarcodeTemplateSetup,
|
||||
empAccess: 'Barcode / Qr',
|
||||
empAccess: 'Barcode / QR',
|
||||
},
|
||||
{
|
||||
path: 'kiosk-component',
|
||||
|
|
|
|||
Loading…
Reference in New Issue