1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
2006-01-19 Kevin
* Use Localizer instead of Translation Service in: AccountingTransactionModule_journal_pdf_template, AccountModule_getTrialBalanceReportSectionList, AccountModule_viewAccountStatementReport/transaction_simulation_state, AccountModule_viewGeneralLedgerReport/transaction_simulation_state and AccountModule_viewTrialBalanceReport/transaction_simulation_state.
* Update Copyright year.
2006-01-10 jerome
* bug fix: use python: TALES expression for actions, for a old CMF bug
* fix order of account_type category, using asset/cash/bank instead of asset/bank/cash
2006-01-04 jerome
* search transaction by creation date.
2006-01-03 jerome
* add skins and actions for multi currency
2005-12-28 jerome
* fix i18n on journal report dialog
* move transaction action from erp5_core to here
* bug fix : remove 1000 Limit in BankAccount_zGetAccountingTransactionList
* added missing script AccountingTransactionModule_getTranslatedPortalTypeItemList
2005-12-21 Kevin
* Add parameter to AccountModule_getAvailableGapList to add an empty item in the generated list.
* Move default_site_preference to erp5_core.
2005-12-18 jérome
* added accounting period module and validation workflow.
* added account validation workflow
* many improvement to reports
* (partially) move to Inventory API
* minor UI clean up
2005-11-13 aurel
* update path definition to include parents objects
* remove workflow rule_interaction_workflow, it is in erp5_core
2005-11-12 Jérome
* Update to use new gap preference and Inventory API instead of Resource_zGetInventory_old
2005-12-08 yo
* Fix the LEFT JOIN syntax in PaymentTransaction_zSelectMovement and SaleInvoiceTransaction_zSelectMovemen.
2005-12-06 yo
* Remove Resource_zGetInventory_old.
* Fix the LEFT JOIN in Account_zGetAccountingTransactionList.
2005-11-30 yo
* Use portal_preferences.getPreferredAccountingTransactionGap instead of getGap.
2005-10-22 Jérome
* check that [source|destination]_section are Person or Organisation in accounting_workflow/scripts/validateTransaction to prevent validating accounting transaction with Categories
2005-10-17 Jérome
* remove invoice_edit_workflow from list of installed workflows (not used since a few commits)
2005-10-16 Jérome
* integrate budget validation in accounting workflow
* remove unnecessary related keys from last change
* fix gap_id related key and add a preferred_gap related key
* get VAT from simulation before printing invoice
* support for portal types and simulation_state translation
2005-10-15 Kevin
* change acquisition setup of financial_section to follow budget module needs
* add z_related_financial_section_category, z_related_function_category and z_related_group_category catalog methods from erp5_budget.bt5
* add groupCategory, financialSectionCategory and functionCategory related keys from erp5_budget.bt5
2005-10-05 Jérome
* added initial invoice causality workflow
2005-10-13 Jérome
* added an invoice builder
* update invoice transaction builder and related script to work with the invoice builder
2005-10-04 Jérome
* introduce a new category account_type to separate bank and cash Accounts. (account_type/asset/cash => account_type/asset/bank & account_type/asset/bank/cash )
2005-10-03 Jérome
* fix bug with gap in preferences
2005-09-13 Jérome
* add rule_interaction_workflow
2005-09-07 Jérome
* move invoice related portal types, scripts and forms from erp5_trade to erp5_accounting
* fix validation for Balance Transaction
2005-09-05 Jérome
update for new catalog
2005-08-24 Jérome
* use preferences (for prefilling newly created transaction and for filtering various lists)
* improve reports
* XXX still use RessourcezGetInventory_old , some parts should be rewritten
2005-08-18 Jérome
* removed all deprecated/not used skins
* make Organisation jump method optional
2005-08-O2 Jérome
* removed code duplication in stat scripts
* removed all references to group/nexedi
2005-22-07 Jérome
* renamed account in account_module
* renamed accounting in accounting_module
2005-23-06 Jérome
* bug fixes
2005-23-06 Jérome
* removed pcg base category (replaced by gap/france/pcg, which moved in accounting_l10n_fr)
* Added (initial) support for grouping reference
* Added standarts accounting reports (General ledger, Trial Balance, Journal)
Added other reports (Other Parties, Bank Accounts)
* Various bug fixes
2005-04-06
* Move base_categories to erp5_core:
destination_payment
source_payment