Hallo und guten Abend,
beim Kassenabschluss wird den Mitarbeitern VOR dem Zählen der Kasse genau angezeigt, wieviel Bargeld in der Kasse vorhanden sein muss. Das kennen wir von keinem anderen Kassensystem.
Positivdifferenzen (die eingezahlt werden müssen) tauchen somit vermutlich nie auf.
Kann ich den Einstellungen verhinden, dass der Kassenbestand vor Eingabe der Zählung angezeigt wird. Nach Eingabe der Zählung und dem Ausweisen der Differenz ist es ok.
Wer kann helfen?
Danke!
===============
Hello and good evening,
During the cash register closing, employees are shown exactly how much cash must be in the cash register BEFORE the cash register is counted. We've never seen this in any other cash register system.
So, positive differences (which must be deposited) probably never appear.
Can I prevent the cash balance from being displayed before the count is entered? After entering the count and displaying the difference, it's fine.
Can anyone help?
Thanks!
The diff listing in 18.4 comes from here: https://github.com/odoo/odoo/blob/saas-18.4/addons/pos_hr/static/src/app/components/popups/closing_popup/closing_popup.xml (but it depends on the version you're running)
To modify this template you will need custom development.