This commit is contained in:
2023-11-06 18:12:57 +05:30
förälder 9ba31f70de
incheckning fe897b086e
5 ändrade filer med 37 tillägg och 109 borttagningar
+6 -2
Visa fil
@@ -34,7 +34,9 @@ function Sidebar() {
</li>
<li
className={
` align-items-center d-flex flex-column justify-content-center`
`${ router.pathname == "/water"
? "active"
: ""} align-items-center d-flex flex-column justify-content-center`
}
>
<Link href="/water">
@@ -56,7 +58,9 @@ function Sidebar() {
<li
className={
`align-items-center d-flex flex-column justify-content-center`
`${ router.pathname == "/services"
? "active"
: ""} align-items-center d-flex flex-column justify-content-center`
}
>
<Link href="/services">
+23 -74
Visa fil
@@ -16,16 +16,7 @@ function InvoiceKPI({num}) {
<table className="table">
<thead>
<tr>
<th>
<div className="form-check">
<input
className="form-check-input"
type="checkbox"
value=""
id="flexCheckDefault"
/>
</div>
</th>
<th>Client</th>
<th>Amount</th>
<th>Status</th>
@@ -34,23 +25,9 @@ function InvoiceKPI({num}) {
</thead>
<tbody>
<tr>
<td>
<div className="form-check">
<input
className="form-check-input"
type="checkbox"
value=""
id="flexCheckDefault"
/>
</div>
</td>
<td>
<img
src="/images/avatar/1.jpg"
alt=""
width="30"
className="me-2"
/>
Weston P. Thomas
</td>
<td>7000</td>
@@ -62,23 +39,9 @@ function InvoiceKPI({num}) {
<td>February 16, 2021</td>
</tr>
<tr>
<td>
<div className="form-check">
<input
className="form-check-input"
type="checkbox"
value=""
id="flexCheckDefault"
/>
</div>
</td>
<td>
<img
src="/images/avatar/2.jpg"
alt=""
width="30"
className="me-2"
/>
William D. Gibson
</td>
<td>650</td>
@@ -93,23 +56,9 @@ function InvoiceKPI({num}) {
<tr>
<td>
<div className="form-check">
<input
className="form-check-input"
type="checkbox"
value=""
id="flexCheckDefault"
/>
</div>
</td>
<td>
<img
src="/images/avatar/5.jpg"
alt=""
width="30"
className="me-2"
/>
Terry P. Camacho
</td>
<td>465</td>
@@ -121,25 +70,25 @@ function InvoiceKPI({num}) {
<td>November 26, 2021</td>
</tr>
<tr>
<td>
Terry P. Camacho
</td>
<td>465</td>
<td>
<span className="badge px-3 py-2 bg-danger">
Cancel
</span>
</td>
<td>November 26, 2021</td>
</tr>
{num?<React.Fragment>
<tr>
<td>
<div className="form-check">
<input
className="form-check-input"
type="checkbox"
value=""
id="flexCheckDefault"
/>
</div>
</td>
<td>
<img
src="/images/avatar/5.jpg"
alt=""
width="30"
className="me-2"
/>
Terry P. Camacho
</td>
<td>645</td>
+1 -1
Visa fil
@@ -36,7 +36,7 @@ function PaymentAddKPI() {
</div>
</div>
<div>
<div className='pb-1'>
<button className='btn bg-primary br-btn'>Proceed</button>
</div>
+2 -2
Visa fil
@@ -9,7 +9,7 @@ function Bill() {
<Layout
headTitle="Payments"
pageTitle="Payments"
pageTitleSub={"Welcome Intez Payments page"}
pageTitleSub={""}
pageClass={"dashboard"}
parent={"Home"}
child={"Payments"}
@@ -76,7 +76,7 @@ function Bill() {
<p className="mb-0">
Amount to pay
</p>
<h5 className="mb-0">$ 532.69</h5>
<h5 className="mb-0"> 532.69</h5>
</li>
<li>
<p className="mb-0">
+5 -30
Visa fil
@@ -114,12 +114,7 @@ function Invoice() {
</div>
</td>
<td>
<img
src="/images/avatar/1.jpg"
alt=""
width="30"
className="me-2"
/>
Weston P. Thomas
</td>
<td>$254</td>
@@ -142,12 +137,7 @@ function Invoice() {
</div>
</td>
<td>
<img
src="/images/avatar/2.jpg"
alt=""
width="30"
className="me-2"
/>
William D. Gibson
</td>
<td>$254</td>
@@ -170,12 +160,7 @@ function Invoice() {
</div>
</td>
<td>
<img
src="/images/avatar/3.jpg"
alt=""
width="30"
className="me-2"
/>
John C. Adams
</td>
<td>$254</td>
@@ -198,12 +183,7 @@ function Invoice() {
</div>
</td>
<td>
<img
src="/images/avatar/4.jpg"
alt=""
width="30"
className="me-2"
/>
John L. Foster
</td>
<td>$254</td>
@@ -226,12 +206,7 @@ function Invoice() {
</div>
</td>
<td>
<img
src="/images/avatar/5.jpg"
alt=""
width="30"
className="me-2"
/>
Terry P. Camacho
</td>
<td>$254</td>