• Joined on 2025-12-31
padreug pushed to dev at aiolabs/webapp 2026-06-06 20:31:59 +00:00
4af220adda Merge pull request 'feat(libra): show voided transactions in standalone' (#92) from feat/libra-show-voided into dev
1fbf7b3d26 fix(libra): exclude voided txs from balance Pending section
e9195978c1 feat(libra): surface voided transactions in standalone history
Compare 3 commits »
padreug merged pull request aiolabs/webapp#92 2026-06-06 20:31:58 +00:00
feat(libra): show voided transactions in standalone
padreug created pull request aiolabs/webapp#92 2026-06-06 18:49:19 +00:00
feat(libra): show voided transactions in standalone
padreug created pull request aiolabs/libra#34 2026-06-06 18:48:46 +00:00
Show voided transactions in user-entries endpoint
padreug pushed to feat/show-voided-user-entries at aiolabs/libra 2026-06-06 18:48:28 +00:00
781059af5f fix(dashboard): detect voided rows by tag, not by flag char
1c89e69030 feat(api): include voided transactions in user-entries endpoint
Compare 2 commits »
padreug created branch feat/show-voided-user-entries in aiolabs/libra 2026-06-06 18:48:28 +00:00
padreug pushed to feat/libra-show-voided at aiolabs/webapp 2026-06-06 18:46:05 +00:00
1fbf7b3d26 fix(libra): exclude voided txs from balance Pending section
e9195978c1 feat(libra): surface voided transactions in standalone history
Compare 2 commits »
padreug created branch feat/libra-show-voided in aiolabs/webapp 2026-06-06 18:46:04 +00:00
padreug commented on issue aiolabs/libra#33 2026-06-06 18:31:05 +00:00
Settlement flow doesn't net related expense + income entries (links + postings incomplete)

Linking + posting conventions for the new settlement endpoint

padreug opened issue aiolabs/libra#33 2026-06-06 18:06:29 +00:00
Settlement flow doesn't net related expense + income entries (links + postings incomplete)
padreug pushed to main at aiolabs/libra 2026-06-06 18:03:28 +00:00
68cdc4f9ee Merge pull request 'Route account writes for the split Fava ledger layout' (#32) from feat/split-ledger into main
9e7795b541 add_account: always append at end of file
09a5d6ed55 Polish account-creation flow: insertion point, user_id consistency, startup race
d82443d040 fava_client: resolve relative target_file paths against the ledger root
34ecb3f249 Add POST /api/v1/admin/accounts for chart-of-accounts entries
Compare 6 commits »
padreug deleted branch feat/split-ledger from aiolabs/libra 2026-06-06 18:03:28 +00:00
padreug merged pull request aiolabs/libra#32 2026-06-06 18:03:26 +00:00
Route account writes for the split Fava ledger layout
padreug closed issue aiolabs/libra#29 2026-06-06 18:03:26 +00:00
Admin endpoint: POST /api/v1/admin/accounts for chart-of-accounts entries
padreug closed issue aiolabs/libra#28 2026-06-06 18:03:26 +00:00
fava_client.add_account: accept target_file + infer routing from account name
padreug created pull request aiolabs/libra#32 2026-06-06 17:59:29 +00:00
Route account writes for the split Fava ledger layout
padreug pushed to feat/split-ledger at aiolabs/libra 2026-06-06 17:39:59 +00:00
9e7795b541 add_account: always append at end of file
padreug pushed to feat/split-ledger at aiolabs/libra 2026-06-06 17:36:42 +00:00
09a5d6ed55 Polish account-creation flow: insertion point, user_id consistency, startup race
padreug pushed to feat/split-ledger at aiolabs/libra 2026-06-06 17:16:54 +00:00
d82443d040 fava_client: resolve relative target_file paths against the ledger root
padreug created branch feat/split-ledger in aiolabs/libra 2026-06-06 13:30:49 +00:00