From f15a7f8a4387d215abd1051ee520adca8944fa05 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 28 Mar 2023 16:32:45 +0700 Subject: checkout, quotation --- src/lib/invoice/components/Invoice.jsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/lib/invoice/components') diff --git a/src/lib/invoice/components/Invoice.jsx b/src/lib/invoice/components/Invoice.jsx index 211d1ae1..6012e4ea 100644 --- a/src/lib/invoice/components/Invoice.jsx +++ b/src/lib/invoice/components/Invoice.jsx @@ -152,9 +152,7 @@ const Invoice = ({ id }) => {
: {invoice?.data?.invoiceDate}
Purchase Order
-
- : {invoice?.data?.purchaseOrderName || '-'} -
+
: {invoice?.data?.purchaseOrderName || '-'}
Ketentuan Pembayaran
: {invoice?.data?.paymentTerm}
@@ -252,13 +250,13 @@ const Invoice = ({ id }) => { {currencyFormat(-totalDiscountAmount)} -
PPN 11% (Incl.)
-
{currencyFormat(totalAmount * 0.11)}
-
Grand Total
{currencyFormat(invoice.data?.amountTotal)}
+ +
PPN 11% (Incl.)
+
{currencyFormat(totalAmount * 0.11)}
-- cgit v1.2.3