You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reworked get_target_acct_custom: now, get_target_acct_custom() will be allowed to
either return a target account (for special cases), or return a None, which will allow
the default implementation to run
vanguard: catch capital gains distributions using description
rename capgains_lt to capgainsd_lt (distribution)
add settleDate to csv
allow filename_pattern override via config
change filename_identifier_substring to regex pattern
commodity_leaf is now configurable via string replacement
Make sorting of paycheck postings configurable (#21)
If the sort_postings option in the importer config is set to False, then related
postings are left next to each other. The option defaults to True to match the
existing behavior. (Gary Peck)
add IMPORTER_NAME for debugging
schwab_csv_balances: support more general filenames
schwab csv importer: add more transaction types
add ticker to get_target_acct_custom()
Bugs fixed
investments: generate balance + price entries even if end_date is missing
fix bug mentioned in #26 (use cash_account for cash transfers)
fix bug causing ofxreader to fail on multiple calls by bean-extract
fix bug that read the same file upon multiple calls from bean-extract
fix target account for buy/sell
fix csvreader identification bug
commodity_leaf: filing string
fix several commodity leaf account bugs
file_date was not returning value
Handle sign flipping for all account types in paycheck importer (#20) (Gary Peck)
Fix missing return value in xlsx_multitable_reader.is_section_title() (#18) (Gary Peck
schwab file name
add and expose handler for price and cost both zero. Closes #15
Fix handling for readers when available_cash is not present. (Matt Brown)