You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.8 KiB

12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
  1. # -*- encoding: utf-8 -*-
  2. ###########################################################################
  3. # Copyright (C) OpenERP Venezuela (<http://openerp.com.ve>).
  4. # All Rights Reserved
  5. # Credits######################################################
  6. # Coded by: Humberto Arocha humberto@openerp.com.ve
  7. # Angelica Barrios angelicaisabelb@gmail.com
  8. # Jordi Esteve <jesteve@zikzakmedia.com>
  9. # Planified by: Humberto Arocha
  10. # Finance by: LUBCAN COL S.A.S http://www.lubcancol.com
  11. # Audited by: Humberto Arocha humberto@openerp.com.ve
  12. #############################################################################
  13. # This program is free software: you can redistribute it and/or modify
  14. # it under the terms of the GNU General Public License as published by
  15. # the Free Software Foundation, either version 3 of the License, or
  16. # (at your option) any later version.
  17. #
  18. # This program is distributed in the hope that it will be useful,
  19. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  21. # GNU General Public License for more details.
  22. #
  23. # You should have received a copy of the GNU General Public License
  24. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  25. ##############################################################################
  26. {
  27. "name": "Common financial reports",
  28. "version": "2.0",
  29. "author": "Vauxoo",
  30. "website": "http://www.vauxoo.com",
  31. "depends": ["base", "account"],
  32. "category": "Localisation/Accounting",
  33. "description": """
  34. Multiporpuse Accounting report generator.
  35. =========================================
  36. From the wizard you will be asked to provide information needed to create your
  37. report.
  38. Not only you can set the option within the wizard you can create your own
  39. Customized Account Financial Reports, in here, you will be able to create
  40. Templates for generating Two types of Reports: Balance Sheets and Income
  41. Statements, incluiding Analytic Ledgers. Besides, you can select within a set
  42. of choices to get better detailed report, be it that you ask it by one or
  43. several periods, by months (12 Months + YTD), or by quarters (4QRT's + YTD).
  44. Even you can get your reports in currencies other than the one set on your
  45. company.
  46. In the [ Account's Sign on Reports ] Section in the Company will be able to
  47. set the sign conventions for the Accounts, so that you will be able to see in
  48. positives Values in your reports for those accounts with Accreditable nature
  49. where appropriate""",
  50. "data": [
  51. "security/security.xml",
  52. "security/ir.model.access.csv",
  53. "view/report.xml",
  54. "view/wizard.xml",
  55. "view/company_view.xml",
  56. "view/account_financial_report_view.xml",
  57. ],
  58. "active": False,
  59. "installable": True
  60. }