RunasSudo
  • Joined on 2022-08-22
RunasSudo pushed to tauri at RunasSudo/DrCr 2024-11-22 22:19:23 +11:00
be6af2fd27 Add more entries to nav bar
ae2b9e4016 Implement balance sheet report
879fac9999 Implement income statement report
071d7c8988 Implement accounts combobox
Compare 4 commits »
RunasSudo pushed to tauri at RunasSudo/DrCr 2024-11-22 18:55:56 +11:00
40945def3e Use small (thicker) plus icon on journal view
03897430aa Rename /journal/{edit,new}-transaction etc. to /journal/{edit,new} for consistency
e86ec5291c Fix bug when confirming transaction deletion
c5c3d1133a Implement editing and deleting balance assertions
e791fb2a8a Implement balance assertions view
Compare 9 commits »
RunasSudo pushed to tauri at RunasSudo/DrCr 2024-11-18 20:02:14 +11:00
331d7d8b7c Show unclassified statement lines in reports
7b26ef81c6 Implement OFX2.x statement import
Compare 2 commits »
RunasSudo created branch tauri in RunasSudo/DrCr 2024-11-17 22:33:03 +11:00
RunasSudo pushed to tauri at RunasSudo/DrCr 2024-11-17 22:33:03 +11:00
30cb94274b Implement SQL transactions
a688ea7c22 Implement statement line view
86c007c28a Remember last opened file
0a09d0fa6f Add "New transaction" button to more pages
11626f2557 Implement delete transaction
Compare 10 commits »
RunasSudo pushed to master at RunasSudo/DrCr 2024-11-11 16:36:17 +11:00
56fa6f3633 Allow splitting API transactions into multiple stages
97893a9c12 Provide running list of transactions to transaction providers
541086d346 More efficient implementation for all_accounts
Compare 3 commits »
RunasSudo pushed to master at RunasSudo/DrCr 2024-11-10 16:47:59 +11:00
e25855450c austax: Fix fencepost error in HELP repayment rates
RunasSudo pushed to master at RunasSudo/DrCr 2024-11-10 00:35:13 +11:00
ef711f1828 Allow preparing trial balance and income statement reports at arbitrary dates
4cff4c9432 Correctly limit by date in api_transactions
1d2628850e Fix fencepost bug with TrialBalancer.from_cached
Compare 3 commits »
RunasSudo pushed to master at RunasSudo/DrCr 2024-11-09 23:47:20 +11:00
16534fc755 Recompute running balances when required
e313758192 Basic caching of running balances
b425643980 Don't hard code reporting commodity
Compare 3 commits »
RunasSudo commented on issue RunasSudo/DrCr#1 2024-11-09 23:44:23 +11:00
Cache running balances

Closed in 93732124828a3186756f278f876357b3d458d011

RunasSudo closed issue RunasSudo/DrCr#1 2024-11-09 23:44:23 +11:00
Cache running balances
RunasSudo pushed to master at RunasSudo/DrCr 2024-11-09 23:43:03 +11:00
9373212482 Recompute running balances when required
18392d6917 Basic caching of running balances
fe8d47c676 Don't hard code reporting commodity
Compare 3 commits »
RunasSudo commented on issue RunasSudo/DrCr#5 2024-11-09 16:49:32 +11:00
Re-allow typing commodities into transaction editor

Closed in 7416d270deb03e9df6a50c27e0b6d731275ae689

RunasSudo closed issue RunasSudo/DrCr#5 2024-11-09 16:49:32 +11:00
Re-allow typing commodities into transaction editor
RunasSudo pushed to master at RunasSudo/DrCr 2024-11-09 16:36:24 +11:00
e5cce0fd4b Persist account names on transaction editor on refresh
RunasSudo pushed to master at RunasSudo/DrCr 2024-11-09 16:32:16 +11:00
a768de8fa9 Persist account names on transaction editor on refresh
RunasSudo pushed to master at RunasSudo/DrCr 2024-11-09 16:24:09 +11:00
86c5371d32 Only update linked posting amounts if changing the first posting
RunasSudo opened issue RunasSudo/DrCr#5 2024-06-29 22:44:53 +10:00
Re-allow typing commodities into transaction editor
RunasSudo commented on issue RunasSudo/DrCr#4 2024-04-04 01:58:15 +11:00
Running totals on account transactions view are incorrect

Fixed in b782f97

RunasSudo closed issue RunasSudo/DrCr#4 2024-04-04 01:58:15 +11:00
Running totals on account transactions view are incorrect