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
Today I tried to export the transactions from the last week. Though the account_transactions.csv files only contained the header.
After inspecting events_with_documents.json, I saw that the event type changed from SAVINGS_PLAN_INVOICE_CREATED to trading_savingsplan_executed. Manually editing the event type in the json and then running export_transactions results in a csv file with contents.
Now only the numbers for the shares seem to have the wrong comma. They show up as 1,234,456 instead of 1.234456. Should I open a separate bug for that?
To Reproduce
Steps to reproduce the behavior:
uvx pytr@latest dl_docs --last_days=7 docs
docs/account_transactions.csv only has headers, even though three savings plan executions have been logged.
Expected behavior
transactions.csv contains the savings transactions.
Environment
OS: macOS
pytr version: 0.4.1
Additional context
The transactions from two weeks ago still show up correctly, only the ones from last week (Feb 10) do not show up.
The text was updated successfully, but these errors were encountered:
Description of the bug
Today I tried to export the transactions from the last week. Though the
account_transactions.csv
files only contained the header.After inspecting
events_with_documents.json
, I saw that the event type changed fromSAVINGS_PLAN_INVOICE_CREATED
totrading_savingsplan_executed
. Manually editing the event type in the json and then runningexport_transactions
results in a csv file with contents.Now only the numbers for the shares seem to have the wrong comma. They show up as
1,234,456
instead of1.234456
. Should I open a separate bug for that?To Reproduce
Steps to reproduce the behavior:
uvx pytr@latest dl_docs --last_days=7 docs
docs/account_transactions.csv
only has headers, even though three savings plan executions have been logged.Expected behavior
transactions.csv
contains the savings transactions.Environment
Additional context
The transactions from two weeks ago still show up correctly, only the ones from last week (Feb 10) do not show up.
The text was updated successfully, but these errors were encountered: