From ce6b3f5fa848403b46c0ffa41a354213c5bd0d84 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 27 May 2025 11:57:54 +0700 Subject: highlight nomor resi and center delivered status --- src/lib/transaction/components/Transaction.jsx | 39 ++++++++++++++++---------- 1 file changed, 24 insertions(+), 15 deletions(-) (limited to 'src/lib') diff --git a/src/lib/transaction/components/Transaction.jsx b/src/lib/transaction/components/Transaction.jsx index 48bea2bf..709fa5d4 100644 --- a/src/lib/transaction/components/Transaction.jsx +++ b/src/lib/transaction/components/Transaction.jsx @@ -208,7 +208,9 @@ const Transaction = ({ id }) => {

{currencyFormat(transaction.data?.amountUntaxed)}

-

PPN {((PPN - 1) * 100).toFixed(0)}%

+

+ PPN {((PPN - 1) * 100).toFixed(0)}% +

{currencyFormat(transaction.data?.amountTax)}

@@ -406,9 +408,9 @@ const Transaction = ({ id }) => {
- +
- {transaction.data?.expectedReadyToShip} + {transaction.data?.expectedReadyToShip}
@@ -437,13 +439,13 @@ const Transaction = ({ id }) => { onClick={() => setIdAWB(airway?.id)} >
- +

{airway?.name}

+ No Resi : {airway?.trackingNumber || '-'}{' '} -

{airway?.name}

-
+
{airway?.delivered ? 'Pesanan Tiba' : 'Sedang Dikirim'}
@@ -620,15 +622,18 @@ const Transaction = ({ id }) => { )}
-
-
- +
+
+ {transaction?.data?.name}
-
- Estimasi Barang Siap: {transaction?.data?.expectedReadyToShip} +
+ Estimasi Barang Siap:{' '} + + {transaction?.data?.expectedReadyToShip} +
@@ -770,13 +775,15 @@ const Transaction = ({ id }) => { onClick={() => setIdAWB(airway?.id)} >
- +

+ {airway?.name} +

+ No Resi : {airway?.trackingNumber || '-'}{' '} -

{airway?.name}

-
+
{airway?.delivered ? 'Pesanan Tiba' : 'Sedang Dikirim'} @@ -986,7 +993,9 @@ const Transaction = ({ id }) => { {currencyFormat(transaction.data?.amountUntaxed)}
-
PPN {((PPN - 1) * 100).toFixed(0)}%
+
+ PPN {((PPN - 1) * 100).toFixed(0)}% +
{currencyFormat(transaction.data?.amountTax)}
-- cgit v1.2.3 From 242ea685141c3b62f031d991709776e0ccb54000 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 27 May 2025 14:27:34 +0700 Subject: hide picking except bu out --- src/lib/shipment/components/Shipments.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/shipment/components/Shipments.jsx b/src/lib/shipment/components/Shipments.jsx index 20dbb013..aaf778c3 100644 --- a/src/lib/shipment/components/Shipments.jsx +++ b/src/lib/shipment/components/Shipments.jsx @@ -251,7 +251,7 @@ const Shipments = () => { Tanggal No. Resi - No. Pengiriman + No. Dokumen Sales Order Purchase Order Expedisi -- cgit v1.2.3