brewman/overlord/src/app
Amritanshu Agrawal 3eb715e2de Created a period table for date ranges and made the recipes dependent on it instead of having arbitrary date ranges. This will enable easy copying into new months. 2022-07-28 22:16:28 +05:30
..
account Switched on the @typescript-eslint/no-non-null-assertion rule in eslint. 2022-07-17 09:17:20 +05:30
attendance Fix: FormArrays were not getting cleared and were basically fucking the whole thing up. 2022-07-24 18:25:02 +05:30
auth Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
balance-sheet Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
batch-integrity-report Forgot to lint earlier 2022-07-11 20:14:22 +05:30
cash-flow Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
client Switched on the @typescript-eslint/no-non-null-assertion rule in eslint. 2022-07-17 09:17:20 +05:30
closing-stock Fix: FormArrays were not getting cleared and were basically fucking the whole thing up. 2022-07-24 18:25:02 +05:30
core Created a period table for date ranges and made the recipes dependent on it instead of having arbitrary date ranges. This will enable easy copying into new months. 2022-07-28 22:16:28 +05:30
cost-centre Switched on the @typescript-eslint/no-non-null-assertion rule in eslint. 2022-07-17 09:17:20 +05:30
daybook Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
employee Switched on the @typescript-eslint/no-non-null-assertion rule in eslint. 2022-07-17 09:17:20 +05:30
employee-attendance Fix: FormArrays were not getting cleared and were basically fucking the whole thing up. 2022-07-24 18:25:02 +05:30
employee-benefits Fix: Ledger and product ledger on init would fail because account/product ledger was null. Fixed 2022-07-18 23:41:09 +05:30
employee-functions Switched on the @typescript-eslint/no-non-null-assertion rule in eslint. 2022-07-17 09:17:20 +05:30
entries Switched on the @typescript-eslint/no-non-null-assertion rule in eslint. 2022-07-17 09:17:20 +05:30
home Forgot to lint earlier 2022-07-11 20:14:22 +05:30
incentive Fix: FormArrays were not getting cleared and were basically fucking the whole thing up. 2022-07-24 18:25:02 +05:30
issue Fix: Ledger and product ledger on init would fail because account/product ledger was null. Fixed 2022-07-18 23:41:09 +05:30
journal Fix: Ledger and product ledger on init would fail because account/product ledger was null. Fixed 2022-07-18 23:41:09 +05:30
ledger Fix: Ledger and product ledger on init would fail because account/product ledger was null. Fixed 2022-07-18 23:41:09 +05:30
net-transactions Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
non-contact-purchase Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
payment Fix: Autocomplete could fuck up and was definitely doing it in product. 2022-07-17 14:31:19 +05:30
period Created a period table for date ranges and made the recipes dependent on it instead of having arbitrary date ranges. This will enable easy copying into new months. 2022-07-28 22:16:28 +05:30
product Switched on the @typescript-eslint/no-non-null-assertion rule in eslint. 2022-07-17 09:17:20 +05:30
product-group Switched on the @typescript-eslint/no-non-null-assertion rule in eslint. 2022-07-17 09:17:20 +05:30
product-ledger Fix: Ledger and product ledger on init would fail because account/product ledger was null. Fixed 2022-07-18 23:41:09 +05:30
profit-loss Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
purchase Fix: Autocomplete could fuck up and was definitely doing it in product. 2022-07-17 14:31:19 +05:30
purchase-entries Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
purchase-return Fix: Autocomplete could fuck up and was definitely doing it in product. 2022-07-17 14:31:19 +05:30
purchases Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
rate-contract Fix: Autocomplete could fuck up and was definitely doing it in product. 2022-07-17 14:31:19 +05:30
raw-material-cost Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
receipt Fix: Autocomplete could fuck up and was definitely doing it in product. 2022-07-17 14:31:19 +05:30
recipe Created a period table for date ranges and made the recipes dependent on it instead of having arbitrary date ranges. This will enable easy copying into new months. 2022-07-28 22:16:28 +05:30
role Fix: FormArrays were not getting cleared and were basically fucking the whole thing up. 2022-07-24 18:25:02 +05:30
settings Fix: FormArrays were not getting cleared and were basically fucking the whole thing up. 2022-07-24 18:25:02 +05:30
shared Instanceof operator was not working so changed the way of checking it 2022-07-17 08:17:13 +05:30
stock-movement Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
trial-balance Chore: Moved from Untyped to Stongly Typed forms. 2022-07-15 13:24:25 +05:30
user Fix: FormArrays were not getting cleared and were basically fucking the whole thing up. 2022-07-24 18:25:02 +05:30
app-routing.module.spec.ts
app-routing.module.ts Created a period table for date ranges and made the recipes dependent on it instead of having arbitrary date ranges. This will enable easy copying into new months. 2022-07-28 22:16:28 +05:30
app.component.css
app.component.html
app.component.spec.ts Forgot to lint earlier 2022-07-11 20:14:22 +05:30
app.component.ts
app.module.ts