receipts/src
Dustin 97e67982d9 transactions: Add JSON response format
Rocket makes it easy to dispatch requests for the same path to different
methods based on the `Accept` request header via the `format` argument
to the request attribute.

We'll use this JSON response format to populate a dropdown on the Add
Receipt form, which can be used to automatically fill the fields for
receipt data based on an existing transaction.
2025-03-11 07:49:34 -05:00
..
config.rs Use Rocket's Figment for configuration 2025-03-09 07:11:20 -05:00
firefly.rs Attach receipts to Firefly transactions 2025-03-08 20:08:14 -06:00
main.rs transactions: Add JSON response format 2025-03-11 07:49:34 -05:00
receipts.rs receipts: Implement DELETE 2025-03-10 20:12:47 -05:00