diff --git a/src/app/report/logistic-stock/page.tsx b/src/app/report/logistic-stock/page.tsx index 5dce741c..a0c8bd23 100644 --- a/src/app/report/logistic-stock/page.tsx +++ b/src/app/report/logistic-stock/page.tsx @@ -10,11 +10,21 @@ const LogisticStock = () => { label: 'Rekapitulasi Pembelian Per Supplier', content: , }, + { + id: '2', + label: 'Rekapitulasi Pemakaian Barang', + content: , + }, + { + id: '3', + label: 'Rekapitulasi Stock Persediaan Barang', + content: , + }, ]; return (
- +
); }; diff --git a/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx b/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx index e35a5b3f..b82e8e32 100644 --- a/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx +++ b/src/components/pages/report/logistic-stock/PurchasesPerSupplierTab.tsx @@ -307,7 +307,7 @@ const PurchasesPerSupplierTab = () => { <>
{/* TODO START */}