mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
feat(FE): adding export xlsx for report expense, change report data fetching, adding progress bar
This commit is contained in:
+16
-11
@@ -6,17 +6,6 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
|
||||
link: '/dashboard',
|
||||
icon: 'heroicons-outline:chart-bar-square',
|
||||
},
|
||||
{
|
||||
text: 'Laporan',
|
||||
link: '/report',
|
||||
icon: 'heroicons-outline:clipboard',
|
||||
submenu: [
|
||||
{
|
||||
text: 'Biaya Operasional',
|
||||
link: '/report/expense',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Produksi',
|
||||
link: '/production',
|
||||
@@ -56,6 +45,22 @@ export const MAIN_DRAWER_LINKS: SidebarMenuItem[] = [
|
||||
link: '/closing',
|
||||
icon: 'heroicons-outline:presentation-chart-bar',
|
||||
},
|
||||
{
|
||||
text: 'Laporan',
|
||||
link: '/report',
|
||||
icon: 'mdi:chart-box-outline',
|
||||
submenu: [
|
||||
{
|
||||
text: 'Logistik & Persediaan',
|
||||
link: '/report/logistic-stock',
|
||||
},
|
||||
{
|
||||
text: 'Biaya Operasional',
|
||||
link: '/report/expense',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
text: 'Persediaan',
|
||||
link: '/inventory',
|
||||
|
||||
Reference in New Issue
Block a user