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.

65 lines
2.8 KiB

  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",
  32. "account"
  33. ],
  34. "category": "Accounting",
  35. "description": """
  36. Multiporpuse Accounting report generator.
  37. =========================================
  38. From the wizard you will be asked to provide information needed to create your
  39. report.
  40. Not only you can set the option within the wizard you can create your own
  41. Customized Account Financial Reports, in here, you will be able to create
  42. Templates for generating Two types of Reports: Balance Sheets and Income
  43. Statements, incluiding Analytic Ledgers. Besides, you can select within a set
  44. of choices to get better detailed report, be it that you ask it by one or
  45. several periods, by months (12 Months + YTD), or by quarters (4QRT's + YTD).
  46. Even you can get your reports in currencies other than the one set on your
  47. company.
  48. In the [ Account's Sign on Reports ] Section in the Company will be able to
  49. set the sign conventions for the Accounts, so that you will be able to see in
  50. positives Values in your reports for those accounts with Accreditable nature
  51. where appropriate""",
  52. "data": [
  53. "security/security.xml",
  54. "security/ir.model.access.csv",
  55. "view/report.xml",
  56. "view/wizard.xml",
  57. "view/company_view.xml",
  58. "view/account_financial_report_view.xml",
  59. ],
  60. "active": False,
  61. "installable": True
  62. }