Skip to content

Commit

Permalink
[8.0.1.0.0][l10n_id_pph_23_tax_data]
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Jul 28, 2017
1 parent ed86827 commit 48ca628
Show file tree
Hide file tree
Showing 6 changed files with 2,103 additions and 0 deletions.
61 changes: 61 additions & 0 deletions l10n_id_pph_23_tax_data/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

===========================
Indonesia - PPh 23 Tax Data
===========================



Installation
============

To install this module, you need to:

1. Clone the branch 8.0 of the repository https://github.com/open-synergy/opnsynid-l10n-indonesia
2. Add the path to this repository in your configuration (addons-path)
3. Update the module list
4. Go to menu *Setting -> Modules -> Local Modules*
5. Search For *Indonesia - PPh 23 Tax Data*
6. Install the module

Configuration
=============


Usage
=====


Known issues / Roadmap
======================


Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/open-synergy/opnsynid-l10n-indonesia/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed
and welcomed feedback.

Credits
=======


Contributors
------------

* Andhitia Rama <andhitia.r@gmail.com>


Maintainer
----------

.. image:: https://opensynergy-indonesia.com/logo.png
:alt: OpenSynergy Indonesia
:target: https://opensynergy-indonesia.com

This module is maintained by the OpenSynergy Indonesia.
3 changes: 3 additions & 0 deletions l10n_id_pph_23_tax_data/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2017 OpenSynergy Indonesia
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
20 changes: 20 additions & 0 deletions l10n_id_pph_23_tax_data/__openerp__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Copyright 2017 OpenSynergy Indonesia
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Indonesia - PPh 23 Tax Data",
"version": "8.0.1.0.0",
"category": "localization",
"website": "https://opensynergy-indonesia.com/",
"author": "OpenSynergy Indonesia",
"license": "AGPL-3",
"application": False,
"installable": True,
"depends": [
"l10n_id_chart_of_account_template",
],
"data": [
"data/account_tax_code_data.xml",
"data/account_tax_data.xml",
],
}
Loading

0 comments on commit 48ca628

Please sign in to comment.