Hi,
Sometimes username is not what people like to see on printed paper. For example, few people tend to use some funky nicknames or abusive words. It is really annoying when someone else see this.
How to disappear the customer name from pos receipt print.
Also how to turn off autocomplete username search on the "POS transaction" screen under "Customer Info" area.
Thanks for any tips/tricks or code :D
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | toggle_customer_name_print-2957925-4.patch | 3.75 KB | smccabe |
Comments
Comment #2
gmem commentedI've gone ahead and written a patch to add a toggle as to whether to print the customer name to the receipt, it can't be changed once submitted but that might be an easy fix? I've also fixed a small bug that prevented the transaction object from reaching the template, which might have been an issue elsewhere.
Comment #3
gmem commentedComment #4
smccabe commentedPatch looks good, only some small naming and wording corrections. Form variables use snake_case not camelCase.
Comment #6
smccabe commented