Go to file
Dustin 0eb0618fd2
dustin/receipts/pipeline/head This commit looks good Details
add_receipt: Fix editing Firefly xact notes
If a new receipt is being attached to an existing Firefly transaction,
we need to update the notes field of the transaction to match what's
specified with the receipt.  This was happening correctly for
transactions that already had value in its notes field, but not for
transactions without any notes at all.  The reason for this is because
we were only updating the field inside a conditional that checked if the
existing value was not equal to the new value, but it did not account
for the case where there was no existing value at all.
2025-05-07 18:24:04 -05:00
.sqlx Refactor backend 2025-03-11 20:05:41 -05:00
ci ci: Fix defaultBranch 2025-03-13 20:27:50 -05:00
js receipts: Create/update Firefly III transactions 2025-03-13 20:02:35 -05:00
migrations Store receipts in the database 2025-03-09 19:55:08 -05:00
sql/receipts Refactor backend 2025-03-11 20:05:41 -05:00
src add_receipt: Fix editing Firefly xact notes 2025-05-07 18:24:04 -05:00
templates receipt: Fix display of notes field 2025-05-04 11:23:48 -05:00
.containerignore Refactor backend 2025-03-11 20:05:41 -05:00
.editorconfig Store receipts in the database 2025-03-09 19:55:08 -05:00
.gitignore Store receipts in the database 2025-03-09 19:55:08 -05:00
.prettierrc Implement basic page navigation w/ mock data 2025-03-08 11:16:35 -06:00
Cargo.lock receipts/list: Generate thumbnails for receipts 2025-03-14 20:57:12 -05:00
Cargo.toml receipts/list: Generate thumbnails for receipts 2025-03-14 20:57:12 -05:00
Containerfile receipts/list: Generate thumbnails for receipts 2025-03-14 20:57:12 -05:00
LICENSE-Apache-2.0.txt Initial commit 2025-03-05 18:02:52 -06:00
LICENSE-MIT.txt Initial commit 2025-03-05 18:02:52 -06:00
createdb.sh Store receipts in the database 2025-03-09 19:55:08 -05:00
firefly.env Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
rustfmt.toml Initial commit 2025-03-05 18:02:52 -06:00
start-firefly.sh start-firefly: Fix volume mount point 2025-03-11 07:46:52 -05:00
start-postgresql.sh Store receipts in the database 2025-03-09 19:55:08 -05:00
static Fix path to static resources 2025-03-08 20:08:45 -06:00