Go to file
Dustin 0c6f9385e6 Fetch transactions from Firefly III
This is all pretty straightforward.  The only real problem is that
the search results only contain matching transactions *splits*.  Since
transactions themselves do not have an amount, the value shown in the
_Amount_ column on the transaction list may be incorrect if a
transaction contains multiple splits and some of them do not match the
search query.
2025-03-08 16:01:08 -06:00
js js: Initial UI implementation 2025-03-08 11:11:42 -06:00
src Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
templates Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
.editorconfig Initial commit 2025-03-05 18:02:52 -06:00
.gitignore Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
.prettierrc Implement basic page navigation w/ mock data 2025-03-08 11:16:35 -06:00
Cargo.lock Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00
Cargo.toml Fetch transactions from Firefly III 2025-03-08 16:01:08 -06: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
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 Fetch transactions from Firefly III 2025-03-08 16:01:08 -06:00