[IMP] : Update Description for modules

bzr revid: cha@tinyerp.com-20120713051129-2590w2op0bx2znj7
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-07-13 10:41:29 +05:30
parent dc336de847
commit 476970cc2e
5 changed files with 40 additions and 17 deletions

View File

@ -27,17 +27,23 @@ This is the base module to manage the accounting chart for Belgium in OpenERP.
After installing this module, the Configuration wizard for accounting is launched.
* We have the account templates which can be helpful to generate Charts of Accounts.
* On that particular wizard, you will be asked to pass the name of the company, the chart template to follow, the no. of digits to generate, the code for your account and bank account, currency to create journals.
* On that particular wizard, you will be asked to pass the name of the company,
the chart template to follow, the no. of digits to generate, the code for your
account and bank account, currency to create journals.
Thus, the pure copy of Chart Template is generated.
Wizards provided by this module:
* Partner VAT Intra: Enlist the partners with their related VAT and invoiced amounts.Prepares an XML file format.
Path to access : Accounting/Reporting//Legal Statements/Belgium Statements/Partner VAT Listing
* Periodical VAT Declaration: Prepares an XML file for Vat Declaration of the Main company of the User currently Logged in.
Path to access : Accounting/Reporting/Legal Statements/Belgium Statements/Periodical VAT Declaration
* Annual Listing Of VAT-Subjected Customers: Prepares an XML file for Vat Declaration of the Main company of the User currently Logged in.Based on Fiscal year
Path to access : Accounting/Reporting/Legal Statements/Belgium Statements/Annual Listing Of VAT-Subjected Customers
* Partner VAT Intra: Enlist the partners with their related VAT and invoiced
amounts. Prepares an XML file format.
Path to access : Invoicing/Reporting/Legal Reports/Belgium Statements/Partner VAT Intra
* Periodical VAT Declaration: Prepares an XML file for Vat Declaration of
the Main company of the User currently Logged in.
Path to access : Invoicing/Reporting/Legal Reports/Belgium Statements/Periodical VAT Declaration
* Annual Listing Of VAT-Subjected Customers: Prepares an XML file for Vat
Declaration of the Main company of the User currently Logged in Based on
Fiscal year.
Path to access : Invoicing/Reporting/Legal Reports/Belgium Statements/Annual Listing Of VAT-Subjected Customers
""",
'author': 'Noviat & OpenERP SA',

View File

@ -25,14 +25,14 @@
'depends': ['hr_payroll'],
'version': '1.0',
'description': """
Belgian Payroll Rules
=====================
Belgian Payroll Rules.
======================
* Employee Details
* Employee Contracts
* Passport based Contract
* Allowances / Deductions
* Allow to configure Basic / Gross / Net Salary
* Allowances/Deductions
* Allow to configure Basic/Gross/Net Salary
* Employee Payslip
* Monthly Payroll Register
* Integrated with Holiday Management

View File

@ -25,7 +25,7 @@
'depends': ['l10n_be_hr_payroll', 'hr_payroll_account', 'l10n_be'],
'version': '1.0',
'description': """
Accounting Data for Belgian Payroll Rules
Accounting Data for Belgian Payroll Rules.
""",
'auto_install': True,

View File

@ -32,7 +32,9 @@ Belgian localisation for in- and outgoing invoices (prereq to account_coda):
- Rename 'reference' field labels to 'Communication'
- Add support for Belgian Structured Communication
A Structured Communication can be generated automatically on outgoing invoices according to the following algorithms:
A Structured Communication can be generated automatically on outgoing invoices
according to the following algorithms:
1) Random : +++RRR/RRRR/RRRDD+++
R..R = Random Digits, DD = Check Digits
2) Date : +++DOY/YEAR/SSSDD+++
@ -40,8 +42,9 @@ A Structured Communication can be generated automatically on outgoing invoices a
3) Customer Reference +++RRR/RRRR/SSSDDD+++
R..R = Customer Reference without non-numeric characters, SSS = Sequence Number, DD = Check Digits)
The preferred type of Structured Communication and associated Algorithm can be specified on the Partner records.
A 'random' Structured Communication will generated if no algorithm is specified on the Partner record.
The preferred type of Structured Communication and associated Algorithm can be
specified on the Partner records. A 'random' Structured Communication will
generated if no algorithm is specified on the Partner record.
""",
'depends': ['account'],

View File

@ -41,9 +41,23 @@ This module consists in:
- Tax Situation Code (CST) required for the electronic fiscal invoicing (NFe)
The field tax_discount has also been added in the account.tax.template and account.tax objects to allow the proper computation of some Brazilian VATs such as ICMS. The chart of account creation wizard has been extended to propagate those new data properly.
The field tax_discount has also been added in the account.tax.template and account.tax
objects to allow the proper computation of some Brazilian VATs such as ICMS. The
chart of account creation wizard has been extended to propagate those new data properly.
It's important to note however that this module lack many implementations to use OpenERP properly in Brazil. Those implementations (such as the electronic fiscal Invoicing which is already operational) are brought by more than 15 additional modules of the Brazilian Launchpad localization project https://launchpad.net/openerp.pt-br-localiz and their dependencies in the extra addons branch. Those modules aim at not breaking with the remarkable OpenERP modularity, this is why they are numerous but small. One of the reasons for maintaining those modules apart is that Brazilian Localization leaders need commit rights agility to complete the localization as companies fund the remaining legal requirements (such as soon fiscal ledgers, accounting SPED, fiscal SPED and PAF ECF that are still missing as September 2011). Those modules are also strictly licensed under AGPL V3 and today don't come with any additional paid permission for online use of 'private modules'.""",
It's important to note however that this module lack many implementations to use
OpenERP properly in Brazil. Those implementations (such as the electronic fiscal
Invoicing which is already operational) are brought by more than 15 additional
modules of the Brazilian Launchpad localization project
https://launchpad.net/openerp.pt-br-localiz and their dependencies in the extra
addons branch. Those modules aim at not breaking with the remarkable OpenERP
modularity, this is why they are numerous but small. One of the reasons for
maintaining those modules apart is that Brazilian Localization leaders need commit
rights agility to complete the localization as companies fund the remaining legal
requirements (such as soon fiscal ledgers, accounting SPED, fiscal SPED and PAF
ECF that are still missing as September 2011). Those modules are also strictly
licensed under AGPL V3 and today don't come with any additional paid permission
for online use of 'private modules'.""",
'license': 'AGPL-3',
'author': 'Akretion, OpenERP Brasil',
'website': 'http://openerpbrasil.org',