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
the field payment_date is of type Datetime but is assigned a Date -> New payment will be at a strange hour (01:00 in the morning).
If you change a payment a few days after the order, e.g. when closing the pos session, then the new payment_date will be the day you do the correction which does not reflect reality.
I think it would be best to use the payment_date of the original payment or better to let the user choose the date and time in the wizard (with a default at the order creation date/time).
Do you know why it was done that way originally?
Depending on feedback I could propose an improvement.
Thank you
The text was updated successfully, but these errors were encountered:
I think it would be best to use the payment_date of the original payment or better to let the user choose the date and time in the wizard (with a default at the order creation date/time).
Hello,
In module pos_payment_change, the field payment_date (Datetime) is set as shown bellow when changing a payment.
pos/pos_payment_change/wizards/pos_payment_change_wizard.py
Line 93 in df170b5
I have some issues with this :
I think it would be best to use the payment_date of the original payment or better to let the user choose the date and time in the wizard (with a default at the order creation date/time).
Do you know why it was done that way originally?
Depending on feedback I could propose an improvement.
Thank you
The text was updated successfully, but these errors were encountered: