mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-31 03:39:06 -04:00
50 lines
2.6 KiB
PHP
50 lines
2.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'admin_cashups' => '',
|
|
'admin_cashups_desc' => '',
|
|
'attributes' => 'Attributes',
|
|
'attributes_desc' => 'Add, Update, Delete, and Search Cashups.',
|
|
'both' => 'Both',
|
|
'cashups' => 'Cashups',
|
|
'cashups_desc' => 'Add, Update, Delete, and Search Items.',
|
|
'config' => 'Configuration',
|
|
'config_desc' => "Change OSPOS's Configuration.",
|
|
'customers' => 'Customers',
|
|
'customers_desc' => 'Add, Update, Delete, and Search Suppliers.',
|
|
'employees' => 'Employees',
|
|
'employees_desc' => 'Add, Update, Delete, and Search Expenses.',
|
|
'expenses' => 'Expenses',
|
|
'expenses_categories' => 'Expenses Categories',
|
|
'expenses_categories_desc' => 'Add, Update, and Delete Expenses Categories.',
|
|
'expenses_desc' => 'Add, Update, Delete, and Search Employees.',
|
|
'giftcards' => 'Gift Cards',
|
|
'giftcards_desc' => 'Add, Update, Delete, and Search Customers.',
|
|
'home' => 'Home',
|
|
'home_desc' => 'List office menu modules.',
|
|
'item_kits' => 'Item Kits',
|
|
'item_kits_desc' => 'Add, Update, Delete, and Search Items.',
|
|
'items' => 'Items',
|
|
'items_desc' => 'Add, Update, Delete and Search Item Kits.',
|
|
'messages' => 'Messages',
|
|
'messages_desc' => 'Send Messages to Customers, Suppliers and Employees.',
|
|
'migrate' => 'Migrate',
|
|
'migrate_desc' => 'Update the OSPOS Database.',
|
|
'office' => 'Office',
|
|
'office_desc' => 'List home menu modules.',
|
|
'receivings' => 'Receivings',
|
|
'receivings_desc' => 'Process Purchase Orders.',
|
|
'reports' => 'Reports',
|
|
'reports_desc' => 'View and generate Reports.',
|
|
'sales' => 'Sales',
|
|
'sales_desc' => 'Process Sales and Returns.',
|
|
'suppliers' => 'Suppliers',
|
|
'suppliers_desc' => 'Add, Update, Delete, and Search Customers.',
|
|
'taxes' => 'Taxes',
|
|
'taxes_desc' => 'Configure Sales Taxes.',
|
|
'timeclocks' => '',
|
|
'timeclocks_categories' => '',
|
|
'timeclocks_categories_desc' => '',
|
|
'timeclocks_desc' => '',
|
|
];
|