feat: Allow user-provided entry date when creating trade entries

This commit is contained in:
Bobby (aider) 2025-02-10 19:02:09 -08:00
parent e89f673709
commit 6e4c26c73d

View File

@ -641,7 +641,7 @@ def journal_menu():
trade = TradeEntry(
ticker=ticker,
entry_date=datetime.now(),
entry_date=entry_date,
shares=shares,
entry_price=entry_price,
target_price=target_price,