8000 [ADD] accounting: When should I use supplier bills or purchase receipts? · harthe/documentation-user@9dc8740 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dc8740

Browse files
committed
[ADD] accounting: When should I use supplier bills or purchase receipts?
https://docs.google.com/document/d/1rb6yiFB6d4BU-lhH1eHyqq7q-9w2HaxT04vbehc6tcI/edit#heading=h.w8bu48g6z8cy
1 parent f4c66d2 commit 9dc8740

File tree

7 files changed

+81
-5
lines changed

7 files changed

+81
-5
lines changed

accounting/bank/reconciliation.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
===================
2+
Bank Reconciliation
3+
===================
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
setup/create_bank_account
9+
setup/manage_cash_register
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
=============================================
2+
Use cases in the bank reconciliation process?
3+
=============================================

accounting/bank/setup.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
===========
2-
Bank & Cash
3-
===========
1+
=====
2+
Setup
3+
=====
44

55
.. toctree::
66
:titlesonly:
77

8-
setup/create_bank_account
9-
setup/manage_cash_register
8+
reconciliation/use_cases
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
11
======================================================
22
When should I use supplier bills or purchase receipts?
33
======================================================
4+
5+
Purchase receipts are different than vendor bills. Vendor bills are
6+
requests for payment. If I issue a Purchase Order my vendor will in most
7+
business cases send me a Vendor Bill. Depending on his invoice policy I
8+
then have a defined amount of time to pay the Bill. A Purchase receipts
9+
are confirmations of received paiements. They are my day-to-day ticket
10+
receipts.
11+
12+
From an accounting point of view this makes a difference as a Vendor
13+
Bill will first credit a debt account before reconciling with the bank
14+
account. On the other hand we usually immediately pay the purchase
15+
receipts, which means no debt account is necessary.
16+
17+
Moreover purchase receipts can have a different tax amount per product
18+
line, as vendors bills apply one taxe amount over the entire bill.
19+
20+
If my company's bank account is used to pay for goods were only a
21+
purchase receipt are issued I should use the purchase receipts function
22+
in Odoo to handle them in accounting.
23+
24+
Let's take the following example: we need to buy foreign tea for our
25+
customers from a local tea store that doesn't issue bills. We go every
26+
week buy 50 euros worth of tea and a teapot worth 20 euros. We pay with
27+
the company's bank account.
28+
29+
Configuration
30+
=============
31+
32+
To handle purchase receipts in Odoo one module and one app has to be
33+
installed. Go into the app module and install the accounting app.
34+
35+
.. image:: ./media/bill01.png
36+
:align: center
37+
38+
Then, go in the search bar, delete the default module search, and search
39+
for "purchase". Install the **Sale & Purchase Vouchers** module.
40+
41+
.. image:: ./media/bill02.png
42+
:align: center
43+
44+
Register a receipt
45+
===================
46+
47+
By installing the **Sale & Purchase Vouchers** I've made the new
48+
**Purchase Receipts** drop down menu visible in the accounting app.
49+
50+
To import our 50 euros worth of tea purchase receipt, enter the
51+
accounting app, select :menuselection:`Purchases --> Purchase Receipts`.
52+
53+
Create a new Purchase Receipt and fill in all the necessary information.
54+
Note that you have the choice in the Payment field between **Pay Later**
55+
or **Pay Now**. It's a significant difference as Pay Later, will generate
56+
a debt accounting entry whereas Pay Now will immediately credit the Bank
57+
account.
58+
59+
In most cases you immediately pay, we will thus select the Pay Directly
60+
option. Add the products, the related account and the appropriate taxe.
61+
For the example we suppose the tea is a 12% taxe and the Tea Pott 21%.
62+
63+
.. image:: ./media/bill03.png
64+
:align: center
65+
66+
Validate the Purchase Receipt to post it. Don't forget you need to
67+
:doc:`reconcile payments <../../bank/reconciliation/use_cases>` in order to completely close the transaction in your
68+
accounting.
Loading
Loading
Loading

0 commit comments

Comments
 (0)
0