Skip to content

Commit 465e7e7

Browse files
“ralo-odoo”dade-odoo
authored andcommitted
[ADD] localization: philippines-l10n_ph
Adding Philippines localization documentation from PR #5179 closes #5187 Signed-off-by: Dallas Dean (dade) <[email protected]>
1 parent e314289 commit 465e7e7

File tree

7 files changed

+97
-0
lines changed

7 files changed

+97
-0
lines changed

content/applications/finance/fiscal_localizations.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ available on Odoo.
110110
- Pakistan - Accounting
111111
- Panama - Accounting
112112
- :doc:`Peru - Accounting <fiscal_localizations/peru>`
113+
- :doc:`Philippines - Accounting <fiscal_localizations/philippines>`
113114
- Poland - Accounting
114115
- Portugal - Accounting
115116
- Romania - Accounting
@@ -153,6 +154,7 @@ available on Odoo.
153154
fiscal_localizations/mexico
154155
fiscal_localizations/netherlands
155156
fiscal_localizations/peru
157+
fiscal_localizations/philippines
156158
fiscal_localizations/saudi_arabia
157159
fiscal_localizations/spain
158160
fiscal_localizations/switzerland
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
===========
2+
Philippines
3+
===========
4+
5+
Configuration
6+
=============
7+
8+
:ref:`Install <general/install>` the :guilabel:`🇵🇭 Philippines` :ref:`fiscal localization package
9+
<fiscal_localizations/packages>` to get all the default accounting features of the Philippine
10+
localization, such as a chart of accounts, taxes, and the BIR 2307 report. These provide a base
11+
template to get started with using Philippine accounting.
12+
13+
.. note::
14+
- When creating a new database and `Philippines` is selected as a country, the fiscal
15+
localization module **Philippines - Accounting** is automatically installed.
16+
- If installing the module in an existing company, the **chart of accounts** and **taxes** will
17+
*not* be replaced if there are already posted journal entries.
18+
- The BIR 2307 report is installed, but the withholding taxes may need to be manually created.
19+
20+
Chart of accounts and taxes
21+
---------------------------
22+
23+
A minimum configuration default chart of accounts is installed, and the following types of taxes are
24+
installed and also linked to the relevant account:
25+
26+
- VAT 12%
27+
- VAT Exempt
28+
- Withholding taxes
29+
30+
For the withholding taxes, there is an additional :guilabel:`Philippines ATC` field under the
31+
:guilabel:`Philippines` tab.
32+
33+
.. image:: philippines/philippines-atc-code.png
34+
:alt: Philippines ATC code field set on taxes.
35+
36+
Taxes' ATC codes are used for the BIR 2307 report. If a tax is created manually, its ATC code must
37+
be added.
38+
39+
Contacts
40+
--------
41+
42+
When a company or an individual (not belonging to a company) contact is located in the Philippines,
43+
fill in the :guilabel:`Tax ID` field with their `Taxpayer Identification Number (TIN)`.
44+
45+
For individuals not belonging to a company, identify them by using the following additional fields:
46+
47+
- :guilabel:`First Name`
48+
- :guilabel:`Middle Name`
49+
- :guilabel:`Last Name`
50+
51+
.. image:: philippines/philippines-contact-individual.png
52+
:alt: Individual type contact with First, Middle, and Last Name fields.
53+
54+
.. note::
55+
For both :guilabel:`Company` and :guilabel:`Individual`, the TIN should follow the
56+
`NNN-NNN-NNN-NNNNN` format. The branch code should follow the last digits of the TIN, or else it
57+
can be left as `00000`.
58+
59+
BIR 2307 report
60+
===============
61+
62+
**BIR 2307** report data, also known as *Certificate of Creditable Tax Withheld at Source*,
63+
can be generated for purchase orders and vendor payments with the applicable withholding taxes.
64+
65+
To generate a BIR 2307 report, select one or multiple vendor bills from the list view, and click
66+
:menuselection:`Action --> Download BIR 2307 XLS`.
67+
68+
.. image:: philippines/philippines-multi-bill.png
69+
:alt: Multiple vendor bills selected with action to "Download BIR 2307 XLS".
70+
71+
The same action can be performed on a vendor bill from the form view.
72+
73+
A pop-up appears to review the selection, then click on :guilabel:`Generate`.
74+
75+
.. image:: philippines/philippines-generate.png
76+
:alt: Pop up menu to generate BIR 2307 XLS file.
77+
78+
This generates the `Form_2307.xls` file that lists all the vendor bill lines with the applicable
79+
withholding tax.
80+
81+
The same process above can also be done for a *single* vendor :doc:`payment
82+
<../accounting/payments>` if they were linked to one or more :doc:`vendor bills
83+
<../accounting/payments/multiple>` with applied withholding taxes.
84+
85+
.. note::
86+
- If there is no withholding tax applied, then the XLS file will not generate records for those
87+
vendor bill lines.
88+
- When grouping payments for multiple bills, Odoo splits the payments based on the contact. From
89+
a payment, clicking :menuselection:`Action --> Download BIR 2307 XLS`, generates a report that
90+
only includes vendor bills related to that contact.
91+
92+
.. important::
93+
Odoo cannot generate the BIR 2307 PDF report or DAT files directly.
94+
The generated `Form_2307.xls` file can be exported to an *external* tool to convert it to BIR DAT
95+
or PDF format.
12.6 KB
Loading
29.9 KB
Loading
17.9 KB
Loading
24.6 KB
Loading
44.4 KB
Loading

0 commit comments

Comments
 (0)