feat(FE): adding export xlsx for report expense, change report data fetching, adding progress bar

This commit is contained in:
randy-ar
2025-12-18 18:13:27 +07:00
parent a935ffd9f5
commit c8a834f84a
9 changed files with 70194 additions and 300 deletions
+16 -11
View File
@@ -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',