|
| 1 | +Set up cash roundings |
| 2 | +===================== |
| 3 | + |
| 4 | +In some currencies, the smallest coins do not exist. For example, in |
| 5 | +Switzerland, there is no coin for 0.01 CHF. For this reason, if invoices |
| 6 | +are paid in cash, you have to round their total amount to the smallest |
| 7 | +coin that exist in the currency. For the CHF, the smallest coin is 0.05 |
| 8 | +CHF. |
| 9 | + |
| 10 | +There are two strategies for the rounding: |
| 11 | + |
| 12 | +1. Add a line on the invoice for the rounding |
| 13 | + |
| 14 | +2. Add the rounding in the tax amount |
| 15 | + |
| 16 | +Both strategies are applicable in Odoo. |
| 17 | + |
| 18 | +Configuration |
| 19 | +-------------- |
| 20 | + |
| 21 | +First, you have to activate the feature. For this, go in |
| 22 | +:menuselection:`Accounting --> Configuration --> Settings` |
| 23 | +and activate the Cash Rounding. |
| 24 | + |
| 25 | +.. image:: media/cash_rounding01.png |
| 26 | + :align: center |
| 27 | + |
| 28 | +There is a new menu to manage cash roundings in |
| 29 | +:menuselection:`Accounting --> Configuration --> Management --> Cash roundings`. |
| 30 | + |
| 31 | +Now, you can create cash roundings. You can choose between two rounding |
| 32 | +strategies: |
| 33 | + |
| 34 | +1. **Add a rounding line**: if a rounding is necessary, Odoo will add a |
| 35 | + line on your customer invoice to take this rounding into |
| 36 | + account. You also have to define the account in which the |
| 37 | + rounding will go. |
| 38 | + |
| 39 | +2. **Modify tax amount:** Odoo will add the rounding to the amount of |
| 40 | + the highest tax. |
| 41 | + |
| 42 | +.. image:: media/cash_rounding02.png |
| 43 | + :align: center |
| 44 | + |
| 45 | +Apply roundings |
| 46 | +--------------- |
| 47 | + |
| 48 | +Once your roundings are created, you can apply them on customer |
| 49 | +invoices. On the customer invoices, there is a new field called **Cash |
| 50 | +Rounding Method** where you can simply choose one of the rounding methods |
| 51 | +created previously. If needed, a rounding will be applied to the |
| 52 | +invoice. |
0 commit comments