Navigate
Branch
Monday, March 2, 2015
2 changes
Resolved issues and error corrections
This fix stores the taxes used on point-of-sale orders at the time of sale, so later tax changes on products do not affect already completed transactions. It helps prevent unbalanced accounting entries when closing a POS session after tax settings were changed during the session.
Original PR description
@odony remember tax_ids in pos.order to avoid the unbalanced account.move created by the pos.session when tax are changed on a saled product during the pos session
A spelling mistake in the website events demo data was corrected from “compenents” to “components.” This is a minor cleanup that improves the polish and clarity of sample content without changing functionality.
Original PR description
compenents to components > Fixed the typo's.