diff --git a/overlord/src/app/account/account-detail/account-detail.component.html b/overlord/src/app/account/account-detail/account-detail.component.html index e5f01ef3..0405ce93 100644 --- a/overlord/src/app/account/account-detail/account-detail.component.html +++ b/overlord/src/app/account/account-detail/account-detail.component.html @@ -17,19 +17,19 @@
Code - +
Name - +
Account Type - + {{ at.name }} @@ -45,7 +45,7 @@
Cost Centre - + {{ cs.name }} diff --git a/overlord/src/app/account/account-list/account-list.component.html b/overlord/src/app/account/account-list/account-list.component.html index 37941e65..c6411b2b 100644 --- a/overlord/src/app/account/account-list/account-list.component.html +++ b/overlord/src/app/account/account-list/account-list.component.html @@ -12,14 +12,8 @@
- + Filter +
diff --git a/overlord/src/app/attendance/attendance.component.html b/overlord/src/app/attendance/attendance.component.html index c84dba75..e5845458 100644 --- a/overlord/src/app/attendance/attendance.component.html +++ b/overlord/src/app/attendance/attendance.component.html @@ -6,11 +6,11 @@
+ Date diff --git a/overlord/src/app/auth/login/login.component.html b/overlord/src/app/auth/login/login.component.html index 7f46f892..214e1427 100644 --- a/overlord/src/app/auth/login/login.component.html +++ b/overlord/src/app/auth/login/login.component.html @@ -1,13 +1,13 @@ - - + + Login - +
Username - +
@@ -15,7 +15,6 @@ Password Otp - +
diff --git a/overlord/src/app/balance-sheet/balance-sheet.component.html b/overlord/src/app/balance-sheet/balance-sheet.component.html index 63bde7ab..d27512d5 100644 --- a/overlord/src/app/balance-sheet/balance-sheet.component.html +++ b/overlord/src/app/balance-sheet/balance-sheet.component.html @@ -6,11 +6,11 @@
+ Date diff --git a/overlord/src/app/cash-flow/cash-flow.component.html b/overlord/src/app/cash-flow/cash-flow.component.html index c7f74c86..e3981313 100644 --- a/overlord/src/app/cash-flow/cash-flow.component.html +++ b/overlord/src/app/cash-flow/cash-flow.component.html @@ -6,11 +6,11 @@
+ Start Date @@ -18,11 +18,11 @@ + Finish Date diff --git a/overlord/src/app/client/client-detail/client-detail.component.html b/overlord/src/app/client/client-detail/client-detail.component.html index fb8acd3f..51e1cd1c 100644 --- a/overlord/src/app/client/client-detail/client-detail.component.html +++ b/overlord/src/app/client/client-detail/client-detail.component.html @@ -1,20 +1,20 @@
- - + + Client - +
Code - +
Name - +
@@ -23,7 +23,7 @@
OTP - +
diff --git a/overlord/src/app/client/client-list/client-list.component.html b/overlord/src/app/client/client-list/client-list.component.html index f0faef81..851d6702 100644 --- a/overlord/src/app/client/client-list/client-list.component.html +++ b/overlord/src/app/client/client-list/client-list.component.html @@ -1,7 +1,7 @@ - - + + Clients - + diff --git a/overlord/src/app/closing-stock/closing-stock.component.html b/overlord/src/app/closing-stock/closing-stock.component.html index 44771adb..d54dcc21 100644 --- a/overlord/src/app/closing-stock/closing-stock.component.html +++ b/overlord/src/app/closing-stock/closing-stock.component.html @@ -19,11 +19,11 @@ + Date @@ -72,7 +72,6 @@ diff --git a/overlord/src/app/cost-centre/cost-centre-detail/cost-centre-detail.component.html b/overlord/src/app/cost-centre/cost-centre-detail/cost-centre-detail.component.html index 899a7288..fa4d8b37 100644 --- a/overlord/src/app/cost-centre/cost-centre-detail/cost-centre-detail.component.html +++ b/overlord/src/app/cost-centre/cost-centre-detail/cost-centre-detail.component.html @@ -7,13 +7,7 @@
Name - +
diff --git a/overlord/src/app/daybook/daybook.component.html b/overlord/src/app/daybook/daybook.component.html index e42cc990..e27417b0 100644 --- a/overlord/src/app/daybook/daybook.component.html +++ b/overlord/src/app/daybook/daybook.component.html @@ -6,11 +6,11 @@
+ Start Date @@ -18,11 +18,11 @@ + Finish Date diff --git a/overlord/src/app/employee-attendance/employee-attendance.component.html b/overlord/src/app/employee-attendance/employee-attendance.component.html index 056fb590..f12de662 100644 --- a/overlord/src/app/employee-attendance/employee-attendance.component.html +++ b/overlord/src/app/employee-attendance/employee-attendance.component.html @@ -6,11 +6,11 @@
+ Start Date @@ -18,11 +18,11 @@ + Finish Date @@ -32,11 +32,11 @@
+ Employee
+ Date @@ -23,11 +23,11 @@ class="flex flex-row justify-around content-start items-start sm:max-lg:flex-col" > + Employee Gross Salary - + Days Worked - +
diff --git a/overlord/src/app/journal/journal.component.html b/overlord/src/app/journal/journal.component.html index 0a13cbec..d59442b0 100644 --- a/overlord/src/app/journal/journal.component.html +++ b/overlord/src/app/journal/journal.component.html @@ -16,10 +16,10 @@
+ Date + Account Amount - - + + ₹ 
diff --git a/overlord/src/app/product/product-list/product-list.component.html b/overlord/src/app/product/product-list/product-list.component.html index c3902078..be0b4d2e 100644 --- a/overlord/src/app/product/product-list/product-list.component.html +++ b/overlord/src/app/product/product-list/product-list.component.html @@ -15,14 +15,8 @@
- + Filter +
diff --git a/overlord/src/app/profit-loss/profit-loss.component.html b/overlord/src/app/profit-loss/profit-loss.component.html index 3bcc6c7b..2abd822b 100644 --- a/overlord/src/app/profit-loss/profit-loss.component.html +++ b/overlord/src/app/profit-loss/profit-loss.component.html @@ -6,11 +6,11 @@
+ Start Date @@ -18,11 +18,11 @@ + Finish Date diff --git a/overlord/src/app/purchase-entries/purchase-entries.component.html b/overlord/src/app/purchase-entries/purchase-entries.component.html index 911981ca..034aad80 100644 --- a/overlord/src/app/purchase-entries/purchase-entries.component.html +++ b/overlord/src/app/purchase-entries/purchase-entries.component.html @@ -6,11 +6,11 @@
+ Start Date @@ -18,11 +18,11 @@ + Finish Date diff --git a/overlord/src/app/purchase-return/purchase-return-dialog.component.html b/overlord/src/app/purchase-return/purchase-return-dialog.component.html index ef992a09..f1f377b7 100644 --- a/overlord/src/app/purchase-return/purchase-return-dialog.component.html +++ b/overlord/src/app/purchase-return/purchase-return-dialog.component.html @@ -3,10 +3,10 @@
+ Product Quantity - +
diff --git a/overlord/src/app/purchase-return/purchase-return.component.html b/overlord/src/app/purchase-return/purchase-return.component.html index 0dc275fe..af5fb38a 100644 --- a/overlord/src/app/purchase-return/purchase-return.component.html +++ b/overlord/src/app/purchase-return/purchase-return.component.html @@ -16,10 +16,10 @@
+ Date + Account Amount - + ₹ 
@@ -65,10 +65,10 @@ class="flex flex-row justify-around content-start items-start sm:max-lg:flex-col" > + Product Quantity - +