Daily updates from Odoo
Friday, May 24, 2019
2 changes
Resolved issues and error corrections
Product sales counts now include sales completed through the Point of Sale app, not only standard sales orders. This gives users a more accurate view of product performance across sales channels.
Original PR description
The sales count was wrong when sales where done in the POS app. We added the product in the count so now we have both sales and pos sales product. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The point-of-sale print button now prints daily sales only for the specific POS configuration being used, instead of mixing in sales from other registers. Access is also tightened so cashiers can print only their current session details, helping managers keep broader daily sales reports controlled and accurate.
Original PR description
PURPOSE
If the printer icon inside a PoS session is clicked, a ticket will be printed with a report of all sales of today for the curent PoS Config.
SPECIFICATIONS
- At the moment If clicked on the icon a report will be printed for all sales of the day, including all other PoS configs. This is not wanted behaviour.
original pr with fix: https://github.com/odoo/odoo/pull/32789
- Only managers should be able to print this report