8000 [ADD] accounting: Add a 'Set up cash roundings' page · sansirit/documentation-user@f253088 · GitHub
[go: up one dir, main page]

Skip to content

Commit f253088

Browse files
committed
1 parent a8f5f48 commit f253088

File tree

4 files changed

+53
-0
lines changed

4 files changed

+53
-0
lines changed

accounting/receivables/customer_invoices.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Customer Invoices
77

88
customer_invoices/overview
99
customer_invoices/cash_discounts
10+
customer_invoices/cash_rounding
1011
customer_invoices/payment_terms
1112
customer_invoices/installment_plans
1213
customer_invoices/deferred_revenues
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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.
Loading
Loading

0 commit comments

Comments
 (0)
0