When you are customizing a Point of Sale application, a common request you get from customers is to modify customer receipts. In this recipe, you will learn how to modify customer receipts.
Modifying customer receipts
Getting ready
In this recipe, we will be using the pos_demo module created in the Modifying existing business logic recipe. We will add one line in the Point of Sale receipt to show how much money the customer saved in the order.
How to do it...
Follow these steps to modify a customer receipt in the Point of Sale:
- Add the following code in the /static/src...