feat(FE): API integration debt supplier report

This commit is contained in:
randy-ar
2026-01-11 21:02:58 +07:00
parent 0da9f9d651
commit 677025b4a2
6 changed files with 91 additions and 282 deletions
@@ -2,7 +2,7 @@
import Tabs from '@/components/Tabs';
import CustomerPaymentTab from '@/components/pages/report/finance/tab/CustomerPaymentTab';
import DebtSupplier from '@/components/pages/report/finance/tab/DebtSupplier';
import DebtSupplierTab from '@/components/pages/report/finance/tab/DebtSupplierTab';
const FinanceTabs = () => {
const tabs = [
@@ -16,7 +16,7 @@ const FinanceTabs = () => {
id: '2',
label: 'Rekapitulasi Hutang Ke Supplier',
content: <DebtSupplier />,
content: <DebtSupplierTab />,
},
];