52
by Andhitia Rama
Revisi : |
1 |
# -*- coding: utf-8 -*-
|
2 |
##############################################################################
|
|
3 |
#
|
|
4 |
# OpenERP, Open Source Management Solution
|
|
5 |
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
|
6 |
#
|
|
7 |
# This program is free software: you can redistribute it and/or modify
|
|
8 |
# it under the terms of the GNU Affero General Public License as
|
|
9 |
# published by the Free Software Foundation, either version 3 of the
|
|
10 |
# License, or (at your option) any later version.
|
|
11 |
#
|
|
12 |
# This program is distributed in the hope that it will be useful,
|
|
13 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
15 |
# GNU Affero General Public License for more details.
|
|
16 |
#
|
|
17 |
# You should have received a copy of the GNU Affero General Public License
|
|
18 |
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
19 |
#
|
|
20 |
##############################################################################
|
|
21 |
{
|
|
22 |
'name' : 'KOI Accounting - Accounting Report Based Using Aeroo Report', |
|
23 |
'version' : '1.1', |
|
24 |
'author' : 'Kawula OpenERP Indonesia; Andhitia Rama & Michael Viriyananda', |
|
25 |
'category' : 'Accounting', |
|
26 |
'summary' : 'Accounting Report Based Using Aeroo Report for KOI Accounting Application', |
|
27 |
'description' : """ |
|
28 |
||
29 |
""", |
|
30 |
'website': 'http://kawulaopenerpindonesia.wordpress.com http://andhitiarama.wordpress.com', |
|
31 |
'images' : [], |
|
32 |
'depends' : [ 'koi_account_query', |
|
119
by viriyananda.michael at gmail
Penambahan report trial balance |
33 |
'report_aeroo_ooo', |
52
by Andhitia Rama
Revisi : |
34 |
],
|
35 |
'data' : [ |
|
36 |
'report/report_bank_in_out.xml', |
|
159
by Andhitia Rama
Report (1) Balance Sheet, dan (2) Bank In/Out diambahkan output xls |
37 |
'report/report_bank_in_out_xls.xml', |
167
by Andhitia Rama
Penambahan query cash voucher line |
38 |
'report/report_bank_in_out_account.xml', |
53
by Andhitia Rama
Revisi : |
39 |
'report/report_cash_in_out.xml', |
160
by Andhitia Rama
Report cash in/out diberikan output xls |
40 |
'report/report_cash_in_out_xls.xml', |
170
by Andhitia Rama
Revisi |
41 |
'report/report_cash_voucher_line_ods.xml', |
171
by Andhitia Rama
Hotfix Cash Voucher Line |
42 |
'report/report_cash_voucher_line_xls.xml', |
174
by Andhitia Rama
Penambahan Bank Voucher Line Report |
43 |
'report/report_bank_voucher_line_ods.xml', |
44 |
'report/report_bank_voucher_line_xls.xml', |
|
116
by viriyananda.michael at gmail
Penambahan dan pembuatan report GL |
45 |
'report/report_general_ledger.xml', |
161
by Andhitia Rama
Report (1) income statement, dan (2) general ledger diberikan output xls |
46 |
'report/report_general_ledger_xls.xml', |
61
by Andhitia Rama
Perubahan action pd menu Analytic Plan |
47 |
'report/report_account_receivable.xml', |
119
by viriyananda.michael at gmail
Penambahan report trial balance |
48 |
'report/report_trial_balance.xml', |
162
by Andhitia Rama
Report trial balance diberikan output xls |
49 |
'report/report_trial_balance_xls.xml', |
126
by viriyananda.michael at gmail
Penambahan report aeroo balance sheet |
50 |
'report/report_balance_sheet.xml', |
159
by Andhitia Rama
Report (1) Balance Sheet, dan (2) Bank In/Out diambahkan output xls |
51 |
'report/report_balance_sheet_xls.xml', |
128
by viriyananda.michael at gmail
Penambahan Report Income Statement |
52 |
'report/report_income_statement.xml', |
161
by Andhitia Rama
Report (1) income statement, dan (2) general ledger diberikan output xls |
53 |
'report/report_income_statement_xls.xml', |
183
by Andhitia Rama
Perbaikan pd Report Sales Detail |
54 |
'report/report_sales_detail_ods.xml', |
55 |
'report/report_sales_detail_xls.xml', |
|
185
by Andhitia Rama
(1) Revisi algoritma wizard receivable aging, dan (2) Penambahan output ods dan xls untuk receivable aging |
56 |
'report/report_receivable_aging_xls.xml', |
57 |
'report/report_receivable_aging_ods.xml', |
|
186
by Andhitia Rama
(1) Penyempurnaan algoritma, (2) penambahan output ods, (3) penambahan output xls untuk Report Payable Aging |
58 |
'report/report_payable_aging_xls.xml', |
59 |
'report/report_payable_aging_ods.xml', |
|
126
by viriyananda.michael at gmail
Penambahan report aeroo balance sheet |
60 |
'view/view_ResCompany.xml', |
52
by Andhitia Rama
Revisi : |
61 |
'wizard/wizard_query_bank_in_out.xml', |
167
by Andhitia Rama
Penambahan query cash voucher line |
62 |
'wizard/wizard_query_bank_in_out_account.xml', |
53
by Andhitia Rama
Revisi : |
63 |
'wizard/wizard_query_cash_in_out.xml', |
170
by Andhitia Rama
Revisi |
64 |
'wizard/wizard_query_cash_voucher_line.xml', |
116
by viriyananda.michael at gmail
Penambahan dan pembuatan report GL |
65 |
'wizard/wizard_query_general_ledger.xml', |
119
by viriyananda.michael at gmail
Penambahan report trial balance |
66 |
'wizard/wizard_query_trial_balance.xml', |
126
by viriyananda.michael at gmail
Penambahan report aeroo balance sheet |
67 |
'wizard/wizard_query_balance_sheet.xml', |
128
by viriyananda.michael at gmail
Penambahan Report Income Statement |
68 |
'wizard/wizard_query_income_statement.xml', |
52
by Andhitia Rama
Revisi : |
69 |
],
|
70 |
'js' : [], |
|
71 |
'qweb' : [], |
|
72 |
'css' : [], |
|
73 |
'demo ': [], |
|
74 |
'test': [], |
|
75 |
'installable': True, |
|
76 |
'auto_install': False, |
|
77 |
'application' : True, |
|
78 |
}
|
|
79 |
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|