Commit Graph

73 Commits

Author SHA1 Message Date
Nathan Dwarshuis dce3ff4166 ENH clean up (and hopefully fix) lots of balancing stuff 2023-07-05 22:30:24 -04:00
Nathan Dwarshuis d9709f565f FIX separate running totals by budget label 2023-07-04 10:35:11 -04:00
Nathan Dwarshuis 8c9dc1e970 REF rearrange stuff 2023-07-04 00:11:25 -04:00
Nathan Dwarshuis bae847d9f3 WIP balance transactions in two different ways 2023-07-03 20:27:52 -04:00
Nathan Dwarshuis d5761c75ed REF move commont stuff to common modules 2023-07-01 18:58:15 -04:00
Nathan Dwarshuis ebef4e0f6b WIP mostly unify history and budget transfer pipelines 2023-07-01 18:32:20 -04:00
Nathan Dwarshuis 1ae670187a WIP unify history and budget pipelines 2023-06-30 23:54:39 -04:00
Nathan Dwarshuis cc0699eb4e WIP make budget and statement paths use same machinery 2023-06-29 21:32:14 -04:00
Nathan Dwarshuis fc4da967be WIP read updates from database 2023-06-25 14:26:35 -04:00
Nathan Dwarshuis 05928087b2 WIP add logic for updating entries and summing read only entries 2023-06-24 17:32:43 -04:00
Nathan Dwarshuis 5697a071ab WIP add lots of stuff to cache deferred calculations 2023-06-22 23:27:14 -04:00
Nathan Dwarshuis 09e03ff675 ADD means to scale/flip the value of a transaction 2023-06-20 22:52:52 -04:00
Nathan Dwarshuis f3d2c1655e FIX undefined error paths 2023-06-19 12:33:50 -04:00
Nathan Dwarshuis 03e75ce549 ADD linked credit entries 2023-06-19 12:14:18 -04:00
Nathan Dwarshuis 87e6dcff8f FIX typos 2023-06-17 20:57:24 -04:00
Nathan Dwarshuis c18750d600 ADD comment and tags to txgetter 2023-06-17 00:16:01 -04:00
Nathan Dwarshuis ad0975aba7 ENH use sane types to simplify tx balancing 2023-06-16 22:05:28 -04:00
Nathan Dwarshuis efffda378a ADD calculations for running balances in statements 2023-06-13 20:12:29 -04:00
Nathan Dwarshuis b2e4ee05e8 WIP allow running balances to be used in history 2023-06-12 00:27:34 -04:00
Nathan Dwarshuis 45df1af534 ENH export account tree type 2023-06-11 12:27:57 -04:00
Nathan Dwarshuis 776a10ba11 ENH allow multiple entries on credit side of transaction statement getter 2023-06-10 21:30:30 -04:00
Nathan Dwarshuis ff0393dc02 REF remove "split" lingo 2023-05-29 16:11:19 -04:00
Nathan Dwarshuis 62b39b61aa REF split history and budget 2023-05-29 15:56:15 -04:00
Nathan Dwarshuis 02747b4678 REF split up types module to keep compile times sane 2023-05-29 14:46:30 -04:00
Nathan Dwarshuis 5dfbc3ef41 ADD local budget interval 2023-05-29 13:09:17 -04:00
Nathan Dwarshuis 6117784d0e ENH gereralize amount lookup function 2023-05-25 00:11:04 -04:00
Nathan Dwarshuis d7117270c9 ADD negative amount lookup 2023-05-22 23:32:39 -04:00
Nathan Dwarshuis 5e2e8d8acf ENH scale taxes by pay period length 2023-05-14 19:20:10 -04:00
Nathan Dwarshuis 9a1dd1ac3e ENH use doubles and get clean compile 2023-05-07 20:29:33 -04:00
Nathan Dwarshuis 38710b1f56 WIP use doubles in config 2023-05-04 21:48:21 -04:00
Nathan Dwarshuis 2119eb61c8 ENH update haskell types 2023-04-30 23:28:16 -04:00
Nathan Dwarshuis 4098e72060 ENH update types and use deferred allocation math 2023-04-30 00:16:06 -04:00
Nathan Dwarshuis 8c5a68a4b4 ENH use latest dhall commit 2023-04-16 20:09:13 -04:00
Nathan Dwarshuis ad4cb6a702 ENH use intervals to define allocations 2023-03-16 23:53:57 -04:00
Nathan Dwarshuis d89b63e59a FIX don't hash budget components (since they are interdependent) 2023-03-01 20:38:11 -05:00
Nathan Dwarshuis 873211c822 WIP remove tags from tx 2023-02-26 22:56:32 -05:00
Nathan Dwarshuis 4eae92eb01 WIP use tags for splits 2023-02-26 22:53:12 -05:00
Nathan Dwarshuis ae3109a4ba ENH kinda finalize shadow match rules 2023-02-25 22:56:23 -05:00
Nathan Dwarshuis 048872253f WIP add shadow transfers 2023-02-13 19:57:39 -05:00
Nathan Dwarshuis d2c7c0484a FIX typo 2023-02-13 18:49:41 -05:00
Nathan Dwarshuis 53e1dde60f WIP assign buckets more sanely 2023-02-12 21:52:41 -05:00
Nathan Dwarshuis e6a39cb5ea WIP track running balances in budget 2023-02-12 16:23:32 -05:00
Nathan Dwarshuis b9a389454f ADD name for budgets 2023-02-05 17:56:23 -05:00
Nathan Dwarshuis 5c3874d4bd Revert "ENH use bytestring to speed up regex matching"
This reverts commit 26c0dff080.
2023-02-05 12:29:43 -05:00
Nathan Dwarshuis 26c0dff080 ENH use bytestring to speed up regex matching 2023-02-05 12:22:00 -05:00
Nathan Dwarshuis bd72bec920 ENH format error better 2023-02-05 11:40:06 -05:00
Nathan Dwarshuis 281d67bfc9 ENH compile rational regex parsers once 2023-02-05 11:34:37 -05:00
Nathan Dwarshuis dae132c8b9 ENH use better algorithm for cronpatterns 2023-02-05 10:34:26 -05:00
Nathan Dwarshuis 2af7fed148 ENH precompile regular expressions 2023-02-01 23:02:07 -05:00
Nathan Dwarshuis b50f16044f ENH use faster gregorian iterator (~2x speedup) 2023-02-01 20:56:29 -05:00