fix: history amount doubling, dashboard note prefix, unsaved custom tags
Fix history query inflating net_amount when transactions have multiple
tags by restructuring into a CTE that computes amounts from breakdowns
first, then joins tags separately (prevents cross-product duplication)
Exclude note:-prefixed tags from dashboard primary_tag selection so
notes no longer appear with the raw prefix in Transaction History
Capture pending tag input on form submit via hidden field so custom
tags typed without pressing Enter are still saved to the transaction
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.