Commit Graph

33 Commits

Author SHA1 Message Date
Felix van Hove
7fd1486c08 Upgrading to Angular 20:
Replaced checked in package-lock.json by regenerated one.
Ran ng update @angular/core@20 @angular/cli@20
Ran npm install @angular-builders/jest@^20.0.0 @fortawesome/angular-fontawesome@^3.0.0 @swimlane/ngx-graph@^11
Ran npm install ngx-mat-select-search@^8.0.2.
Ran ng update @angular/material@20.
Updated all eslint and typescript to the latest versions.
Removed @angular-devkit/schematics.
Updated fontawesome.
Updated rxjs and tslib.
Moved required node version from 16 to 20.
Updated jest-preset-angular.
Set preserveWhitespaces to false.
Corrected two type declarations in two typescript files to make ng serve run without errors.
Removed unused angular-devkit/schematics from view-user.component.ts .
Updated list of supported browsers.
Upgraded prettier.
Ran prettier . --write the first time.
Ran prettier . --write the second time.
Ran ng generate @angular/core:inject with defaults, excepted a handful of files.
Fixed remaining eslint problems.
Added dist directory to ignores in eslint.config.js.
Let prettier fix formatting, almost everything is just line breaks.
Made htmlhint ignore @if and @for Angular constructs.
Updated node version in Github workflow to 22.12.0 (build.yml).
Updated .env.ts.
Updated Angular datetime format strings from YYYY-MM-DD to yyyy-MM-dd.
Merged changes from dev into angular20 branch.
2025-12-08 11:01:01 +01:00
shubhamsharma9199
534d2e071e feat: replace CKEditor with self-hosted TinyMCE
WEB-435 Unit Test Coverage for ViewCollateralComponent

feat: replace CKEditor with self-hosted TinyMCE (no API key)

Change ViewChild static option to false
2025-11-26 19:14:07 +05:30
Gopi Kishan
6ee9897bd1
WEB-215 Merge angular-update-19 into dev to upgrade Angular from v18 to v19 (#2530) 2025-06-20 19:03:06 -06:00
Gopi Kishan
b7c6ea857a
WEB-201 Merge angular-update-18 into dev to upgrade Angular from v17 to v18 (#2513) 2025-06-13 08:19:03 -06:00
gkbishnoi07
1d6b6fd743 merge angular-17 into dev to upgrade from Angular v16 to v17 2025-06-05 15:51:43 +02:00
Adam Saghy
19a14e5b5b Upgrade to Angular 16
Merge `angular-update-16` into `dev` branch
2025-05-23 18:47:20 +02:00
Ralph Hopman
2998f51324
build: remove hads document server (#2240) 2025-01-29 04:52:20 -06:00
Neftalí Yagua
eadc6687b8
Add browser ChromeHeadless for automated testing (#2250) 2025-01-28 13:17:11 -06:00
Ralph Hopman
9034ce2847 build: Replace Codelyzer and TSLint with Angular ESLint
Migrate from the deprecated TSLint to Angluar ESLint. Also fix current
linting issues in the code, in particular:

- Use strict equals operators (=== and !==)
- Remove empty lifecycle methods (mostly ngOnInit)
- Output bindings including aliases should not be named as standard dom
  events (submit)
- Async pipe results should not be negated
2024-11-08 09:37:08 +01:00
Jose Alberto Hernandez
e8f6e5e34a Fix edit Loan product with delinquency bucket unassigned 2024-02-02 16:09:43 +01:00
Jose Alberto Hernandez
c28fb28a41 Display tooltip messages with style 2023-10-03 10:22:29 +02:00
Yash Sancheti
53fef2cd32 Updated angular.json to remove analytics link 2023-09-21 11:32:39 +02:00
Onyx2406
678073d958 Fixed condition issue 2023-09-21 11:32:39 +02:00
José Alberto Hernández
80936a3ea9
Upgrade/angular 14 (#1853)
* Fix Loan product Payment Allocation

* Upgrade to Angular 14

---------

Co-authored-by: Jose Alberto Hernandez <alberto@blue-daemon.local>
2023-08-29 19:51:32 -06:00
José Alberto Hernández
ed47d769e3
Enhancement/inverstor search data (#1838)
* Investor Search data

* Investor module

---------

Co-authored-by: Jose Alberto Hernandez <alberto@blue-daemon.local>
2023-08-10 01:53:42 -06:00
Arnold Galovics
aa438ed4b2 FINERACT-1724: Server-side pagination support for clients screen 2023-05-24 10:37:38 +02:00
José Alberto Hernández
98196bde39
Support for Node 19 (#1697)
Co-authored-by: Jose Alberto Hernandez <alberto@MacBook-Pro.local>
2023-03-08 13:46:44 -06:00
José Alberto Hernández
62b672d6d9
Upgrade to node 19 (#1696)
Co-authored-by: Jose Alberto Hernandez <alberto@MacBook-Pro.local>
2023-03-07 22:15:56 -06:00
José Alberto Hernández
25ca2b7bb0
Fix Angular build process (#1607)
Co-authored-by: Jose Alberto Hernandez <alberto@MacBook-Pro.local>
2022-12-27 10:19:08 -06:00
José Alberto Hernández
e2fbfc9c2f
Savings account status and substatus management (#1606)
Co-authored-by: Jose Alberto Hernandez <alberto@MacBook-Pro.local>
2022-12-26 23:38:53 -06:00
José Alberto Hernández
d0dc2aabb2
Clients search enhancement (#1605)
Co-authored-by: Jose Alberto Hernandez <alberto@MacBook-Pro.local>
2022-12-26 14:25:49 -06:00
Ramveer
18f0251837
feat: cypress init (#1520)
* feat: cypress init

* lint fixes

* fix

* path-fix

* lint-fix
2022-09-09 10:51:23 +02:00
Jose Alberto Hernandez
14ceb4f3fd Fineract backend settings with environment variables 2022-07-13 16:40:23 +02:00
Jose Alberto Hernandez
5eeaed3ee9 Move out DatePipe to use in one place Dates 2022-06-29 14:34:01 -05:00
Jose Alberto Hernandez
23daa69509 Upgrade to Angular 11 2022-06-25 11:23:36 -05:00
Jose Alberto Hernandez
0911c285c1 Upgrade to Angular 10 2022-06-16 13:56:02 -05:00
Arnold Galovics
6b71f31f41 Disable serviceworker for production build 2022-05-26 14:57:22 +02:00
Karan Takalkar
3e21227056
build: update to angular-v9.1.12 (#1215)
Fixes: #1216
2020-08-23 14:21:17 +05:30
Abhay Chawla
46a51073be
feat: add custom themes (#74)
Add custom themes based on logo of Mifos

Fixes #73
2018-06-28 23:00:44 +05:30
Abhay Chawla
7782e8d856
feat: add theme picker (#69)
Add theme picker for configuration of angular material default themes.

Fixes #68
2018-06-27 21:28:40 +05:30
abhay_1806
b1c2d6d98e build: update dependencies
Update dependencies and configure the app for angular material and flex
layout.

Fixes #44
2018-06-23 20:06:32 +05:30
anweshknayak
273b600071 final setup 2018-05-28 21:31:31 +05:30
anweshknayak
5eedfa13bd initial codebase 2018-05-28 21:01:27 +05:30