receipts/templates
Dustin 1f4899feb3
dustin/receipts/pipeline/head This commit looks good Details
receipts: Create/update Firefly III transactions
The Add Receipt form can now create or update transactions in Firefly
III in certain circumstances:

* For existing transactions, if the description, amount, or notes
  submitted on the form differ from the corresponding values in Firefly,
  the Firefly transaction will be updated with the submitted information
* For gas station transactions, since Chase does not send useful
  notifications about these, there is now an option to create an
  entirely new transaction in Firefly, using the values provided in the
  form
* Similarly for refunds and deposits, which we also do not get helpful
  notifications about, the values in the form will be used to create a
  new transaction in Firefly

This functionality should help cover most of the edge cases that
`xactmon` cannot handle.
2025-03-13 20:02:35 -05:00
..
base.html.tera Implement basic page navigation w/ mock data 2025-03-08 11:16:35 -06:00
error.html.tera Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
receipt-form.html.tera receipts: Create/update Firefly III transactions 2025-03-13 20:02:35 -05:00
receipt-list.html.tera receipts: Implement DELETE 2025-03-10 18:25:58 -05:00
receipt.html.tera Store receipts in the database 2025-03-09 19:55:08 -05:00
transaction-list.html.tera Implement basic page navigation w/ mock data 2025-03-08 11:16:35 -06:00
transaction.html.tera ui: Remove photo cropper element 2025-03-08 20:20:29 -06:00