feat: add establishment settings

This commit is contained in:
2026-02-17 19:47:25 -03:00
parent 816252308c
commit eef3dbc2fb
32 changed files with 811 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ export class Settings {
readonly menuItems = [
new IconNavListItem('translate', 'settings.nav.language', ['languages']),
new IconNavListItem('warehouse', 'settings.nav.manage_chains', ['chains']),
new IconNavListItem('store', 'settings.nav.manage_establishments', ['/']),
new IconNavListItem('store', 'settings.nav.manage_establishments', ['establishments']),
new IconNavListItem('shopping_bag', 'settings.nav.manage_products', ['/']),
];
}