@goplusvn/core 0.1.45 → 0.1.46

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.
@@ -1,781 +0,0 @@
1
- import type { NavigationType } from "../../types";
2
-
3
- export const navigationsData: NavigationType[] = [
4
- {
5
- title: "Dashboards",
6
- iconName: "LayoutDashboard",
7
- items: [
8
- // {
9
- // title: "Analytics",
10
- // href: "/dashboards/analytics",
11
- // iconName: "ChartPie",
12
- // },
13
- {
14
- title: "Đặt hàng",
15
- href: "/dashboards/purchase",
16
- iconName: "FileText",
17
- },
18
- // {
19
- // title: "CRM",
20
- // href: "/dashboards/crm",
21
- // iconName: "ChartBar",
22
- // },
23
- // {
24
- // title: "eCommerce",
25
- // href: "/dashboards/ecommerce",
26
- // iconName: "ShoppingCart",
27
- // },
28
- ],
29
- },
30
- {
31
- title: "Kho",
32
- iconName: "Warehouse",
33
- items: [
34
- {
35
- title: "Kho hàng",
36
- href: "/crud/warehouses",
37
- iconName: "Warehouse",
38
- },
39
- {
40
- title: "Đơn vị tính",
41
- href: "/crud/uoms",
42
- iconName: "Ruler",
43
- },
44
- ],
45
- },
46
- {
47
- title: "Nguyên vật liệu",
48
- iconName: "Package",
49
- items: [
50
- {
51
- title: "Danh mục NVL",
52
- href: "/crud/material-categories",
53
- iconName: "ListOrdered",
54
- },
55
- {
56
- title: "Nguyên vật liệu",
57
- href: "/materials",
58
- iconName: "Package",
59
- },
60
- {
61
- title: "NVL - NCC",
62
- href: "/crud/supplier-pricings",
63
- iconName: "Link2",
64
- },
65
- ],
66
- },
67
- {
68
- title: "Nhà cung cấp",
69
- iconName: "Truck",
70
- items: [
71
- {
72
- title: "Quản lý báo giá",
73
- href: "/supplier-quotes",
74
- iconName: "DollarSign",
75
- },
76
- {
77
- title: "Nhà cung cấp",
78
- href: "/crud/suppliers",
79
- iconName: "Truck",
80
- },
81
-
82
- {
83
- title: "Quản lý đơn hàng",
84
- href: "/purchase-orders/supplier",
85
- iconName: "Globe",
86
- },
87
- ],
88
- },
89
- {
90
- title: "Đơn hàng",
91
- iconName: "ShoppingCart",
92
- items: [
93
- {
94
- title: "Đơn đặt hàng",
95
- href: "/purchase-orders",
96
- iconName: "ShoppingCart",
97
- },
98
- {
99
- title: "Nhận hàng",
100
- href: "/purchase-orders/receive",
101
- iconName: "PackageCheck",
102
- },
103
- {
104
- title: "Đối soát",
105
- href: "/purchase-orders/reconciliation",
106
- iconName: "FileCheck",
107
- },
108
- {
109
- title: "Cấu hình đơn hàng",
110
- href: "/purchase-orders/config",
111
- iconName: "Settings2",
112
- },
113
- ],
114
- },
115
- {
116
- title: "Món ăn & Thực đơn",
117
- iconName: "ChefHat",
118
- items: [
119
- {
120
- title: "Quản lý món ăn",
121
- href: "/dishes",
122
- iconName: "UtensilsCrossed",
123
- },
124
- {
125
- title: "Danh mục món ăn",
126
- href: "/crud/dish-categories",
127
- iconName: "ListOrdered",
128
- },
129
- {
130
- title: "Cấu hình công thức",
131
- href: "/recipes",
132
- iconName: "BookOpen",
133
- },
134
- {
135
- title: "Thực đơn tuần",
136
- href: "/menus",
137
- iconName: "CalendarDays",
138
- },
139
- ],
140
- },
141
- {
142
- title: "Hệ thống",
143
- iconName: "Settings",
144
- items: [
145
- {
146
- title: "Công ty",
147
- href: "/crud/companies",
148
- iconName: "Building2",
149
- },
150
- {
151
- title: "Công ty đối tác",
152
- href: "/crud/partner-companies",
153
- iconName: "Building2",
154
- },
155
- {
156
- title: "Nhóm danh mục hệ thống",
157
- href: "/crud/system-category-groups",
158
- iconName: "Layers",
159
- },
160
- {
161
- title: "Danh mục hệ thống",
162
- href: "/crud/system-categories",
163
- iconName: "ListTree",
164
- },
165
- {
166
- title: "Cấu hình hệ thống",
167
- href: "/crud/system-configs",
168
- iconName: "Settings",
169
- },
170
- {
171
- title: "Quy tắc sinh mã",
172
- href: "/system/code-generation-rules",
173
- iconName: "Hash",
174
- },
175
- ],
176
- },
177
- {
178
- title: "Người dùng",
179
- iconName: "Users",
180
- items: [
181
- {
182
- title: "Người dùng",
183
- href: "/users",
184
- iconName: "User",
185
- },
186
- {
187
- title: "Người dùng Nhà cung cấp",
188
- href: "/crud/user-suppliers",
189
- iconName: "Users",
190
- },
191
- {
192
- title: "Vai trò",
193
- href: "/roles",
194
- iconName: "Shield",
195
- },
196
- {
197
- title: "Phòng ban",
198
- href: "/departments",
199
- iconName: "Building2",
200
- },
201
- {
202
- title: "Chức danh",
203
- href: "/job-titles",
204
- iconName: "Briefcase",
205
- },
206
- {
207
- title: "Tài nguyên",
208
- href: "/crud/resources",
209
- iconName: "Database",
210
- },
211
- {
212
- title: "Hành động",
213
- href: "/crud/actions",
214
- iconName: "Zap",
215
- },
216
- ],
217
- },
218
- /*
219
- {
220
- title: "Pages",
221
- iconName: "FileText",
222
- items: [
223
- {
224
- title: "Landing",
225
- href: "/pages/landing",
226
- label: "New",
227
- iconName: "LayoutTemplate",
228
- },
229
- {
230
- title: "Pricing",
231
- href: "/pages/pricing",
232
- iconName: "CircleDollarSign",
233
- },
234
- {
235
- title: "Payment",
236
- href: "/pages/payment",
237
- iconName: "CreditCard",
238
- },
239
- {
240
- title: "Help Center",
241
- href: "#",
242
- label: "Soon",
243
- iconName: "Headset",
244
- },
245
- {
246
- title: "Settings",
247
- href: "/pages/account/settings",
248
- iconName: "UserCog",
249
- },
250
- {
251
- title: "Profile",
252
- href: "/pages/account/profile",
253
- iconName: "User",
254
- },
255
- {
256
- title: "Fallback",
257
- iconName: "Replace",
258
- items: [
259
- {
260
- title: "Coming Soon",
261
- href: "/pages/coming-soon",
262
- },
263
- {
264
- title: "Not Found 404",
265
- href: "/pages/not-found-404",
266
- },
267
- {
268
- title: "Unauthorized 401",
269
- href: "/pages/unauthorized-401",
270
- },
271
- {
272
- title: "Maintenance",
273
- href: "/pages/maintenance",
274
- },
275
- ],
276
- },
277
- {
278
- title: "Authentication",
279
- iconName: "LogIn",
280
- items: [
281
- {
282
- title: "Forgot Password",
283
- href: "/forgot-password",
284
- },
285
- {
286
- title: "New Password",
287
- href: "/new-password",
288
- },
289
- {
290
- title: "Verify Email",
291
- href: "/verify-email",
292
- },
293
- {
294
- title: "Register",
295
- href: "/register",
296
- },
297
- {
298
- title: "Sign In",
299
- href: "/sign-in",
300
- },
301
- ],
302
- },
303
- {
304
- title: "Products",
305
- iconName: "Package",
306
- items: [
307
- {
308
- title: "List",
309
- href: "/",
310
- label: "Soon",
311
- },
312
- {
313
- title: "Add",
314
- href: "/",
315
- label: "Soon",
316
- },
317
- {
318
- title: "Category",
319
- href: "/",
320
- label: "Soon",
321
- },
322
- ],
323
- },
324
- {
325
- title: "Orders",
326
- iconName: "ShoppingBasket",
327
- items: [
328
- {
329
- title: "List",
330
- href: "/",
331
- label: "Soon",
332
- },
333
- {
334
- title: "Details",
335
- href: "/",
336
- label: "Soon",
337
- },
338
- ],
339
- },
340
- {
341
- title: "Customers",
342
- iconName: "Users",
343
- items: [
344
- {
345
- title: "List",
346
- href: "/",
347
- label: "Soon",
348
- },
349
- {
350
- title: "Details",
351
- href: "/",
352
- label: "Soon",
353
- },
354
- ],
355
- },
356
- ],
357
- },
358
- {
359
- title: "Apps",
360
- iconName: "AppWindow",
361
- items: [
362
- {
363
- title: "Email",
364
- href: "/apps/email",
365
- iconName: "AtSign",
366
- },
367
- {
368
- title: "Chat",
369
- href: "/apps/chat",
370
- iconName: "MessageCircle",
371
- },
372
- {
373
- title: "Calendar",
374
- href: "/apps/calendar",
375
- iconName: "Calendar",
376
- },
377
- {
378
- title: "Kanban",
379
- href: "/apps/kanban",
380
- iconName: "Grid2x2",
381
- },
382
- {
383
- title: "Todo",
384
- href: "#",
385
- label: "Soon",
386
- iconName: "ListTodo",
387
- },
388
- ],
389
- },
390
- {
391
- title: "Design System",
392
- iconName: "Palette",
393
- items: [
394
- {
395
- title: "Colors",
396
- iconName: "SwatchBook",
397
- href: "/colors",
398
- },
399
- {
400
- title: "Typography",
401
- iconName: "Type",
402
- href: "/typography",
403
- },
404
- {
405
- title: "UI",
406
- iconName: "LayoutGrid",
407
- items: [
408
- {
409
- title: "Accordion",
410
- href: "/ui/accordion",
411
- },
412
- {
413
- title: "Alert",
414
- href: "/ui/alert",
415
- },
416
- {
417
- title: "Alert Dialog",
418
- href: "/ui/alert-dialog",
419
- },
420
- {
421
- title: "Aspect Ratio",
422
- href: "/ui/aspect-ratio",
423
- },
424
- {
425
- title: "Avatar",
426
- href: "/ui/avatar",
427
- },
428
- {
429
- title: "Badge",
430
- href: "/ui/badge",
431
- },
432
- {
433
- title: "Breadcrumb",
434
- href: "/ui/breadcrumb",
435
- },
436
- {
437
- title: "Button",
438
- href: "/ui/button",
439
- },
440
- {
441
- title: "Calendar",
442
- href: "/ui/calendar",
443
- },
444
- {
445
- title: "Card",
446
- href: "/ui/card",
447
- },
448
- {
449
- title: "Carousel",
450
- href: "/ui/carousel",
451
- },
452
- {
453
- title: "Checkbox",
454
- href: "/ui/checkbox",
455
- },
456
- {
457
- title: "Collapsible",
458
- href: "/ui/collapsible",
459
- },
460
- {
461
- title: "Combobox",
462
- href: "/ui/combobox",
463
- },
464
- {
465
- title: "Command",
466
- href: "/ui/command",
467
- },
468
- {
469
- title: "Context Menu",
470
- href: "/ui/context-menu",
471
- },
472
- {
473
- title: "Dialog",
474
- href: "/ui/dialog",
475
- },
476
- {
477
- title: "Drawer",
478
- href: "/ui/drawer",
479
- },
480
- {
481
- title: "Dropdown Menu",
482
- href: "/ui/dropdown-menu",
483
- },
484
- {
485
- title: "Form",
486
- href: "/ui/form",
487
- },
488
- {
489
- title: "Hover Card",
490
- href: "/ui/hover-card",
491
- },
492
- {
493
- title: "Input",
494
- href: "/ui/input",
495
- },
496
- {
497
- title: "Input OTP",
498
- href: "/ui/input-otp",
499
- },
500
- {
501
- title: "Label",
502
- href: "/ui/label",
503
- },
504
- {
505
- title: "Menubar",
506
- href: "/ui/menubar",
507
- },
508
- {
509
- title: "Navigation Menu",
510
- href: "/ui/navigation-menu",
511
- },
512
- {
513
- title: "Pagination",
514
- href: "/ui/pagination",
515
- },
516
- {
517
- title: "Popover",
518
- href: "/ui/popover",
519
- },
520
- {
521
- title: "Progress",
522
- href: "/ui/progress",
523
- },
524
- {
525
- title: "Radio Group",
526
- href: "/ui/radio-group",
527
- },
528
- {
529
- title: "Resizable",
530
- href: "/ui/resizable",
531
- },
532
- {
533
- title: "Scroll Area",
534
- href: "/ui/scroll-area",
535
- },
536
- {
537
- title: "Select",
538
- href: "/ui/select",
539
- },
540
- {
541
- title: "Separator",
542
- href: "/ui/separator",
543
- },
544
- {
545
- title: "Sheet",
546
- href: "/ui/sheet",
547
- },
548
- {
549
- title: "Skeleton",
550
- href: "/ui/skeleton",
551
- },
552
- {
553
- title: "Slider",
554
- href: "/ui/slider",
555
- },
556
- {
557
- title: "Sonner",
558
- href: "/ui/sonner",
559
- },
560
- {
561
- title: "Switch",
562
- href: "/ui/switch",
563
- },
564
- {
565
- title: "Table",
566
- href: "/ui/table",
567
- },
568
- {
569
- title: "Tabs",
570
- href: "/ui/tabs",
571
- },
572
- {
573
- title: "Textarea",
574
- href: "/ui/textarea",
575
- },
576
- {
577
- title: "Toast",
578
- href: "/ui/toast",
579
- },
580
- {
581
- title: "Toggle",
582
- href: "/ui/toggle",
583
- },
584
- {
585
- title: "Toggle Group",
586
- href: "/ui/toggle-group",
587
- },
588
- {
589
- title: "Tooltip",
590
- href: "/ui/tooltip",
591
- },
592
- ],
593
- },
594
- {
595
- title: "Extended UI",
596
- iconName: "LayoutDashboard",
597
- items: [
598
- {
599
- title: "Avatar Stack",
600
- href: "/extended-ui/avatar-stack",
601
- },
602
- {
603
- title: "Media Grid",
604
- href: "/extended-ui/media-grid",
605
- },
606
- {
607
- title: "Editor",
608
- href: "/extended-ui/editor",
609
- },
610
- {
611
- title: "File Dropzone",
612
- href: "/extended-ui/file-dropzone",
613
- },
614
- {
615
- title: "Input File",
616
- href: "/extended-ui/input-file",
617
- },
618
- {
619
- title: "Input Group",
620
- href: "/extended-ui/input-group",
621
- },
622
- {
623
- title: "Input Phone",
624
- href: "/extended-ui/input-phone",
625
- },
626
- {
627
- title: "Input Spin",
628
- href: "/extended-ui/input-spin",
629
- },
630
- {
631
- title: "Input Tags",
632
- href: "/extended-ui/input-tags",
633
- },
634
- { title: "Emoji Picker", href: "/extended-ui/emoji-picker" },
635
- {
636
- title: "Keyboard",
637
- href: "/extended-ui/keyboard",
638
- },
639
- {
640
- title: "Rating",
641
- href: "/extended-ui/rating",
642
- },
643
- {
644
- title: "Separator with Text",
645
- href: "/extended-ui/separator-with-text",
646
- },
647
- {
648
- title: "Show More Text",
649
- href: "/extended-ui/show-more-text",
650
- },
651
- {
652
- title: "Timeline",
653
- href: "/extended-ui/timeline",
654
- },
655
- {
656
- title: "Sticky Layout",
657
- href: "/extended-ui/sticky-layout",
658
- },
659
- {
660
- title: "Bento Grid",
661
- href: "/extended-ui/bento-grid",
662
- },
663
- {
664
- title: "Mockups",
665
- href: "/extended-ui/mockups",
666
- },
667
- ],
668
- },
669
- {
670
- title: "Forms",
671
- iconName: "TextCursorInput",
672
- items: [
673
- {
674
- title: "Basic Inputs",
675
- href: "/forms/basic-inputs",
676
- },
677
- {
678
- title: "File Dropzones",
679
- href: "/forms/file-dropzones",
680
- },
681
- {
682
- title: "Form Layouts",
683
- href: "/forms/form-layouts",
684
- },
685
- {
686
- title: "Pickers",
687
- href: "/forms/pickers",
688
- },
689
- {
690
- title: "Select and Tags",
691
- href: "/forms/select-and-tags",
692
- },
693
- ],
694
- },
695
- {
696
- title: "Tables",
697
- href: "/tables",
698
- iconName: "Table",
699
- },
700
- {
701
- title: "Charts",
702
- iconName: "ChartArea",
703
- items: [
704
- {
705
- title: "Area Charts",
706
- href: "/charts/area-charts",
707
- },
708
- {
709
- title: "Bar Charts",
710
- href: "/charts/bar-charts",
711
- },
712
- {
713
- title: "Composed Charts",
714
- href: "/charts/composed-charts",
715
- },
716
- {
717
- title: "Line Charts",
718
- href: "/charts/line-charts",
719
- },
720
- {
721
- title: "Pie Charts",
722
- href: "/charts/pie-charts",
723
- },
724
- {
725
- title: "Radar Charts",
726
- href: "/charts/radar-charts",
727
- },
728
- {
729
- title: "Radial Bar Charts",
730
- href: "/charts/radial-bar-charts",
731
- },
732
- {
733
- title: "Scatter Charts",
734
- href: "/charts/scatter-charts",
735
- },
736
- {
737
- title: "Treemap Charts",
738
- href: "/charts/treemap-charts",
739
- },
740
- ],
741
- },
742
- {
743
- title: "Icons",
744
- iconName: "Smile",
745
- items: [
746
- {
747
- title: "Lucide",
748
- href: "/icons/lucide",
749
- },
750
- {
751
- title: "React Icons",
752
- href: "/icons/react-icons",
753
- },
754
- ],
755
- },
756
- {
757
- title: "Cards",
758
- iconName: "SquareSquare",
759
- items: [
760
- {
761
- title: "Basic",
762
- href: "/cards/basic",
763
- },
764
- {
765
- title: "Advanced",
766
- href: "/cards/advanced",
767
- },
768
- {
769
- title: "Analytics",
770
- href: "/cards/analytics",
771
- },
772
- {
773
- title: "Statistics",
774
- href: "/cards/statistics",
775
- },
776
- ],
777
- },
778
- ],
779
- },
780
- */
781
- ];