From 7061031cd9334e5eda062f4d4061d987a7aba54c Mon Sep 17 00:00:00 2001 From: MacBook Air M1 Date: Wed, 10 Jun 2026 21:15:59 +0700 Subject: [PATCH 1/2] show total price when pending is 0 --- .../pages/production/recording/form/RecordingForm.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/pages/production/recording/form/RecordingForm.tsx b/src/components/pages/production/recording/form/RecordingForm.tsx index 0d4a761b..9735a9b4 100644 --- a/src/components/pages/production/recording/form/RecordingForm.tsx +++ b/src/components/pages/production/recording/form/RecordingForm.tsx @@ -1524,6 +1524,13 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => { ); } + if (showTotalPrice) { + return ( + + (total harga: {totalPrice}) + + ); + } return null; } From 89a6312761e3f3c57f4f6286640dc5df92e36828 Mon Sep 17 00:00:00 2001 From: MacBook Air M1 Date: Wed, 10 Jun 2026 22:18:44 +0700 Subject: [PATCH 2/2] adjust laporan depresiasi --- .../pages/report/expense/tab/ReportDepreciationTab.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/pages/report/expense/tab/ReportDepreciationTab.tsx b/src/components/pages/report/expense/tab/ReportDepreciationTab.tsx index f6e34f95..93264bc7 100644 --- a/src/components/pages/report/expense/tab/ReportDepreciationTab.tsx +++ b/src/components/pages/report/expense/tab/ReportDepreciationTab.tsx @@ -120,7 +120,7 @@ const ReportDepreciationTab = ({ tabId }: ReportDepreciationTabProps) => { 'IDR', 'id-ID', 0, - 10 + 2 ), }, { @@ -143,7 +143,7 @@ const ReportDepreciationTab = ({ tabId }: ReportDepreciationTabProps) => { 'IDR', 'id-ID', 0, - 10 + 2 ), }, ],