- Dec 15, 2023
-
-
Matiss Janis Aboltins authored
-
iOSLife authored
-
- Dec 14, 2023
-
-
Julian Dominguez-Schatz authored
* Add "end" field with date/count options * Use "end" field to generate schedule * Show "end" field in recurring description * Disable weekend before/after picker when not enabled * Add release notes * Fix failing typechecks * Add some description tests * PR feedback * 'Features', not 'Feature' * Fix goal templates infinite loop * Empty commit to bump ci * Fix bug where schedule templates in the past would apply incorrectly For example, if you had a schedule which started in November 2023 for 1.00, and you applied the schedule in October 2023, then you would end up with a value of 0.50 applied in October. * Fix handling of schedules with an end date This commit also includes a refactor of the skip-weekend logic: rather than referring only to dates with skipped weekends (which requires checking whether the "next date" request worked correctly), we track a "base date" which is the previous value of the schedule according to the rrule, excluding any weekend-skipping. This lets us use `addDays(baseDate, 1)` to get the next occurrence, regardless of the weekend behaviour. Doing things this way ensures that the loop will always make progress. * Only compute skipped weekend if weekend skips were requested * Fix typo in iterate-schedule-occurrences code We should be using `nextBaseDate` to derive the next base date, not `nextDate`; this is because we want the base date to be guaranteed to make progress in each loop iteration, so we can finish in at most 30 iterations without duplicate base dates. * Use const * Revert const -> let for one mutable variable
-
- Dec 13, 2023
-
-
spezzino authored
* add support for system theme * add release notes * Rename auto theme * add theme selector * update visual snapshots * update snapshots * update snapshots
-
- Dec 12, 2023
-
-
Lucas 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
-
-
Neil authored
* Range fix and payee fix * bug fixes and UI tweaks * range options, hover UI * Select - UnSelect All Buttons * fix hidden group bug * YAxis PrivacyFilter * notes * more privacyFilter graphs * overflowY fix * Loading Indicator * Fix Filter button hover * data revamp * review fixes * LoadingIndicator fixes * remove a loop * filterbuttontype * lint fixes * review fixes * filtersbutton * updates * Split out functions to separate files * uncategorized optimization * rename ambiguous variables * notes * remove indexStack * renaming variables * Improve scrolling of tableGraph * revert renaming variables * code fixes * lint fixes * review fixes * fix * review fixes * variable name changes * const eslint fixes * remove indexStack
-
Matiss Janis Aboltins authored
-
- Dec 05, 2023
-
-
Matiss Janis Aboltins authored
-
Kyle Mckay authored
* Fix failure to create category with deleted name I'm not 100% familiar with the design of the data model so may have misinterpreted what's going on here, but how I read this: - The tombstone flag is used to soft delete categories. - When creating a new category, duplicate names within a group are prevented. - When checking for duplicate names, the tombstone flag was unchecked which meant deleted categories were falsely blocking creation. I had a look at category deleteion logic to verify that simply including the tombstone flag in this check is sane and see that there's a category mapping being maintained to redirect one category to another on deletion. So from what I can tell the correct behaviour here is to allow a new category with the previously deleted name, rather than to revive the old category (to preserve that old mapping lineage). * Add release note * Add regression test
-
- Dec 02, 2023
-
-
Michael Clark authored
-
- Dec 01, 2023
-
-
youngcw authored
* sort properly * note
-
- 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 28, 2023
-
-
shall0pass authored
* fix overbudget in schedules template * release note
-
- Nov 26, 2023
-
-
Neil authored
* Range fix and payee fix * bug fixes and UI tweaks * range options, hover UI * Select - UnSelect All Buttons * fix hidden group bug * YAxis PrivacyFilter * notes * more privacyFilter graphs * overflowY fix * Loading Indicator * Fix Filter button hover * review fixes * LoadingIndicator fixes * remove a loop * filterbuttontype * review fixes * filtersbutton * updates
-
Michael Clark authored
-
Mohamed Muhsin authored
-
- Nov 24, 2023
-
-
Neil authored
* Remove Featureflag * notes * VRT updates * Dark Theme fixes * VRT updates * VRT updates * Revert "VRT updates" This reverts commit 7d669f2df2baabb3d20c2da55437adcf01959ef8. * Revert VRT Reverting VRT * VRT updates * pillbackground * VRT updates * Theme Selector * VRT Updates * notes * VRT updates
-
- Nov 23, 2023
-
-
DJ Mountney authored
-
- Nov 22, 2023
-
-
Matiss Janis Aboltins authored
-
Joel Jeremy Marquez authored
* Part 2 of eslint prefer-const * Release notes * Update
-
Zach Whelchel authored
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Nov 20, 2023
-
-
Joel Jeremy Marquez authored
* Support multiple months in experimental ofx parser * Release notes * Fix lint error
-
DJ Mountney authored
-
Shazib Hussain authored
* Remove author from electron package.json * Don't allow dupes in cat names (per group) * Release Notes * Handle reorders and moves * Fix linter warnings * Fix typecheck * Show the name of the duplicate category * missed func call * Upper case before compare * lint fixes --------- Co-authored-by:
Shazib Hussain <contact@shazib.com>
-
- Nov 19, 2023
-
-
Joel Jeremy Marquez authored
* Mobile report budget * Release notes * Update bindings * Cleanup * Mobile report budget summary + reuse desktop components
-
- Nov 18, 2023
-
-
Michael Clark authored
[Maintenance] Update CloseAccount, AccountAutocomplete, SavedFilterAutocomplete, PayeeAutocomplete components to Typescript. (#1923)
-
- Nov 17, 2023
-
-
shall0pass authored
* logic * release note
-
- Nov 16, 2023
-
-
Neil authored
* Reorganize and add graphs * Create Customizable Chart * Notes * Hide Menu update Donut * lint fixes * Organize Menus * Change Title * UI changes * UI updates * Add Data Table * Functionality additions and Privacy Filters * Date filters working and formatting changes * Fix default spreadsheet and add tableGraph * Integrate Summary Data and Split Legend * started adding functionality on charts * list fix * Enabling more graphs, fixing errors * Legend, interactions, Empty Rows Filter * fixes for EmptyRows/interactions/legends * formatting UI and filtering data * format date * fix errors * Fix Legend Order * lint fixes * Add tooltips * Feature Flag * fix overview card, fix offbudget checkbox * Revamped dataType, added scrollBars * data display adjustments * data spreadsheet updates/groups added to matrix * Add Category Selector * Add Labels Button * formatting fixes * Add Averages to dataTable * data bug fix * Added all type back in with exceptions * formatting * split assets/debts, add Uncategorized * bug fixes and UI updates * add scrollbars to table * formatting dataTable * tooltips, navigation and graph labels * Code clean-up and re-org * revert color change * Change labels name * organize files * code cleanup * Tooltip Colors * Descoping legend for future PR * descope legend & rename split * rename type variable to be more descriptive * adjustments for sankey and eslint merges * notes update * code review fixes * code fixes * fix date selections
-
- Nov 15, 2023
-
-
Stefan Hall authored
-
- Nov 12, 2023
-
-
Shaan Khosla authored
* added sankey plot * fix sankey * formatting * formatting * lint * reduce margin * experimental flag * update location of recharts install * truncate tooltip * add titles to node and sizing * better filtering * comments, types, and check if data exists * don't log * clean up extra views * responsive container, and fix label in graph * change back * fix bug and font * static tooltip * update overview to fit both sankey and category spending * overview sankey * increase iterations, fix right text, and release notes * remove is out * lint * fix tooltip space * fix margins * format and efficient sql payees query * restructure category sum value * add tooltip names...again * conditionally use container * use useCategories
-
- Nov 11, 2023
-
-
Joel Jeremy Marquez authored
* Support ofx INVSTMTMSGSRSV1 * Release notes
-
youngcw authored
* add budget tables to the schema * note * note fix * lint
-
shall0pass authored
* move goal calculations to separate files by type * bug squashing * release note
-
- Nov 08, 2023
-
-
youngcw authored
* first pass at progress bar * db migration / enter goal in db * add getGoal function * stabilize * whoops * TS * reset goal in db if no template found * reconfirm * release note * typo * rename migration * to ms * move priority logic, consistent variable names, * fixup * clear goal if template removed * Visual goals (#40) *
removing privacyMode feature flag (#1688) * fix multiline label in schedules modal (#1687) * Update Visual Regression README File (#1689) * Fix typo in GoCardlessLink.js (#1684) happend -> happened * queried cleared balance for tooltip (#1678) * Dark Theme Reports/Settings (#1512) * Mobile account transaction list: Fix sticky date section headers (#1698) * do not cancel github ci jobs on master branch (#1692) * Sidebar Account Fix (#1703) * Dark Theme Final (#1513) * Category autocomplete should only search selectable categories (#1681) * set colors based on a goal value * extra comment --------- Co-authored-by:Matiss Janis Aboltins <matiss@mja.lv> Co-authored-by:
Crazypkr1099 <nicholas.lacasse430@gmail.com> Co-authored-by:
Ikko Eltociear Ashimine <eltociear@gmail.com> Co-authored-by:
Shaan Khosla <35707672+shaankhosla@users.noreply.github.com> Co-authored-by:
Neil <55785687+carkom@users.noreply.github.com> Co-authored-by:
Trevor Farlow <trevdor@users.noreply.github.com> * update release note * lint * use null as cleared state * show goal status via colors (#41) * cleanup * I think its working * lint * fix report budget, by adding in the goal coloring * fix the error by adding colors to the report side (#42) * [refactor] Migrate Schedules Table to typescript (#1691) *
removing unnecessary manual module resolution (#1707) * (mobile) scrolling in lists with pull-to-refresh (#1706) * (mobile) updating apple home-screen icon (#1705) * Enhance Y-Axis Scaling on Net Worth Graph (#1709) * fix report budget, by adding in the goal coloring --------- Co-authored-by:Mohamed Muhsin <62111075+muhsinkamil@users.noreply.github.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> Co-authored-by:
Crazypkr1099 <nicholas.lacasse430@gmail.com> * report budget database updates * Goal progress bar (#1734) * first pass at progress bar * db migration / enter goal in db * add getGoal function * stabilize * whoops * TS * reset goal in db if no template found * reconfirm * release note * typo * rename migration * to ms * move priority logic, consistent variable names, * fixup * clear goal if template removed * Visual goals (#40) *
removing privacyMode feature flag (#1688) * fix multiline label in schedules modal (#1687) * Update Visual Regression README File (#1689) * Fix typo in GoCardlessLink.js (#1684) happend -> happened * queried cleared balance for tooltip (#1678) * Dark Theme Reports/Settings (#1512) * Mobile account transaction list: Fix sticky date section headers (#1698) * do not cancel github ci jobs on master branch (#1692) * Sidebar Account Fix (#1703) * Dark Theme Final (#1513) * Category autocomplete should only search selectable categories (#1681) * set colors based on a goal value * extra comment --------- Co-authored-by:Matiss Janis Aboltins <matiss@mja.lv> Co-authored-by:
Crazypkr1099 <nicholas.lacasse430@gmail.com> Co-authored-by:
Ikko Eltociear Ashimine <eltociear@gmail.com> Co-authored-by:
Shaan Khosla <35707672+shaankhosla@users.noreply.github.com> Co-authored-by:
Neil <55785687+carkom@users.noreply.github.com> Co-authored-by:
Trevor Farlow <trevdor@users.noreply.github.com> * update release note * lint * use null as cleared state * show goal status via colors (#41) * cleanup * I think its working * lint * fix the error by adding colors to the report side (#42) * [refactor] Migrate Schedules Table to typescript (#1691) *
removing unnecessary manual module resolution (#1707) * (mobile) scrolling in lists with pull-to-refresh (#1706) * (mobile) updating apple home-screen icon (#1705) * Enhance Y-Axis Scaling on Net Worth Graph (#1709) * fix report budget, by adding in the goal coloring --------- Co-authored-by:Mohamed Muhsin <62111075+muhsinkamil@users.noreply.github.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> Co-authored-by:
Crazypkr1099 <nicholas.lacasse430@gmail.com> * report budget database updates * Fix schedule searchbar (#1729) --------- Co-authored-by:
youngcw <calebyoung94@gmail.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> Co-authored-by:
Crazypkr1099 <nicholas.lacasse430@gmail.com> Co-authored-by:
Ikko Eltociear Ashimine <eltociear@gmail.com> Co-authored-by:
Shaan Khosla <35707672+shaankhosla@users.noreply.github.com> Co-authored-by:
Neil <55785687+carkom@users.noreply.github.com> Co-authored-by:
Trevor Farlow <trevdor@users.noreply.github.com> Co-authored-by:
Mohamed Muhsin <62111075+muhsinkamil@users.noreply.github.com> * working dynamic colors. Need to figure out what changes are actually needed * cleanup * more cleanup * lint * reset the goal when applying a single template * make getCategory function * remove some unneeded changes * actually remove the changes, not just comment * cleanup some unneeded code that was causing some bugs. Works for me, but should be vetted more * lint * add json definitions to database * use template feature flag to enable colors * some fixes * don't set goals for remainders, remove unneeded change * lint * release note * lint again * fix mobile crash * undo changes in CellValue.tsx * lint * use getStyle * move status calc to helper * lint * recommendations * suggestion Co-authored-by:
Joel Jeremy Marquez <joeljeremy.marquez@gmail.com> --------- Co-authored-by:
shall0pass <20625555+shall0pass@users.noreply.github.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> Co-authored-by:
Crazypkr1099 <nicholas.lacasse430@gmail.com> Co-authored-by:
Ikko Eltociear Ashimine <eltociear@gmail.com> Co-authored-by:
Shaan Khosla <35707672+shaankhosla@users.noreply.github.com> Co-authored-by:
Neil <55785687+carkom@users.noreply.github.com> Co-authored-by:
Trevor Farlow <trevdor@users.noreply.github.com> Co-authored-by:
Mohamed Muhsin <62111075+muhsinkamil@users.noreply.github.com> Co-authored-by:
Joel Jeremy Marquez <joeljeremy.marquez@gmail.com>
-
- Nov 07, 2023
-
-
Sreetam Das authored
* Update AQL filter for budgeted and offbudget accounts * Add release note
-
- Nov 05, 2023
-
-
Stefan Hall authored
-
- Nov 04, 2023
-
-
Seth Gillett authored
-