Compare commits

...

5 Commits

Author SHA1 Message Date
Giovanni Gabriel Septriadi 0085f69534 Merge branch 'feat/total-price-recording' into 'development'
adjust laporan depresiasi

See merge request mbugroup/lti-web-client!513
2026-06-10 15:20:54 +00:00
MacBook Air M1 89a6312761 adjust laporan depresiasi 2026-06-10 22:18:44 +07:00
Giovanni Gabriel Septriadi b756006c0a Merge branch 'feat/total-price-recording' into 'development'
show total price when pending is 0

See merge request mbugroup/lti-web-client!512
2026-06-10 14:17:38 +00:00
MacBook Air M1 7061031cd9 show total price when pending is 0 2026-06-10 21:15:59 +07:00
Giovanni Gabriel Septriadi 2e99a7b2f7 Merge branch 'feat/recording-detail-used-product-total-price' into 'development'
[FEA/FE] Recording Detail Used Product Total Price

See merge request mbugroup/lti-web-client!511
2026-06-10 13:20:35 +00:00
2 changed files with 9 additions and 2 deletions
@@ -1524,6 +1524,13 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
</span>
);
}
if (showTotalPrice) {
return (
<span className='text-sm text-gray-600 whitespace-nowrap'>
(total harga: {totalPrice})
</span>
);
}
return null;
}
@@ -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
),
},
],