Hi, is possible to save invoice timestamp to database? Now is saved only date, but in our country we also need invoice creation time to display on invoice. Or there is some workaround solution, for now I use time on pdf create, but If I change something, time should stay the same.
Currently, the invoice timestamp is not saved in the database. You might either have to add a database field for it and save the timestamp there when the invoice gets created or you change the date type to date + time for the invoice date, but I'm not sure which other implications this might have with the existing code.