Hello, not sure if this is a bug or something but my pos session opening and closing date is off by +9 hours. And it's messing up the accounting reports.
But I'd rather fix this than redoing my whole installation cause I'm not sure if a new install wont get buggy again
Is there any easy way to fix this perhaps by doing server action?
I'm not very experienced at python but the general idea seems to be :
for rec in records:
rec[start_at].datetime of the selected records
then enter the correct date manually.
Except I'm not sure how to prompt input box in server action.. Can anyone help me?