~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to account/wizard/__init__.py

  • Committer: pinky
  • Date: 2006-12-07 13:41:40 UTC
  • Revision ID: pinky-dedd7f8a42bd4557112a0513082691b8590ad6cc
New trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
##############################################################################
 
2
#
 
3
# Copyright (c) 2004-2006 TINY SPRL. (http://tiny.be) All Rights Reserved.
 
4
#                    Fabien Pinckaers <fp@tiny.Be>
 
5
#
 
6
# WARNING: This program as such is intended to be used by professional
 
7
# programmers who take the whole responsability of assessing all potential
 
8
# consequences resulting from its eventual inadequacies and bugs
 
9
# End users who are looking for a ready-to-use solution with commercial
 
10
# garantees and support are strongly adviced to contract a Free Software
 
11
# Service Company
 
12
#
 
13
# This program is Free Software; you can redistribute it and/or
 
14
# modify it under the terms of the GNU General Public License
 
15
# as published by the Free Software Foundation; either version 2
 
16
# of the License, or (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, write to the Free Software
 
25
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
26
#
 
27
##############################################################################
 
28
 
 
29
import wizard_automatic_reconcile
 
30
import wizard_reconcile_select
 
31
import wizard_unreconcile_select
 
32
import wizard_reconcile
 
33
import wizard_unreconcile
 
34
import wizard_refund
 
35
import wizard_pay_invoice
 
36
 
 
37
import wizard_journal
 
38
import wizard_journal_select
 
39
import wizard_bank_reconcile
 
40
import wizard_budget_spread
 
41
import wizard_subscription_generate
 
42
 
 
43
import wizard_aged_trial_balance
 
44
import wizard_budget_report
 
45
import wizard_grand_livre_report
 
46
import wizard_grand_livre_tiers_report
 
47
import wizard_account_balance_report
 
48
import wizard_partner_balance_report
 
49
 
 
50
import wizard_journal_close
 
51
import wizard_period_close
 
52
import wizard_fiscalyear_close
 
53
 
 
54
import wizard_vat
 
55
 
 
56
import wizard_invoice_state