- May 07, 2024
-
-
DJ Mountney authored
* Create types for the external versions of entities meant for the API - Otherwise the types used in the API were actually wrong vs the data we were sending * Add release note
-
- May 04, 2024
-
-
Joseph Livecchi authored
* Updated Login to handle header auth
-
- May 03, 2024
-
-
Joel Jeremy Marquez authored
* Fetch cloud file and file info in parallel to speed downloads up * Release notes * Rename release notes
-
- Apr 30, 2024
-
-
shall0pass authored
* allow decimal in percent templates * release note
-
youngcw authored
* add template to set x month average * error on 0 * note * lint
-
- Apr 27, 2024
-
-
kyangk authored
-
- Apr 26, 2024
-
-
youngcw authored
* check schedule name * note
-
- Apr 24, 2024
-
-
Wizmaster authored
* Reconciling split translations from nYNAB import creates orphan transfers - Fixed link between subtransaction transfers and transaction transfers - Reworked payee transaction and subtransaction import * Reconciling split translations from nYNAB import creates orphan transfers - Added release note * Reconciling split translations from nYNAB import creates orphan transfers - Reworkd data.transactions and data.subtransactions loops * Reconciling split translations from nYNAB import creates orphan transfers - Added comments --------- Co-authored-by:
DJ Mountney <david@twkie.net>
-
- Apr 23, 2024
-
-
Matt Fiddaman 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 20, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 18, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 16, 2024
-
-
Adam authored
* Change Actual default theme to System Default * Add release notes * Update release notes * update vrt --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
Neil authored
* Button changes and time filters * rename on dashboard * notes * fix time filters * Sort Categories * Page title * category sort order * move button * featureflag * Highlight report name * sankey fix * VRT * remove doubled element * adjust to match master * add Year * notes * lint fix * update names * IntervalsUpdates * fixing bugs * ts updates * lint fix * merge fixes * notes * simplify lookups * Add Daily and Weekly * notes * notes * merge fix * TS fix * Change week start date based on user prefs * fix weeks * fix averages * remove $week * remove date-week * TS fixes
-
- Apr 11, 2024
-
-
DJ Mountney authored
* Improve api output types - Fixes some missing models - Fixes some output path aliasing * Add changelog
-
- Apr 09, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 07, 2024
-
-
shall0pass authored
* add group enhancement * warnings * note * add more group functions * add Global: to differentiate warning from group warnings * weights not properly recorded for sinking groups, safeNumber error
-
- Apr 02, 2024
-
-
shall0pass authored
* 'up to' calculation * note * update to last months balance
-
- 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 20, 2024
-
-
Wizmaster authored
* Import locked transactions from nYNAB * Import locked transactions from nYNAB - Adding PR release note
-
- Mar 19, 2024
-
-
Ikko Eltociear Ashimine authored
-
- Mar 13, 2024
-
-
youngcw authored
* import locked transactions * note, lint
-
- Mar 09, 2024
-
-
Robert Dyer authored
-
- Mar 06, 2024
-
-
Attila Kerekes authored
-
- Mar 04, 2024
-
-
shall0pass authored
* add log messages to schedule templates * log the included schedules * more log output * use a negate filter for sinking funds * carve out a top out exception if no sinking funds * note
-
shall0pass authored
* remove automatic funding of rollover categories * note
-
Matiss Janis Aboltins authored
-
- Feb 28, 2024
-
-
Neil authored
* Add interval split and menu items * notes
-
- Feb 21, 2024
-
-
Julian Dominguez-Schatz authored
* Show splits on rules page * Add `ActionExpression` for 'allocate'-type actions * Add release notes * Fix type errors
-
Neil authored
* updated saved work * merge fixes * Disable CREATE TABLE * notes * turn on db table * Fix TableGraph recall crash * table format changes * type fixes * fixing some card displays * merge fixes * revert table change * cardMenu width * notes * fix filtering logic * reload saved filters * lint fix * visual graph changes * slice fixes * typescript update
-
- Feb 17, 2024
-
-
DJ Mountney authored
* Converts html special characters in ofx values to plaintext - Apply during ofx/qfx import
-
- Feb 16, 2024
-
-
shall0pass authored
* midnight updates * updates * updates * background one shade darker * change highlights to match other accents * release note * link color * variable spelling * Upcoming pill color * theme switch bug * remove development, type error * toggle background, disabled background+text * account pillboxes and icons * typecheck error
-
- Feb 10, 2024
-
-
Neil authored
* updated saved work * merge fixes * Disable CREATE TABLE * notes * turn on db table * Fix TableGraph recall crash * table format changes * type fixes * fixing some card displays * merge fixes * revert table change * Revert Changes * notes * merge fixes * notes * notes * revert notes * Area changes
-
- 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 05, 2024
-
-
Matiss Janis Aboltins authored
-
shall0pass authored
* add balance check * lint * fill rollover categories after non-rollover * allow partial fills of non-rollover * update * release note and youngcw suggestion * warnings * remove commented coded
-
- Feb 04, 2024
-
-
Matiss Janis Aboltins authored
-
- Feb 03, 2024
-
-
yoyotogblo authored
Change to 7 days prior and after for imported transactions when fuzzy matching
-