diff --git a/public/index.html b/public/index.html index 7e1c132..b7751db 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@
- + @@ -28,10 +28,17 @@ -+ $500 +
++ Invoice due this month +
++ $19,864,63,521 +
++ Last 7 days sale +
++ $0.00 +
++ Expense this month +
+{ style={{ paddingLeft: index === 0 ? "30px" : "0", cursor: "pointer", - borderTopLeftRadius: index === 0 ? "60px" : "0", - borderBottomLeftRadius: index === 0 ? "60px" : "0", - borderTopRightRadius: index === 4 ? "60px" : "0", - borderBottomRightRadius: index === 4 ? "60px" : "0", textAlign: "start", alignContent: "center", + backgroundColor:'#282e26', + color:'#ffffff' }} > {header @@ -610,49 +709,49 @@ const ATMDepositTable = (props) => { | ||||||||
---|---|---|---|---|---|---|---|---|
- {invoice.date} - | +||||||||
+ {invoice.date} + | -- - {invoice.bank_deposite_type - ? invoice.bank_deposite_type.charAt(0).toUpperCase() + + | + + {invoice.bank_deposite_type + ? invoice.bank_deposite_type.charAt(0).toUpperCase() + invoice.bank_deposite_type.slice(1) - : "N/A"} - - | -{invoice.total_amount} | -- + : "N/A"} + + | +{invoice.total_amount} | ++ {invoice.transaction_type ? - invoice.transaction_type.charAt(0).toUpperCase() + invoice.transaction_type.slice(1) : - 'N/A'} - - | -
-
- |
+
+
+
-
-
|
-
- No data found - | -||||||||
+ No data found + | +