feat: Allow user-provided entry date when creating trade entries
This commit is contained in:
parent
e89f673709
commit
6e4c26c73d
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user