Commit graph

2 commits

Author SHA1 Message Date
8221feec20 Completes Phase 1 and updates UI
Marks Phase 1 as complete in the documentation.

Updates the transaction list in the UI to display transaction status flags and metadata, enhancing user understanding of each transaction.
2025-10-23 00:17:04 +02:00
1a28ec59eb Completes Phase 1: Beancount patterns adoption
Implements core improvements from Phase 1 of the Beancount patterns adoption:

- Uses Decimal for fiat amounts to prevent floating point errors
- Adds a meta field to journal entries for a full audit trail
- Adds a flag field to journal entries for transaction status
- Migrates existing account names to a hierarchical format

This commit introduces a database migration to add the `flag` and `meta` columns to the `journal_entries` table. It also includes updates to the models, CRUD operations, and API endpoints to handle the new fields.
2025-10-23 00:17:04 +02:00