From bd65a11a9f6ed0589ccdf86745abbf12b17816e9 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 4 Apr 2023 17:00:51 +0700 Subject: forgot password --- src/lib/auth/components/Activate.jsx | 2 +- src/lib/auth/components/LoginDesktop.jsx | 5 +++- src/lib/auth/components/LoginMobile.jsx | 5 +++- src/lib/checkout/components/Checkout.jsx | 34 +++++--------------------- src/lib/transaction/components/Transaction.jsx | 14 +++++------ 5 files changed, 22 insertions(+), 38 deletions(-) (limited to 'src/lib') diff --git a/src/lib/auth/components/Activate.jsx b/src/lib/auth/components/Activate.jsx index 8fdc1096..5e95de8a 100644 --- a/src/lib/auth/components/Activate.jsx +++ b/src/lib/auth/components/Activate.jsx @@ -127,7 +127,7 @@ const Activate = () => { /> -

Aktivasi Akun Indoteknik

+

Aktivasi Akun Indoteknik

{alert && ( { />
- +
+ + Lupa Kata Sandi +
{ />
- +
+ + Lupa Kata Sandi +
{ - + @@ -195,7 +191,7 @@ const Checkout = () => {
{currencyFormat(totalAmount - totalDiscountAmount)}
-
PPN 11% (Incl.)
+
PPN 11%
{currencyFormat(taxTotal)}
@@ -218,14 +214,6 @@ const Checkout = () => { - - - -
Purchase Order
@@ -263,14 +251,6 @@ const Checkout = () => {
- {/* */} - - - @@ -454,18 +434,16 @@ const SectionAddress = ({ address, label, url }) => ( )}
) -const PickupAddress = ({ address, label, url }) => ( +const PickupAddress = ({ label }) => (
{label}

Indoteknik

-

- Jl. Bandengan Utara Raya No.85, RT.3/RW.16, Penjaringan, Kec. Penjaringan, -

-

- Kota Jkt Utara, Daerah Khusus Ibukota Jakarta, Indonesia Kodepos : 14440 +

+ Jl. Bandengan Utara Raya No.85, RT.3/RW.16, Penjaringan, Kec. Penjaringan, Kota Jkt Utara, + Daerah Khusus Ibukota Jakarta, Indonesia Kodepos : 14440

Telp : 021-2933 8828/29

Mobile : 0813 9000 7430

diff --git a/src/lib/transaction/components/Transaction.jsx b/src/lib/transaction/components/Transaction.jsx index e992580a..c8956d80 100644 --- a/src/lib/transaction/components/Transaction.jsx +++ b/src/lib/transaction/components/Transaction.jsx @@ -108,7 +108,7 @@ const Transaction = ({ id }) => {

{currencyFormat(transaction.data?.amountTax)}

-

Total Belanja

+

Grand Total

{currencyFormat(transaction.data?.amountTotal)}

@@ -331,20 +331,20 @@ const Transaction = ({ id }) => {
-
Info Pengiriman
-
+
Informasi Pelanggan
+
Detail Pelanggan
-
+ {/*
Detail Pengiriman
Detail Penagihan
-
+
*/}
Rincian Pembelian
@@ -508,7 +508,7 @@ const SectionAddress = ({ address }) => { {section.customer && } - + {/* { active={section.invoice} toggle={() => toggleSection('invoice')} /> - {section.invoice && } + {section.invoice && } */} ) } -- cgit v1.2.3