@apptimate/core-lib 4.5.0 → 4.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/constants/menus.ts +3 -9
package/package.json
CHANGED
package/src/constants/menus.ts
CHANGED
|
@@ -233,12 +233,10 @@ export const MENU_ITEM_REGISTRY: RegistryItem[] = [
|
|
|
233
233
|
{ key: 'construction__pos', label: 'Purchase Orders', path: '/construction/procurement/pos', module: 'Construction', defaultGroup: 'Procurement', permission: null },
|
|
234
234
|
{ key: 'construction__grns', label: 'Goods Receipt', path: '/construction/procurement/grns', module: 'Construction', defaultGroup: 'Procurement', permission: null },
|
|
235
235
|
|
|
236
|
-
{ key: 'construction__site_ledger', label: '
|
|
237
|
-
{ key: 'construction__site_issues', label: '
|
|
238
|
-
{ key: 'construction__wastage_returns', label: 'Wastage & Returns', path: '/construction/site-inventory/wastage-returns', module: 'Construction', defaultGroup: '
|
|
236
|
+
{ key: 'construction__site_ledger', label: 'Project Ledger', path: '/construction/site-inventory/ledger', module: 'Construction', defaultGroup: 'Project Inventory', permission: null },
|
|
237
|
+
{ key: 'construction__site_issues', label: 'Project Issues', path: '/construction/site-inventory/issues', module: 'Construction', defaultGroup: 'Project Inventory', permission: null },
|
|
238
|
+
{ key: 'construction__wastage_returns', label: 'Wastage & Returns', path: '/construction/site-inventory/wastage-returns', module: 'Construction', defaultGroup: 'Project Inventory', permission: null },
|
|
239
239
|
|
|
240
|
-
{ key: 'construction__boq', label: 'BOQ Master', path: '/construction/boq', module: 'Construction', defaultGroup: 'Bill of Quantities', permission: null },
|
|
241
|
-
{ key: 'construction__boq_revisions', label: 'BOQ Revisions', path: '/construction/boq/revisions', module: 'Construction', defaultGroup: 'Bill of Quantities', permission: null },
|
|
242
240
|
{ key: 'construction__variations', label: 'Subcontractor Variations', path: '/construction/variations', module: 'Construction', defaultGroup: 'Subcontractor Variations', permission: null },
|
|
243
241
|
|
|
244
242
|
{ key: 'construction__workforce', label: 'Workforce Master', path: '/construction/workforce', module: 'Construction', defaultGroup: 'Workforce', permission: null },
|
|
@@ -251,7 +249,6 @@ export const MENU_ITEM_REGISTRY: RegistryItem[] = [
|
|
|
251
249
|
{ key: 'construction__fuel_logs', label: 'Fuel Logs', path: '/construction/equipment/fuel-logs', module: 'Construction', defaultGroup: 'Equipment & Plant', permission: null },
|
|
252
250
|
{ key: 'construction__maintenance', label: 'Maintenance', path: '/construction/equipment/maintenance', module: 'Construction', defaultGroup: 'Equipment & Plant', permission: null },
|
|
253
251
|
|
|
254
|
-
{ key: 'construction__schedule_tasks', label: 'Schedule Tasks', path: '/construction/scheduling/tasks', module: 'Construction', defaultGroup: 'Scheduling', permission: null },
|
|
255
252
|
{ key: 'construction__schedule_calendar', label: 'Resource Calendar', path: '/construction/scheduling/calendar', module: 'Construction', defaultGroup: 'Scheduling', permission: null },
|
|
256
253
|
|
|
257
254
|
{ key: 'construction__main_contract', label: 'Main Contract', path: '/construction/contracts/main-contract', module: 'Construction', defaultGroup: 'Contracts', permission: null },
|
|
@@ -506,8 +503,6 @@ export const MENU_PRESETS: MenuPreset[] = [
|
|
|
506
503
|
'construction__site_ledger',
|
|
507
504
|
'construction__site_issues',
|
|
508
505
|
'construction__wastage_returns',
|
|
509
|
-
'construction__boq',
|
|
510
|
-
'construction__boq_revisions',
|
|
511
506
|
'construction__variations',
|
|
512
507
|
'construction__workforce',
|
|
513
508
|
'construction__shifts',
|
|
@@ -517,7 +512,6 @@ export const MENU_PRESETS: MenuPreset[] = [
|
|
|
517
512
|
'construction__equipment_allocation',
|
|
518
513
|
'construction__fuel_logs',
|
|
519
514
|
'construction__maintenance',
|
|
520
|
-
'construction__schedule_tasks',
|
|
521
515
|
'construction__schedule_calendar',
|
|
522
516
|
'construction__main_contract',
|
|
523
517
|
'construction__subcontractors',
|