Leo Lee
7ae6442296
(typescript) Refactoring the mobile TransactionList component to typescript ( #4063 )
...
* refactor: transaction-list to ts
* docs: add release note
* address PR comments
* typing getMenuItemStyle
* refactor: added runtime check for NaN
2025-01-16 14:38:22 -08:00
Matt Fiddaman
774402503f
fix mobile schedule status ( #4172 )
2025-01-16 21:51:51 +00:00
Matt Fiddaman
cf360ad398
make one month schedule upcoming length dynamic and add current month option ( #4168 )
...
* improve one month upcoming length
* add current month upcoming length option
* note
* fix undefined
2025-01-16 20:47:39 +00:00
Matt Fiddaman
2a275b3821
Fix schedule actions not applying and schedules paid the same day not showing ( #4171 )
...
* fix schedule actions and schedules paid on current day not displaying
* note
* change wording of post/skip actions
2025-01-16 20:16:41 +00:00
Matiss Janis Aboltins
87428a7b65
🔧 (typescript) change moduleResolution to bundler ( #4163 )
2025-01-16 18:35:22 +00:00
Matt Fiddaman
6655f51ccc
show all occurrences of upcoming schedules within the upcoming period ( #4166 )
...
* load all instances of scheduled transactions that occur within the upcoming period
* correct status in transaction table
* ts
* note
* ci
* upcoming -> forceUpcoming
* remove caveat from upcoming length setting modal
2025-01-16 17:04:31 +00:00
NiceDevil
ceeef91a45
Update Link to official authentik documentation ( #4165 )
2025-01-16 08:31:47 -07:00
Matt Fiddaman
b831d15eab
upcoming schedule setting: move setting to modal ( #4164 )
...
* upcoming schedule setting: move setting to modal
* note
* change nomenclature
* remove strict override
2025-01-16 15:13:45 +00:00
Julian Dominguez-Schatz
26907d3b12
Improve string to be clearer in other languages ( #4167 )
...
* Improve string to be clearer in other languages
Change from using ':' and no question mark to a full sentence and a question mark
* Create 4167.md
* Fix quotes
* Fix
* Fix
2025-01-16 10:12:26 -05:00
Michael Clark
b9eaeafc1c
👷 Prep work for merging actual-server into actual repo ( #4160 )
...
* prep work for merging actual-server into actual repo
* release notes
2025-01-16 09:51:37 +00:00
Matt Fiddaman
45d53ff771
Use the maximum access validity time provided by GoCardless ( #551 )
...
* use validForMax supplied by GoCardless
* remove overrides in bank handlers
* note
* update types
2025-01-15 23:34:00 +00:00
Julian Dominguez-Schatz
b1627d7073
Fix send types in a number of places (1/2) ( #4146 )
...
* Fix `send` types in a number of places
* Add release notes
2025-01-15 17:18:55 -05:00
Matt Fiddaman
5fc3e2ea47
Fix inconsistent legend coloring in custom reports ( #4162 )
...
* fix inconsistent legend colouring in custom reports
* note
* Update VRT
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-15 21:25:55 +00:00
Koen van Staveren
97b28ca375
Remove code injection for /update-vrt ( #4151 )
...
* Remove code injection for /update-vrt
* chore: release note
---------
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-01-15 13:13:44 +01:00
Nik
aa529a2cf1
Add ability to provide defaults for and skip updating cleared status in API ( #4129 )
...
* Cleared import changes
- Add ability to provide default for cleared field
- Add ability to skip updating cleared field
* Add release notes
* Make linter happy
* Fix optional param
* Use nullish coalescing operator
2025-01-15 11:21:21 +00:00
nsulzer
205ccfe3d6
Add GoCardless integration for COMMERZBANK_COBADEFF ( #537 )
...
* Add GoCardless integration for COMMERZBANK_COBADEFF
* Add optional iban property to creditorAccount
* Use fallback for normalizeAccount and calculateStartingBalance
* Update src/app-gocardless/banks/commerzbank_cobadeff.js
---------
Co-authored-by: Koen van Staveren <koenvanstaveren@hotmail.com >
2025-01-14 22:21:59 +01:00
Matiss Janis Aboltins
b92fa709eb
♻️ (typescript) ported TransactionsTable.test to TS ( #4108 )
2025-01-14 18:33:02 +00:00
Julian Dominguez-Schatz
5d91d29d77
Exclude untranslated languages from builds ( #4148 )
...
* Add script to remove untranslated language JSON files
* Remove untranslated languages in CI
* Add release notes
2025-01-14 09:57:11 -05:00
Julian Dominguez-Schatz
61d41cc28a
Update issue template with translation issue type ( #4144 )
...
* Update issue template with translation issue type
* Add release notes
2025-01-14 09:44:11 -05:00
Julian Dominguez-Schatz
5921a35340
Fix string upload if new changes are present ( #4149 )
...
* Fix string upload if new changes are present
* Add release notes
2025-01-14 09:19:37 -05:00
Joel Jeremy Marquez
6573a52411
[Redux Toolkit Migration] accountsSlice ( #4012 )
...
* Migrate to accountSlice
* Release notes
* Fix lint and typecheck errors
* Update types
* Fix lint
* Fix types
* Cleanup
* Rename file
* Rename state
* Cleanup types
* Cleanup
* Remove useActions
* AppStore type
* Fix typecheck error
* Fix typecheck error
* Move createAppAsyncThunk
* Fix errors
* Rename LinkAccountArgs to LinkAccountPayload
* Fix import transactions modal
* Update upgradingId type
* Undo accounts redux state rename
* Fix typecheck error
* Fix lint error
* Revert PayeeEntity import order
2025-01-13 14:42:12 -08:00
Matt Fiddaman
bec841932d
Add sorting option to custom reports ( #4141 )
...
* support sorting data in custom reports
* disable on unsupported report types
* db migration
* note
* typecheck
* split out sorting function and support complete sorting of nested data
* Update VRT
* fix defaults
* Update VRT
* always allow sorting on data tables
* Update VRT
* coderabbit
* migration: populate sort_by for existing reports
* automagically reverse sort direction, add options for alphabetical and budget sort order
* Update VRT
* fix migration
* default sorting options for different report types
* revert vrt
* Update VRT
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-13 22:11:51 +00:00
youngcw
629b001c01
[Goals]: fix stacked templates ( #4120 )
...
* fix stacked amounts
* note/lint
2025-01-13 15:10:32 -07:00
DJ Mountney
4bb59fd7f6
fix: Fix the auth proxy trust by ensuring the proxy is in the trust ( #499 )
2025-01-13 19:43:24 +00:00
Stefano
a1be1d43f6
Enactment: enable triggering of rules on selected transaction form the account view. ( #3805 )
...
* Adding functionality to trigger the rules of transaction from the transaction view
Signed-off-by: Stefano Tranquillini <stefano.tranquillini@gmail.com >
* fix warnings
Signed-off-by: Stefano Tranquillini <stefano.tranquillini@gmail.com >
* Fixing errors on the checks: adding changelog and lint
Signed-off-by: Stefano Tranquillini <1928354+esseti@users.noreply.github.com >
* Applying suggestion from the bot.
Signed-off-by: Stefano Tranquillini <1928354+esseti@users.noreply.github.com >
* ✨ Enhance transaction processing in Account component by implementing rules execution and batch updates. Added utility function imports for improved functionality.
* Update packages/desktop-client/src/components/accounts/Account.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Refactor Account component imports by removing unused utility functions for cleaner code.
* Update packages/desktop-client/src/components/accounts/Account.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* chore: correct coderabbitai
* Removed hotkey
* Update packages/desktop-client/src/components/transactions/SelectedTransactionsButton.tsx
---------
Signed-off-by: Stefano Tranquillini <stefano.tranquillini@gmail.com >
Signed-off-by: Stefano Tranquillini <1928354+esseti@users.noreply.github.com >
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: UnderKoen <koenvanstaveren@hotmail.com >
2025-01-12 19:37:12 +01:00
Julian Dominguez-Schatz
1c6697a7ee
Fix translations missing from preview deploys ( #4130 )
...
* Fix translations missing from preview deploys
* Add release notes
2025-01-11 12:31:07 -05:00
NiceDevil
da13dfa570
Correct name for authentik IDP ( #4121 )
2025-01-10 15:41:02 -07:00
Joel Jeremy Marquez
6bcccaa943
Add back eslint useDispatch and useSelector rules ( #4123 )
...
* Add back eslint useDispatch and useSelector rules
* Release notes
* Bring back import/no-unresolved
2025-01-10 14:06:10 -08:00
Matt Fiddaman
58f87dc80f
♻️ standardise GoCardless handlers ( #541 )
2025-01-10 11:20:11 +00:00
Julian Dominguez-Schatz
5a34c06859
Include translations in builds ( #4089 )
...
* Pull/push strings via Git instead of via API
This is necessary because the Weblate API doesn't handle stale strings
well. In particular, it won't remove them automatically.
* Schedule workflow instead of running on every commit
This is so we can minimize downtime for Weblate translations.
* Prevent pull requests modifying translations
* Don't commit translations during the merge freeze
* Add release notes
* Undo rename
* Don't commit translations nightly, per feedback
* Include translations just-in-time in builds
* Revert "Prevent pull requests modifying translations"
This reverts commit 8c19a0ce13 .
* Re-ignore translations
* Update release notes to be accurate
* Create missing directory
* Fix conditional logic
2025-01-09 20:13:25 -05:00
Joel Jeremy Marquez
92c93b3f6e
[Typescript] Server event types ( #4110 )
...
* [Typescript] Server event types
* Release notes
2025-01-09 15:09:52 -08:00
Rob Hofman
c017b8a228
Add default undefined option for payeename in KBC integration ( #533 )
2025-01-09 18:49:49 +00:00
Matiss Janis Aboltins
34ffc5c4b2
♻️ refactor theme variable to be statically defined ( #4086 )
2025-01-09 18:12:16 +00:00
Koen van Staveren
14b0cd7b1d
fix: notes is (nothing) not working ( #3998 )
2025-01-09 09:21:38 +01:00
Koen van Staveren
daca767808
enhance: allow prefix for budget templates ( #4032 )
...
* enhance: allow prefix for budget templates
for example:
Prime video: #template $10
* chore: note
* chore: fix test
* chore: move prefix to template-notes.ts
2025-01-09 09:20:43 +01:00
Matt Fiddaman
6111f94b51
Sort barchart data ( #4072 )
2025-01-08 17:52:51 +00:00
Travis Lesicka
ce0ca60bcf
♻️ (typescript) Refactor Accounts/Balances to tsx and Remove ts-strict-ignore from Accounts/Account ( #4047 )
...
* Convert Balance.jsx to Balance.tsx
* Removed @ts-strict-ignore from Account.tsx
* Create 4047.md
* Fix typo
* Added Translation helpers to aria-labels
* Clarified canCalculateBalance return value logic
2025-01-08 08:59:22 +01:00
douugdev
3fbe6d05c8
fix: any rule not accounting for empty filter ( #4051 )
...
* fix: any rule not accounting for empty filter
* chore: add changelog
2025-01-08 00:37:50 +00:00
Joel Jeremy Marquez
cc1c11aac9
[Redux Toolkit Migration] Use new Redux Toolkit configureStore API ( #4000 )
...
* Initial upgrade to redux toolkit, more fixes needed e.g. removing non-serializable values from the state
* Fix typecheck and lint
* Fix lint and typecheck errors
* Fix lint and typecheck errors
* Fix typecheck error
* Cleanup
* Remove useAppStore
* Cleanup
* Undo renames
* Code review feedback
* UndoState type
* UndoState type
* yarn install
2025-01-07 16:34:21 -08:00
Robert Dyer
7dad36528c
Add Copy last 6/12 months to budget menu ( #4096 )
...
* Add Copy last 12 months to budget menu
* add release note
* Make sure budget month actions use showUndoNotification
2025-01-08 00:33:03 +00:00
Julian Dominguez-Schatz
c956f8003b
Mark release as draft initially ( #4105 )
...
* Mark release as draft initially
* Add release notes
2025-01-07 18:35:44 -05:00
Matiss Janis Aboltins
0637b1d5f8
✨ add bank adapter for BOI ( #539 )
...
* ✨ add bank adapter for BOI
* Remove console log
2025-01-07 21:30:48 +00:00
spideraxal
e6ed4505b3
Corner case transaction for GoCardLess adapater (ING Romania) ( #535 )
...
* Added special corner case
* One additional validation + Release notes
* Fixed duplicate code
* Improved comment
* Improved comment
---------
Co-authored-by: spideraxal <me@spideraxal.com >
2025-01-07 22:17:51 +01:00
sveselinovic
a5d591fed7
fix: creating new payee with 'one of'-condition broken ( #4099 )
...
* fix: creating new payee with 'one of'-condition broken
* change author and description of release note
2025-01-07 21:57:53 +01:00
Koen van Staveren
215e00ac14
Improve abn amro sync ( #534 )
...
* chore: payee name for google pay
* chore: revert notes to include all data
* chore: release note
* chore: fix tests
2025-01-07 20:05:48 +01:00
Koen van Staveren
1f44903e4b
enhance: net bar graph show net instead of two separate bars ( #4033 )
...
* enhance: net bar graph show net instead of two separate bars
* chore: note
2025-01-07 19:57:56 +01:00
Denna
1808f51e85
Add proper transaction formatting for Stadtsparkasse Düsseldorf (Germany) ( #531 )
2025-01-07 18:55:32 +00:00
Lenno Nagel
0f1c231d37
Fix WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match ( #538 )
2025-01-07 18:53:04 +00:00
Matt Fiddaman
bd77dfd111
🔧 Migrate to ESLint v9 ( #3993 )
2025-01-07 18:51:59 +00:00
Matt Fiddaman
39cfa11b25
🌍 improve translation strings - part 1 ( #4041 )
2025-01-07 18:47:13 +00:00