This is a custom-built application for managing purchase receipts. It integrates with Firefly III to fill some of the gaps that `xactmon` cannot handle, such as restaurant bills with tips, gas station purchases, purchases with the HSA debit card, refunds, and deposits. Photos of receipts can be taken directly within the application using the User Media Web API, or uploaded as existing files. Each photo is associated with transaction data, including date, vendor, amount, and general notes. These data are also synchronized with Firefly whenever possible.
13 lines
553 B
TOML
13 lines
553 B
TOML
[default.firefly]
|
|
url = "https://firefly.pyrocufflink.blue"
|
|
token = "/run/secrets/receipts/secrets/firefly.token"
|
|
search_query = "tag:Review has_attachments:false type:withdrawal has_any_bill:false"
|
|
default_account = "Amazon Rewards Visa (Chase)"
|
|
|
|
[default.databases.receipts]
|
|
url = "postgresql://receipts@postgresql.pyrocufflink.blue/receipts?sslmode=verify-full&sslrootcert=/run/dch-ca/dch-root-ca.crt&sslcert=/run/secrets/receipts/postgresql/tls.crt&sslkey=/run/secrets/receipts/postgresql/tls.key"
|
|
|
|
[default.limits]
|
|
file = "4MiB"
|
|
data-form = "4MiB"
|