- Apr 27, 2024
-
-
kyangk authored
-
- Apr 21, 2024
-
-
Julian Dominguez-Schatz authored
* Copy category from parent transaction when splitting * Rename 'Before split' -> 'Apply to all' * Add release notes * Update tests to reflect change
-
- Apr 18, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 09, 2024
-
-
Matiss Janis Aboltins authored
-
- Mar 31, 2024
-
-
Matiss Janis Aboltins authored
adding extra console.log lines for bank-sync to help with troubleshooting (#2529) * adding extra console.log lines for bank-sync to help with troubleshooting * Release notes
-
- Mar 21, 2024
-
-
Matiss Janis Aboltins authored
-
- Mar 19, 2024
-
-
Ikko Eltociear Ashimine authored
-
- Mar 06, 2024
-
-
Attila Kerekes authored
-
- Feb 21, 2024
-
-
Julian Dominguez-Schatz authored
* Show splits on rules page * Add `ActionExpression` for 'allocate'-type actions * Add release notes * Fix type errors
-
- Feb 17, 2024
-
-
DJ Mountney authored
* Converts html special characters in ofx values to plaintext - Apply during ofx/qfx import
-
- Feb 08, 2024
-
-
DJ Mountney authored
* Fix parse errors with OFX data with no transactions - Return an empty array instead of an array of undefined
-
Julian Dominguez-Schatz authored
* Add split creation UI to rule creation modal * Support applying splits when rules execute * fix: deserialize transaction before running rules According to how rules are run in other places in the app, we should be supplying a "deserialized" (i.e., integer-for-amount and ISO date) transaction rather than a "serialized" (amount-plus-formatted-date) one. This fixes a crash in how split transactions are applied, as well as date-based rules not applying correctly previously (any rule with a date condition would never match on mobile). * Add release notes * Fix missing types pulled in from master * PR feedback: use `getActions` * PR feedback: use `flatMap` * Fix action deletion * Don't flicker upon split deletion * Let users specify parent transaction actions (e.g. linking schedules) * Support empty splits * Revert adding `no-op` action type * Support splits by percent * Fix types * Fix crash on transactions page when posting a transaction The crash would probably have occurred in other places too with auto-posting schedules :/ * Fix a bug where schedules wouldn't be marked as completed This was because the query that we previously used didn't select parent transactions, so no transaction was marked as being scheduled (since only parent transactions have schedule IDs). * Add feature flag * Limit set actions within splits to fewer fields * Fix merge conflict * Don't run split rules if feature is disabled * Fix percent-based splits not applying * Fix crash when editing parent transaction amount * Auto-format * Attempt to fix failing tests * More test/bug fixes * Add an extra split at the end if there is a remaining amount * Make sure split has correct values for dynamic remainder * Remove extraneous console.log
-
- Feb 03, 2024
-
-
yoyotogblo authored
Change to 7 days prior and after for imported transactions when fuzzy matching
-
Joel Jeremy Marquez authored
* Consider child transaction when fuzzy matching * Release notes
-
- Jan 20, 2024
-
-
Zach Whelchel authored
* Some initial UI work for adding SimpleFin. * SimpleFin proof of concept working. * Adds linking & unlinking to existing accounts through the account menu UI. * Added loading and lint fixes. * Lint changes. * Added release notes. * Typecheck cleanup. * Import, lint, typecheck cleanups. * More typecheck cleanup. * Refactored language for consistency. * Added default institution name. * Lint cleanup. * Addressed change requests. * Added a default to migration, made variables consistent, added feature flag. * Added account_sync_source to server schema. * Adds account_sync_source to test. * Fix for typecheck. * Attempt to make typecheck happy. * Added strict ignore. * Moved account_sync_source to the right model (face palm). * Hotfix for institution format. * Lint cleanup. * Removed unnecessary promise.all. * Lint cleanup.
-
- Jan 19, 2024
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Jan 18, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 15, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 12, 2024
-
-
Matiss Janis Aboltins authored
*
(ofx) removing old parser * Release notes * Patch unit test
-
- Jan 09, 2024
-
-
rjwonder authored
-
- Jan 06, 2024
-
-
Joel Jeremy Marquez authored
* ESLint no-default-export 13 - final * Release notes * Fix lint error * Add api/migrations to override * Fix lint error
-
Joel Jeremy Marquez authored
* ESLint no-default-exports 12 - All loot-core folders except server * Release notes * Fix imports
-
Khanh Nguyen authored
* added cleared column in csv export * added release note
-
- Jan 01, 2024
-
-
Matiss Janis Aboltins authored
-
- Dec 09, 2023
-
-
Joel Jeremy Marquez authored
* Another round of prefer-const rule updates * Release notes * Fix test error * Fix sync.ts
-
- Dec 06, 2023
-
-
Matiss Janis Aboltins authored
-
- Nov 30, 2023
-
-
Neil authored
* Update rules.ts * notes * Update packages/loot-core/src/server/accounts/rules.ts Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * Entity update * fix --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Nov 23, 2023
-
-
DJ Mountney authored
-
- Nov 22, 2023
-
-
Matiss Janis Aboltins authored
-
Zach Whelchel authored
-
- Nov 20, 2023
-
-
Joel Jeremy Marquez authored
* Support multiple months in experimental ofx parser * Release notes * Fix lint error
-
- Nov 15, 2023
-
-
Stefan Hall authored
-
- Nov 11, 2023
-
-
Joel Jeremy Marquez authored
* Support ofx INVSTMTMSGSRSV1 * Release notes
-
- Oct 06, 2023
-
-
Joel Jeremy Marquez authored
* Prevent parent transaction from being added to transfer account * Release notes
-
- Sep 22, 2023
-
-
Syukron Rifa'il Muttaqi authored
-
Matiss Janis Aboltins authored
-
- Sep 03, 2023
-
-
Joel Jeremy Marquez authored
* Experimental OFX parser * Release notes * Enable enableExperimentalOfxParser in tests * Move experimental ofx parser to ofx2json * Enable experimental ofx parser by default * Address PR comments
-
- Sep 02, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 28, 2023
-
-
Joel Jeremy Marquez authored
Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-