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
If the date information is not sent on every transaction, the default date for the transactions is the startup date of ActualTap - and not the date on which the transaction is added. I believe it's supposed to be the date on which the transaction is being added.
The text was updated successfully, but these errors were encountered:
In the Transaction class, the date is defaulting to datetime.now() which I believe is executed on the startup of the application.
actualtap-py/models/transaction.py
Lines 10 to 13 in 03e165a
If the date information is not sent on every transaction, the default date for the transactions is the startup date of ActualTap - and not the date on which the transaction is added. I believe it's supposed to be the date on which the transaction is being added.
The text was updated successfully, but these errors were encountered: