From 10aca4071a61df3872cd4f6b310ed001ba58025e Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Tue, 31 Jan 2023 17:49:15 +0530 Subject: [PATCH] Chore: Updated mat inputs to better match the style guide. Removed placeholders in favour of labels. --- .../account-detail.component.html | 8 +-- .../account-list/account-list.component.html | 10 +--- .../app/attendance/attendance.component.html | 2 +- .../src/app/auth/login/login.component.html | 11 ++-- .../balance-sheet.component.html | 2 +- .../app/cash-flow/cash-flow.component.html | 4 +- .../client-detail.component.html | 12 ++-- .../client-list/client-list.component.html | 6 +- .../closing-stock.component.html | 3 +- .../cost-centre-detail.component.html | 8 +-- .../src/app/daybook/daybook.component.html | 4 +- .../employee-attendance.component.html | 6 +- .../employee-benefits.component.html | 20 ++----- .../employee-functions.component.html | 12 ++-- .../employee-detail.component.html | 16 ++--- .../employee-list.component.html | 10 +--- .../src/app/entries/entries.component.html | 4 +- .../app/incentive/incentive.component.html | 2 +- .../src/app/issue/issue-dialog.component.html | 10 +--- overlord/src/app/issue/issue.component.html | 25 +++----- .../app/journal/journal-dialog.component.html | 12 +--- .../src/app/journal/journal.component.html | 21 ++----- overlord/src/app/ledger/ledger.component.html | 6 +- .../net-transactions.component.html | 4 +- .../app/payment/payment-dialog.component.html | 12 +--- .../src/app/payment/payment.component.html | 23 ++------ .../period-detail.component.html | 4 +- .../product-group-detail.component.html | 12 +--- .../product-ledger.component.html | 6 +- .../product-detail-dialog.component.html | 15 ++--- .../product-detail.component.html | 23 +++----- .../product-list/product-list.component.html | 10 +--- .../profit-loss/profit-loss.component.html | 4 +- .../purchase-entries.component.html | 4 +- .../purchase-return-dialog.component.html | 10 +--- .../purchase-return.component.html | 23 ++------ .../purchase/purchase-dialog.component.html | 28 ++------- .../src/app/purchase/purchase.component.html | 41 +++---------- .../app/purchases/purchases.component.html | 4 +- .../rate-contract-detail.component.html | 25 +++----- .../raw-material-cost.component.html | 4 +- .../app/receipt/receipt-dialog.component.html | 12 +--- .../src/app/receipt/receipt.component.html | 23 ++------ .../recipe-detail.component.html | 58 ++++--------------- .../recipe-list/recipe-list.component.html | 1 - .../role-detail/role-detail.component.html | 8 +-- .../role/role-list/role-list.component.html | 18 +++--- .../src/app/settings/settings.component.html | 25 ++++---- .../stock-movement.component.html | 4 +- .../trial-balance.component.html | 2 +- .../user-detail/user-detail.component.html | 15 ++--- .../user/user-list/user-list.component.html | 18 +++--- 52 files changed, 209 insertions(+), 441 deletions(-) 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 - +