- Jul 29, 2023
-
-
Tom French authored
-
Jed Fox authored
-
Sid Vishnoi authored
-
youngcw authored
This is a more elegant way of implementing a month ahead version of the percent goals. To use it add the `previous` flag to the percent goal, ex `#template 10% of previous Paycheck`.
-
youngcw authored
Fixes #1409. This makes the template processing not include previously budgeted funds in the return value.
-
- Jul 28, 2023
- Jul 27, 2023
-
-
shall0pass authored
-
- Jul 26, 2023
-
-
Jed Fox authored
-
- Jul 24, 2023
-
-
Jed Fox authored
-
- Jul 21, 2023
-
-
Jed Fox authored
-
- Jul 20, 2023
- Jul 19, 2023
-
-
shall0pass authored
-
- Jul 18, 2023
-
-
Matiss Janis Aboltins authored
Renaming all occurrences of Nordigen to GoCardless
-
Jed Fox authored
-
Joel Jeremy Marquez authored
-
Jed Fox authored
-
- Jul 17, 2023
-
-
shall0pass authored
Goals: Fix calculated fill when using multiple 'up to' statements in different priority levels (#1312)
-
Sean Tsai authored
fix #1284
-
- Jul 15, 2023
-
-
shall0pass authored
-
- Jul 11, 2023
-
-
shall0pass authored
-
- Jul 08, 2023
-
-
Jed Fox authored
Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jul 07, 2023
-
-
Matiss Janis Aboltins authored
The logs for `invalid-schema` were not logging the used query or the metadata. So fixing this. It would make debugging issues such as https://github.com/actualbudget/actual/issues/1296 easier.
-
- Jul 05, 2023
-
-
Matiss Janis Aboltins authored
-
- Jul 04, 2023
-
-
Matiss Janis Aboltins authored
-
Shazib Hussain authored
-
youngcw authored
-
Tom French authored
This PR adds types to the `crdt` directory to make the structure of the merkle tree (really a merkle radix trie) clearer. --------- Co-authored-by:
Jed Fox <git@jedfox.com> Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jul 02, 2023
-
-
Shazib Hussain authored
-
Neil authored
-
- Jun 30, 2023
-
-
shall0pass authored
Add recurring schedule support. To test: use the schedule keyword with a daily or weekly recurring schedule.
-
Shazib Hussain authored
-
- Jun 28, 2023
- Jun 27, 2023
-
-
Jed Fox authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
-
- Jun 25, 2023
-
-
Matiss Janis Aboltins authored
Just removing some unused/unnecessary scripts and `IS_BETA` env variable + the associated code (we don't use this in the OS version of Actual).
-
shall0pass authored
Based on Tom's comment (https://github.com/actualbudget/actual/pull/1058#issuecomment-1568030881 ) I've eliminated all direct use of date-fns and only use the functions in months.ts. --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
Tom French authored
I've updated the return values in `sync/index` to sensible values based on how they're being called. I've updated the type of `msg.value` to be `string | number | null` to match the values expected by `serializeValue`
-