INITIAL COMMIT
This commit is contained in:
49
mds_account_de_skr04.egg-info/PKG-INFO
Normal file
49
mds_account_de_skr04.egg-info/PKG-INFO
Normal file
@ -0,0 +1,49 @@
|
||||
Metadata-Version: 1.1
|
||||
Name: mds-account-de-skr04
|
||||
Version: 6.0.0
|
||||
Summary: Tryton module with German chart of accounts SKR04
|
||||
Home-page: https://www.m-ds.de/
|
||||
Author: martin-data services
|
||||
Author-email: service@m-ds.de
|
||||
License: GPL-3
|
||||
Description: Chart of accounts 'SKR04'
|
||||
=========================
|
||||
|
||||
- A german account chart module for the Tryton application platform.
|
||||
- Converted and adapted by the module 'account_de_skr03'
|
||||
- Contains the accounts according to SKR04
|
||||
|
||||
Install
|
||||
=======
|
||||
|
||||
pip install mds-account-de-skr04
|
||||
|
||||
Requires
|
||||
========
|
||||
|
||||
Tryton 6.0
|
||||
|
||||
Changes
|
||||
=======
|
||||
|
||||
*6.0.0 - 01.07.2021*
|
||||
|
||||
- migrate to Tryton 6.0
|
||||
|
||||
|
||||
Keywords: tryton account chart german SKR04
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Environment :: Plugins
|
||||
Classifier: Framework :: Tryton
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Intended Audience :: Customer Service
|
||||
Classifier: Intended Audience :: Information Technology
|
||||
Classifier: Intended Audience :: Financial and Insurance Industry
|
||||
Classifier: Intended Audience :: Legal Industry
|
||||
Classifier: Topic :: Office/Business :: Financial :: Accounting
|
||||
Classifier: Natural Language :: German
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
22
mds_account_de_skr04.egg-info/SOURCES.txt
Normal file
22
mds_account_de_skr04.egg-info/SOURCES.txt
Normal file
@ -0,0 +1,22 @@
|
||||
README.rst
|
||||
setup.py
|
||||
./LICENSE
|
||||
./README.rst
|
||||
./__init__.py
|
||||
./account_template.xml
|
||||
./account_type_template.xml
|
||||
./tax_code_line_template.xml
|
||||
./tax_code_template.xml
|
||||
./tax_group.xml
|
||||
./tax_rule_line_template.xml
|
||||
./tax_rule_template.xml
|
||||
./tax_template.xml
|
||||
./tryton.cfg
|
||||
./versiondep.txt
|
||||
mds_account_de_skr04.egg-info/PKG-INFO
|
||||
mds_account_de_skr04.egg-info/SOURCES.txt
|
||||
mds_account_de_skr04.egg-info/dependency_links.txt
|
||||
mds_account_de_skr04.egg-info/entry_points.txt
|
||||
mds_account_de_skr04.egg-info/not-zip-safe
|
||||
mds_account_de_skr04.egg-info/requires.txt
|
||||
mds_account_de_skr04.egg-info/top_level.txt
|
1
mds_account_de_skr04.egg-info/dependency_links.txt
Normal file
1
mds_account_de_skr04.egg-info/dependency_links.txt
Normal file
@ -0,0 +1 @@
|
||||
|
4
mds_account_de_skr04.egg-info/entry_points.txt
Normal file
4
mds_account_de_skr04.egg-info/entry_points.txt
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
[trytond.modules]
|
||||
account_de_skr04 = trytond.modules.account_de_skr04
|
||||
|
1
mds_account_de_skr04.egg-info/not-zip-safe
Normal file
1
mds_account_de_skr04.egg-info/not-zip-safe
Normal file
@ -0,0 +1 @@
|
||||
|
2
mds_account_de_skr04.egg-info/requires.txt
Normal file
2
mds_account_de_skr04.egg-info/requires.txt
Normal file
@ -0,0 +1,2 @@
|
||||
trytond<6.1,>=6.0
|
||||
trytond_account<6.1,>=6.0
|
1
mds_account_de_skr04.egg-info/top_level.txt
Normal file
1
mds_account_de_skr04.egg-info/top_level.txt
Normal file
@ -0,0 +1 @@
|
||||
trytond
|
Reference in New Issue
Block a user