bddd5ec749
Fix: Autocomplete could fuck up and was definitely doing it in product.
...
When checking for .name, it would error out if the input was null
Fix: Journal addRow reset would reset Debit/Credit
2022-07-17 14:31:19 +05:30
dbdd00119a
Instanceof operator was not working so changed the way of checking it
2022-07-17 08:17:13 +05:30
28f9bf2180
Chore: Moved from Untyped to Stongly Typed forms.
2022-07-15 13:24:25 +05:30
facf2df91e
Forgot to lint earlier
2022-07-11 20:14:22 +05:30
b1c003a935
Chore: Upgrade to Angular v14
2022-07-11 20:12:38 +05:30
158f3e0e36
Fix: Raw material cost detail report borked on sort at the end as order was not in RawMaterialCost schema. Although it is not needed in the frontend, added it as optional.
2020-12-11 07:47:36 +05:30
57ef355170
Fix: Login deleting old clients was conflicting with login history
...
Chore: Moved to angular linting using the recommended plugins / settings
2020-12-08 12:09:19 +05:30
2972203148
Removed the use of any and enabled the rule in eslint.
...
Now according to me the conversion is final.
Testing is required.
2020-11-24 08:03:43 +05:30
1b84ef0b11
Upgrade to angular v11
2020-11-23 17:12:27 +05:30
afe746ecdc
Strict done!!
2020-11-23 16:42:54 +05:30
af343cb7f9
All datasources done. Now to wire them up in the components.
...
Plus ElementRefs are now optional as they cannot be initialized
2020-11-23 10:25:53 +05:30
39e3cc51bb
Moving to strict.
...
Create form has now moved to constructor and route data subscribe is type safe.
2020-11-23 09:18:02 +05:30
5ea09df272
Prettied, Linted and updated angular.json according to the latest schematic of Angular CLI.
...
Now all that is needed is to make it ready for strict compiling.
Removed eslint-plugin-prettier as it is not recommended and causes errors for both eslint and prettier
Bumped to v8.0.0
2020-10-10 08:45:05 +05:30
cefb3ebdcc
Removed old rules from eslint
...
Tried hand at testing by fixing the spec files with import. However, still many errors and given up now.
2020-10-02 16:24:29 +05:30
1350870f9e
Moved from tslint to eslint as tslint was depreciated.
...
Added prettier and also prettied all the typescript files using prettier
ESLint is using the AirBnB rules which are the most strict to lint the files.
2020-10-01 21:28:12 +05:30
005d45032f
Fix: Reset stock was not working because:
...
1. The frontend did not set the date format and that mangled the date string sent
2. Backend was broken and was not acceping data in json format
Fix: Ledger would occasionally crap out due to rounding and floating point madness, removed the rounding limitation
2020-09-20 09:56:35 +05:30
7b4756fe1a
Bumped the version to 7
...
Fixed double exception being thrown
Currency pipe broke the accounts pipe
2020-06-01 09:02:52 +05:30
tanshu
a4b9fb7408
Works:
...
Balance sheet
Ledger
Cash Flow
along with urls
Balance sheet schema does not enforce multiple_of for amounts as multiple_of borks on random figures
2020-05-14 11:26:28 +05:30
tanshu
708a60baf7
Ledger now working with response_model
...
get_edit_url workaround found with transform clientside
2020-05-12 23:21:12 +05:30
Amritanshu
72044476a8
Feature: Lazy loading
...
Lazy loaded everything
TODO: The cash flow module when clicking on sub-links, it reloads the whole page, it needs to be diagnosed and fixed, this problem also exists in the other modules
TODO: Rename folders and modules such as account to accounts to match the url
2019-06-13 16:36:43 +05:30
Amritanshu
fea48e1a3e
Chore: Upgraded to Angular, Angular Material and Angular Flex layout 8.0
2019-06-12 17:25:10 +05:30
Amritanshu
403b9a207a
Fix: ProductLedger was crapping out because of ambiguous join in opening balace. (Probably triggered by upgrade in sqlalchemy)
...
Chore: Updated the dev dependencies as Angular 7 does not support Typescript 3.2 and further
2019-04-15 13:34:16 +05:30
Amritanshu
75ea08f678
Chore: Update to Angular 7.1.0, Angular Material 7.1.0 and Angular Flex Layout 7.0.0-beta.19
...
Fix: Prod build will now build properly
TODO: The width of content is very less and everything is squashed
2018-11-26 08:46:03 +05:30
tanshu
4530052a22
ToCsvService to escape the fields during exportCsv.
...
Auth Interceptor to check for logged out user.
2018-06-11 22:14:04 +05:30
tanshu
6be1dd5a3a
Moved to Angular 6.0
...
----
Pending
* Table width for the points column in incentive
* Linting
* keyboard navigation where it was used earlier
* can remove the unused totals calculated serverside in productledger
* spinner and loading bars
* Activate Guard for Employee Function tabs
* Progress for Fingerprint uploads
* deleted reconcile and receipe features as they were not being used
* focus the right control on component load
2018-06-09 17:05:11 +05:30