Skip to content

Commit c39dba2

Browse files
author
Sarunas
committed
add kio-kpo_numeration and adjusted structure
1 parent 870f26f commit c39dba2

File tree

8 files changed

+70
-1
lines changed

8 files changed

+70
-1
lines changed

content/via_laurea_modules/accounting/payments.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ Explore the various payment mechanisms within our system, including cash handlin
66
.. toctree::
77
:maxdepth: 2
88

9+
payments/KIO-KPO_numeration
910
payments/cash_account
10-
payments/registration_of_advances
11+
payments/registration_of_advances
12+
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
KIO-KPO Numeration
2+
==================
3+
4+
Introduction
5+
------------
6+
7+
- A cash order (KIO and KPO) is an accounting document used to record cash being deposited into or withdrawn from the cash register. When depositing cash, the fact of cash receipt must be documented using a Cash Receipt Order (KPO). When performing the opposite financial operation - withdrawing cash from the register, a Cash Expense Order (KIO) is issued.
8+
9+
Installation and Configuration
10+
------------------------------
11+
12+
- Install the module ``l10n_lt_kio_kpo_receipt``.
13+
14+
- Go to **Accounting >> Configuration >> Journals** and select the cash journal(s). The KIO and KPO sequence can only be set in a journal where the type is set to Cash. You can set separate sequences for KIO and KPO.
15+
16+
.. image:: l10n_lt_kio_kpo_receipt/image01.jpg
17+
18+
- In the **KIO Sequence** field, select a sequence from the list or create a new one.
19+
20+
.. image:: l10n_lt_kio_kpo_receipt/image02.jpg
21+
22+
Fill in the required fields:
23+
24+
- **Name**: The name of the sequence. This name is internal and is only displayed when selecting the sequence from the list.
25+
- **Prefix**: The prefix of the number, usually "KIO" or "KPO".
26+
- **Sequence Size**: The length of the number, i.e., how many digits must be printed after the prefix.
27+
- **Step**: The frequency at which the numbers change, usually set to 1.
28+
- **Next Number**: The next number in the sequence, based on the company’s existing numbering system. If there is no previous sequence, enter 1.
29+
30+
For example, in the image, the next document will be numbered KIO0054.
31+
32+
Main Functions
33+
--------------
34+
35+
- When creating a new payment in the Cash Journal, depending on the payment type - send or receive - a KIO or KPO number is automatically assigned when the payment record is confirmed.
36+
37+
- When creating a payment where the type is set to "send" and the journal is Cash, upon confirmation, a KIO number is automatically assigned according to the defined sequence.
38+
39+
.. image:: l10n_lt_kio_kpo_receipt/image03.jpg
40+
41+
- You can print such a document by clicking the **PRINT** button in the record and selecting the KIO/KPO print format.
42+
43+
.. image:: l10n_lt_kio_kpo_receipt/image04.jpg
44+
45+
- When creating a payment where the type is set to "receive" and the journal is Cash, upon confirmation, a KPO number is automatically assigned according to the defined sequence.
46+
47+
.. image:: l10n_lt_kio_kpo_receipt/image05.jpg
48+
49+
- You can print such a document by clicking the **PRINT** button and selecting the KIO/KPO print format.
50+
51+
.. image:: l10n_lt_kio_kpo_receipt/image06.jpg
52+
53+
54+
Daily Use Scenarios
55+
-------------------
56+
57+
- After a payment is confirmed and a KIO or KPO number is assigned, it is no longer possible to change the payment type (even if the payment is restored as a draft) because the assigned KIO or KPO number does not update. If a mistake was made, the KIO or KPO number will be used and cannot be reused in the future. In such a case, the payment should be canceled, and a new, correct payment should be created.
58+
59+
Integrations and Connections with Other Modules
60+
-----------------------------------------------
61+
62+
- The module is linked to the Cash Report (see more in the Cash Book documentation).
63+
64+
Updates and Version Control
65+
----------------------------
66+
67+
- The module is updated with each new version of Odoo.
46.4 KB
Loading
23.7 KB
Loading
115 KB
Loading
92.9 KB
Loading
109 KB
Loading
136 KB
Loading

0 commit comments

Comments
 (0)