init to pos domain

This commit is contained in:
2026-03-18 13:35:57 +03:30
parent f2766e2d7d
commit 1e2f94261e
42 changed files with 635 additions and 809 deletions
+1
View File
@@ -0,0 +1 @@
export * from './menuItems.const';
@@ -0,0 +1,16 @@
import { MenuItem } from 'primeng/api';
export const CONSUMER_MENU_ITEMS = [
{
items: [
{
label: 'فروش',
icon: 'pi pi-fw pi-home',
routerLink: ['/'],
},
{
label: 'فاکتورها',
icon: 'pi pi-fw pi-home',
},
],
},
] as MenuItem[];