Jonathan Klabunde Tomer

Results 16 issues of Jonathan Klabunde Tomer

Amazon invoices have changed recently, and no longer show any summaries on a per-shipment basis. This means pre-/post-tax adjustments and sales tax can no longer be calculated per shipment :cry:...

I organize most of my source documents by year, e.g. .../Pay Statements/2018/2018-01-02.statement.pdf or .../Amazon Invoices/2019/123-45678-9012.html. For most sources, I can either use a recursive glob to pick up all the...

The healthequity source merges newly-downloaded transaction data into the previously-saved file. This failed when there were multiple transactions of the same type in a single day, because the order in...

Lately the HealthEquity transaction download has entries like "Employee Contribution (Tax year: 2019) (Tax year: 2019)", where it used to just say "Employee Contribution (Tax year: 2019)" — the change...

The ofx source makes use of a simple function to parse the OFX time format from an OFX importer that used to be included in Beancount. Unfortunately that importer has...

seems these now get written during in-progress downloads, confusing scrape_lib's detection of the download being finished and resulting in truncated downloads.

* correctly skip duplicate downloads rather than re-downloading them * use mobile homepage, which seems to more reliably show the login prompt quickly

Bugfix: * Don't output balance assertions when there are multiple transactions on the same day, because we don't know which one incorporates all the transactions. New feature: * Support `ignore_before`...