change_log 20.2 KB
Newer Older
1 2 3
2011-12-12 arnaud.fontaine
* Display thousand separator of currency fields according to 'Money Quantity Style' user preference.

4 5 6
2011-10-12 tatuya
* Make it selectable in Accounting Preference how to display bank account.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
7 8 9
2011-04-04 Kazuhiko
* configure searchable text property ids for Accounting Period, Accounting Transaction, Balance Transaction, Internal Invoice Transaction, Payment Transaction, Purchase Invoice Transaction and Sale Invoice Transaction.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
10 11 12
2010-09-08 yo
* Forgot to add .append. Sorry.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
13 14 15
2010-09-08 yo
* Auto-fill mirror accounts, if necessary, before running the accounting transaction constraint.

Yusei Tahara's avatar
Yusei Tahara committed
16 17 18
2010-09-08 yusei
Revert my change on AccountingTransactionModule_getJournalSectionLineList at 2010-09-02.

Yusei Tahara's avatar
Yusei Tahara committed
19 20 21
2010-09-03 yusei
* Add Base_getAccountingWorkflowId and Base_getTranslatedAccountingWorkflowStateItemList to make accounting workflow easier to customise.

Yusei Tahara's avatar
Yusei Tahara committed
22 23 24
2010-09-02 yusei
* Display account title to journal report. Displaying gap id only is not useful at least in Japan.

Yusei Tahara's avatar
Yusei Tahara committed
25 26 27
2010-08-23 yusei
* Allow users to change section on line level. This is sometimes needed. Use case: expense happens at section A, corresponding payment is done at section B. This is journalized in single transaction document.

Yusei Tahara's avatar
Yusei Tahara committed
28 29 30
2010-07-16 yusei
* Revert my previous change and remove added parameters.

Yusei Tahara's avatar
Yusei Tahara committed
31
2010-07-12 yusei
Yusei Tahara's avatar
Yusei Tahara committed
32
* Update Node_statAccountingBalance and accept "at_date", "from_date", "to_date" parameters.
Yusei Tahara's avatar
Yusei Tahara committed
33

Lucas Carvalho's avatar
Lucas Carvalho committed
34 35 36
2010-05-28 lucas
* Added quantity into Expandable Properties of the default_accounting_transaction_rule object.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
37 38 39
2010-05-28 yo
* Keep remaining in the same view after adding a new Accounting Transaction Line.

40 41 42
2010-05-24 kazuhiko
* Call Delivery_updateAppliedRule with activity in accounting_workflow/scripts/buildTradeModelLineList.

Jérome Perrin's avatar
Jérome Perrin committed
43 44 45
2010-05-24 Jérome
* Allow to select multiple accounts root in General Ledger and Trial Balance

46 47 48
2010-05-24 kazuhiko
* Improve activity dependencies for Delivery_updateAppliedRule, eg. delivery.activate(tag='(path)_updateAppliedRule', after_tag='(path)_expand').Delivery_updateAppliedRule(activate_kw={'tag':'(path)_expand'})

Jérome Perrin's avatar
Jérome Perrin committed
49 50 51
2010-05-05 Jérome
* Add an action to add create an initial balance transaction, from an accounting period.

52 53 54
2010-04-09 Jérome
* Add an action to add multiple accounting lines

Yusuke Muraoka's avatar
Yusuke Muraoka committed
55 56 57
2010-04-08 yusuke
* Reverted previous my change.

Yusei Tahara's avatar
Yusei Tahara committed
58 59 60
2010-04-07 yusei
* Fix SimulationMovement_testPaymentSimulationRule.id attribute value.

Yusuke Muraoka's avatar
Yusuke Muraoka committed
61 62 63
2010-03-10 yusuke
* Update init scripts of transactions to make reference.

Tatuya Kamada's avatar
Tatuya Kamada committed
64 65 66
2010-03-08 tatuya
* Make the quantity divergence tester of payment simulation rule set the decimal alignment as well as trade model rule so that the rule will allow the rounding error when calculation.

Yusei Tahara's avatar
Yusei Tahara committed
67 68 69
2010-03-02 yusei
* Remove short title.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
70 71 72
2010-03-02 yo
* Add auto-planning into accounting workflow.

73 74 75
2010-02-18 Kazuhiko
* count number of unique mirror sections only in preparing listbox column list.

Yusei Tahara's avatar
Yusei Tahara committed
76 77 78
2009-12-14 yusei
* Fix group type on Sale Invoice Transaction.

Yusei Tahara's avatar
Yusei Tahara committed
79 80 81 82
2009-12-14 yusei
* Add sales group type to Sale Invoice Transaction.
* Add purchase group type to Purchase Invoice Transaction.

Yusei Tahara's avatar
Yusei Tahara committed
83 84 85
2009-10-16 yusei
* Update for the changes of new portal types of portal types.

Yusei Tahara's avatar
Yusei Tahara committed
86 87 88
2009-10-02 yusei
* Update titles of state and transition of accounting period workflow and fix mixed up of open/close/start/stop. they are unified into a pair of start/stop.

Yusuke Muraoka's avatar
Yusuke Muraoka committed
89 90 91
2009-09-07 yusuke
* Replace ERP5Report to ERP5Form and ReportBox

92 93 94
2009-07-02 romain
* Revert latest proxy field library simplification, as the design was not finalized.

Yusei Tahara's avatar
Yusei Tahara committed
95 96 97
2009-05-18 yusei
* Fix some proxy fields. count_method should not be inherited from template field and proxy_listbox_ids had to be copied to new proxified fields but it was not copied.

Yusei Tahara's avatar
Yusei Tahara committed
98 99 100 101
2009-05-07 yusei
* Simplify field libraries and proxy fields. Old field libraries are kept for backward compatibility.
* Update dependencies. Now require erp5_core 5.4.3.

Jérome Perrin's avatar
Jérome Perrin committed
102 103 104
2009-05-06 Jerome
* Introduce recursive accounting periods, used for example for monthly intermediate periods. They do not create balance transaction, but prevent adding more transaction for this period.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
105 106 107
2009-04-18 Kazuhiko
* Version 5.4.1

Yoshinori Okuji's avatar
Yoshinori Okuji committed
108 109 110
2009-02-06 yo
* Stop raising an exception, even if the credit is not equal to the debit in a built delivery, in the post processing script, because the builder may not blindly adopt prevision when updating existing lines, thus it can be unbalanced.

Yusei Tahara's avatar
Yusei Tahara committed
111 112 113
2008-11-13 yusei
* Start to develop version 5.4.

Yusei Tahara's avatar
Yusei Tahara committed
114 115 116
2008-10-24 yusei
* Use translation of payment_mode category in the journal dialog.

Yusei Tahara's avatar
Yusei Tahara committed
117 118 119
2008-10-24 yusei
* Use translated role name in entity_role field in third party report.

Yusei Tahara's avatar
Yusei Tahara committed
120 121 122
2008-10-14 yusei
* Start to develop version 5.3.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
123 124 125 126
2008-09-16 Kazuhiko
* remove payment_transaction_builder because now it is included in erp5_invoicing.
* use  delivery_causality_workflow instead of invoice_causality_workflow in Purchase Invoice Transaction and Sale Invoice Transaction.

Yusei Tahara's avatar
Yusei Tahara committed
127 128 129
2008-09-07 yusei
* Replace "+" with " " in translation messages.

Jérome Perrin's avatar
Jérome Perrin committed
130 131 132
2008-09-04 jerome
* Add profile tab on all accounting transaction types

Yusei Tahara's avatar
Yusei Tahara committed
133 134 135
2008-09-04 yusei
* Update English messages

Yusei Tahara's avatar
Yusei Tahara committed
136 137 138
2008-09-03 yusei
* Remove text which is not suitable for translation.

Yusei Tahara's avatar
Yusei Tahara committed
139 140 141
2008-08-29 yusei
* Replace abbreviation in action title.

Yusei Tahara's avatar
Yusei Tahara committed
142
2008-08-28 yusei
Yusei Tahara's avatar
Yusei Tahara committed
143
* Use translateString or Base_translateString instead of N_ for translation message.
Yusei Tahara's avatar
Yusei Tahara committed
144

Yusei Tahara's avatar
Yusei Tahara committed
145 146 147 148
2008-07-02 yusei
* Update title of Account_view.reference.
In accounting, reference is "Document Reference", but, in account, reference must be "Reference".

Yusei Tahara's avatar
Yusei Tahara committed
149 150 151
2008-06-27 yusei
* Start to develop version 5.2.

Yusei Tahara's avatar
Yusei Tahara committed
152 153 154
2008-06-26 yusei
* Revise version to 5.1.

Vincent Desmares's avatar
Vincent Desmares committed
155 156 157 158
2008-06-03 vincentd
* Add all rights for manager in the invoice_causality_workflow(Solving)

2008-06-03 vincentd
Vincent Desmares's avatar
Vincent Desmares committed
159 160
* Change manager security for account_workflow, accounting_period_workflow and accounting_workflow.

Jérome Perrin's avatar
Jérome Perrin committed
161 162 163
2008-05-16 jerome
* Introduce scripts to help report creation.

Jérome Perrin's avatar
Jérome Perrin committed
164 165 166
2008-05-14 jerome
* Use absolute_url when necessary to produce URLs compatible with virtual hosting.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
167 168 169
2008-04-19 yo
* Bump to 5.0.

Jérome Perrin's avatar
Jérome Perrin committed
170 171 172
2008-3-4 jerome
* add a fast input to group accounting lines from invoice and corresponding payment.

Jérome Perrin's avatar
Jérome Perrin committed
173 174 175
2008-2-25 jerome
* change accounting_period_workflow: Assignee can start / stop accounting periods, but only Assignor can close it definitely. Also make it possible to cancel openned period, and to delete a draft period.

Jérome Perrin's avatar
Jérome Perrin committed
176 177 178
2008-2-14 jerome
* change permissions on account_module and accounting_module. Auditor role now have Copy or Move (it was missing). Note that the difference with the current version of Base_setDefaultSecurity is that Author role does *not* have View permission. Author creates, Auditor views. For normal cases you should give both roles to thoses users.

Yusei Tahara's avatar
Yusei Tahara committed
179 180 181
2008-2-12 yusei
* Fixed amount search bug.

Yusei Tahara's avatar
Yusei Tahara committed
182 183 184
2008-2-7 yusei
* Fixed filtering bug on accounting module list view when jump in from entity.

Yusei Tahara's avatar
Yusei Tahara committed
185 186 187
2008-2-5 yusei
* Fixed third party column issue and optimize the query.

Yusei Tahara's avatar
Yusei Tahara committed
188 189
2008-2-4 yusei
* Optimize the query of accounting module list view.
190
* Fix displayed value of  accounting operation date and make specific_reference column sortable.
Yusei Tahara's avatar
Yusei Tahara committed
191

Yusei Tahara's avatar
Yusei Tahara committed
192 193 194
2008-1-28 yusei
* Show translated id in accounting transaction   line listbox.

Yusei Tahara's avatar
Yusei Tahara committed
195 196 197
2008-1-23 yusei
* proxify the rest of accounting transaction view forms.

Yusei Tahara's avatar
Yusei Tahara committed
198 199 200
2008-1-22 yusei
* Hide accounting transactions in preference.

Yusei Tahara's avatar
Yusei Tahara committed
201 202 203
2008-1-21 yusei
* Section drop down list in accounting transactions should always show existing values.(bug #510)

Yusei Tahara's avatar
Yusei Tahara committed
204 205 206
2008-1-18 yusei
* proxify accounting transaction view forms.

Jérome Perrin's avatar
Jérome Perrin committed
207 208 209
2007-12-6 jerome
* move invoicing parts in erp5_invoicing

Yoshinori Okuji's avatar
Yoshinori Okuji committed
210 211 212
2007-10-30 yo
* Set pricing_interaction_workflow to Invoice Line.

Jérome Perrin's avatar
Jérome Perrin committed
213 214 215
2007-10-29 jerome
* Use field libraries for reports and dialogs

Yoshinori Okuji's avatar
Yoshinori Okuji committed
216 217 218
2007-10-03 yo
* Remove start_date and stop_date from invoice_causality_workflow.

Yoshinori Okuji's avatar
Yoshinori Okuji committed
219 220 221
2007-09-25 yo
* Set module group on portal types.

Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
222 223 224
2007-09-09 Kazuhiko
* rename edit to calculate in invoice_causality_workflow.

Yusei Tahara's avatar
Yusei Tahara committed
225 226 227
2007-08-29 Yusei
* Added new view action for module.

228 229 230
2007-08-13 Jerome
* Remove portal type actions that are now defined as global actions

231 232 233
2006-08-29 jerome
* set resource editable on accounting transaction lines.

234 235 236
2006-08-24 jerome
* empty default_invoice_transaction_rule. It's part of the configuration and should not be included in this BT.

237 238 239
2006-08-21 jerome
* filter GAP ID using strict_membership in account module  list.

240 241 242
2006-08-11 jerome
* remove InvoiceTransactionLine_getDestinationItemList and InvoiceTransactionLine_getSourceItemList in favor of AccountingTransactionLine_getNodeItemList, which fixes source/destination inversion on lines ids for Purchase Invoice Transactions.

243 244 245
2006-07-03 Kevin
* Move Base_importGapFile script from gap_importer business template.

Kevin Deldycke's avatar
Kevin Deldycke committed
246 247 248
2006-06-15 Kevin
* Revert previous commit.

249 250 251
2006-06-14 Kevin
* Return corporate name if possible when displaying the list of organisations.

252 253 254
2006-06-12 Kevin
* Add Closing Transaction Line portal type to use in AccountingTransactionModule_createClosingTransaction script.

255 256 257
2006-06-09 Kevin
* Delete empty accounting lines in roundDebitCredit script.

Kevin Deldycke's avatar
Kevin Deldycke committed
258 259
2006-06-08 Kevin
* Don't create empty lines when the closing balance is generated.
Kevin Deldycke's avatar
Kevin Deldycke committed
260
* Add direct link to the wrong transaction object when closing the accounting period.
Kevin Deldycke's avatar
Kevin Deldycke committed
261

Kevin Deldycke's avatar
Kevin Deldycke committed
262 263 264
2006-06-07 Kevin
* Delete aggregation per regional zone (export/local) feature because its not enough flexible (for example, if you fix the region of a third party, you need to regenerate the Closing Balance).

Kevin Deldycke's avatar
Kevin Deldycke committed
265 266
2006-06-06 Kevin
* Don't copy id when create a reversal transaction.
Kevin Deldycke's avatar
Kevin Deldycke committed
267 268 269
* Fix default warning message displaying in Account_getGapItemList.
* Add Closing Transaction portal type.
* Update Closing Transaction Creation script to support aggregation per regional zone (export/local) or third party.
Kevin Deldycke's avatar
Kevin Deldycke committed
270

Kevin Deldycke's avatar
Kevin Deldycke committed
271 272
2006-06-05 Kevin
* Move Fiscal Report portal type actions to erp5_accounting_l10n_fr.
Kevin Deldycke's avatar
Kevin Deldycke committed
273
* Add missing Account Type categories.
Kevin Deldycke's avatar
Kevin Deldycke committed
274
* Remove old business_template_include_sub_categories trick.
Kevin Deldycke's avatar
Kevin Deldycke committed
275 276 277 278 279 280 281 282 283 284 285 286 287

2006-05-18 jerome
* fix Purchase 'Details' view (source / destination inverted).
* Update Transaction views for consistency
* quick fix Accounting Transaction Module sql method to display third party instead of destination section.

2006-05-18 fab
* Add
Account_getFormattedTitle
* Update
InvoiceTransactionLine_getDestinationItemList and InvoiceTransactionLine_getSourceItemList
to use it

288 289 290 291
2006-05-16 jerome
* Fix AccountingTransaction_is*CurrencyConvertible
to return False if resource is not defined on the transaction

Jérome Perrin's avatar
Jérome Perrin committed
292 293 294
2006-05-12 yo
* Specify maintainers.

Kevin Deldycke's avatar
Kevin Deldycke committed
295 296 297 298 299 300 301
2006-05-02 Kevin
* Add missing Account_getAccountingTransactionList parameter.

2006-04-28 Kevin
* Correct duplicate row bug in AccountingTransactionModule_zGetAccountingTransactionList.
* Increase version number.

Kevin Deldycke's avatar
Kevin Deldycke committed
302 303 304 305
2006-04-18 Kevin
* Add a 'FIXME' comment in with details AccountingTransactionModule_zGetAccountingTransactionList.
* Fix Opening Balance on Trial Balance when no from date set.

Kevin Deldycke's avatar
Kevin Deldycke committed
306 307 308 309 310 311 312 313 314 315
2006-04-14 Kevin
* Delete Section_getCurrencyPrecision.
* Merge of my recent enhancements with the main branch.

2006-04-12 Kevin
* Validate transactions in accounting_workflow by only comparing dates to avoid inconsistent time problems.

2006-04-10 Kevin
* Verify third party state and third party region before validate an Accounting Transaction (its illegal to doesn't know from which region came the third party, and this information help us to do some automatic calculation).

Kevin Deldycke's avatar
Kevin Deldycke committed
316 317 318 319 320 321 322 323 324
2006-03-31 Kevin
* Add "Create Closing Transaction" action on Accounting Transaction Module.
* Add missing parameter list on AccountingTransactionModule_createClosingTransaction.
* Render AccountingTransactionModule_viewCreateClosingTransactionDialog as dialog.
* Update AccountingTransaction_createReversalTransaction to use created_by_builder instead of bypass_init_script.
* Use kw as the unique entry parameter in Entity_getAccountingTransactionList.
* Remove suffix "transaction_" of query parameters to prepare the full migration of accouting stuff to getInventory API.
* Show Previous Balance in Account and Bank Account transaction list view.

Kevin Deldycke's avatar
Kevin Deldycke committed
325 326 327 328 329 330
2006-03-30 Kevin
* Merge modifications made for Nexedi. -- Sorry to be not precise but the changelog is too big to be easy to summarize. But I will add detailed comments in the changelog of every modified file in the SVN to keep a clear understanding of my intentions.

2006-03-30 Alex
* modified InvoiceLine_asCellRange to support options

331 332 333
2006-03-27 Seb
* make purchase invoice transaction working

334 335 336 337 338 339 340 341 342 343 344 345
2006-03-17 Seb
* changed permissions in invoice_causality_worfklow because it was impossible to add new accounting lines. I'm not very happy with this change, we should find a better solution.

2006-03-17 Kevin
* Compare date instead of datetime in accounting_workflow/scripts/validateTransaction to avoid problems when we reach accounting period limits.

2006-03-16 Kevin
* Show the portal type of lines in General Ledger Report.

2006-03-15 Kevin
* Delete Account_getDestinationSectionList and Account_getSourcePaymentList.

Kevin Deldycke's avatar
Kevin Deldycke committed
346 347 348 349 350 351 352 353 354
2006-03-09 Kevin
* Fix Account_getAccountingTransactionList to show right previous balance.
* Update AccountModule_viewGeneralLedgerReport to let the General Ledger report show good start, stop and period balance.
* Fix General Ledger Report property transalation.

2006-03-08 Kevin
* Replace getPreferredDateInputOrder() calls by getPreferredDateOrder()
* Call Base_translateString() instead of Base_TranslateString()

Kevin Deldycke's avatar
Kevin Deldycke committed
355 356 357 358 359 360 361 362 363 364 365 366 367
2006-03-07 Kevin
* Fix setReferences script of accounting_workflow to let the script generate good IDs.

2006-03-02 jerome
* Reverse source & destination section in Purchase Invoice Transaction views.
* Improve asset conversion forms to include stat columns and relation fields for source & destination sections.

2006-03-01 Kevin
* Fix Delivery_Build workflow script.
* setReference script of accounting workflow can be recalled multiple times on the same object without any side effect.
* Call setReference script on balance_action and stop action.
* Don't let the user edit the "Invoice Number" on Sale Invoice Transactions.

Kevin Deldycke's avatar
Kevin Deldycke committed
368 369
2006-02-28 Kevin
* Update SaleInvoiceTransaction_zSelectMovement to not include a 'AS movement' statement in SQL query.
Kevin Deldycke's avatar
Kevin Deldycke committed
370 371
* Move setReferences() call on accounting workflow from stop transition after script to confirm transition before script.
* Update Delivery_build on accounting workflow to generate pay sheet accounting lines automatticaly when they reach the 'confirm' state.
Kevin Deldycke's avatar
Kevin Deldycke committed
372 373 374 375 376 377 378 379 380 381 382 383 384

2006-02-27 Kevin
* Update Section_getCurrencyPrecision (more generic now).
* Update Account_getAccountingTransactionList to get the default rounding value. As I understand, Account_getAccountingTransactionList is not only used to generated the General Ledger report but is also involved in all Transaction tabs. This mean that Section_getCurrencyPrecision is not generic enough, because the organisation that hold the currency in which the amount must be displayed is not easy to guess. Perhaps using the one defined on preferences is the way to do... (but this has heavy consequences).
* Update AccountingTransaction_roundDebitCredit, to round more efficiently.

2006-02-23 Kevin
* Add AccountingTransaction_roundDebitCredit.
* Add Section_getCurrencyPrecision (not finished yet, will be used in AccountingTransaction_roundDebitCredit and Account_getAccountingTransactionList to get the precision).

2006-02-22 kevin
* Add a patch in Account_getAccountingTransactionList to get round values (based on a hack done by vincent for french accounting).

385 386 387
2006-02-17 kevin
* Add Balance at the start-date and stop-date on General Ledger Report.

388 389 390
2006-02-16 kevin
* Add the GAP Root and the Account Balance on General Ledger Report.

391 392 393
2006-02-13 kevin
* Only show draft and validated Person and Organisation in Relation String Fields.

Jérome Perrin's avatar
Jérome Perrin committed
394 395 396 397
2006-02-08 jerome
* Check the currency of a payment transaction is the same as the currency of the bank account (if set on the bank account)
* Display quantities in default curreny for bank account instead of converted values.

398 399 400 401
2006-02-07 Jerome
* Display amounts in default currency in every listbox / reports.
* Many bug fixes when we are at destination section.

Jérome Perrin's avatar
Jérome Perrin committed
402 403 404 405
2006-02-01 Jerome
* fix the main Accounting module listbox which didn't display empty transactions.
* Accounting Period workflow now closes the period in an activity.

Jérome Perrin's avatar
Jérome Perrin committed
406 407 408 409 410
2006-01-30 Jerome
* Accounting Periods are now stored in Organisation are used on a per-Organisation basis.
* removed Accounting Period Module.
* bumped version to 1.0rc8

Kevin Deldycke's avatar
Kevin Deldycke committed
411 412 413 414
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.

Jérome Perrin's avatar
Jérome Perrin committed
415 416 417 418
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

419 420 421
2006-01-04 jerome
* search transaction by creation date.

Jérome Perrin's avatar
Jérome Perrin committed
422 423 424
2006-01-03 jerome
* add skins and actions for multi currency

425 426 427 428 429 430 431 432 433 434
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.

Jérome Perrin's avatar
Jérome Perrin committed
435 436 437 438 439 440 441
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

Aurel's avatar
Aurel committed
442 443 444 445
2005-11-13 aurel
* update path definition to include parents objects
* remove workflow rule_interaction_workflow, it is in erp5_core

446 447 448
2005-11-12 Jérome
* Update to use new gap preference and Inventory API instead of  Resource_zGetInventory_old

Yoshinori Okuji's avatar
Yoshinori Okuji committed
449 450 451 452 453 454 455
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.

Aurel's avatar
Aurel committed
456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526
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

Kevin Deldycke's avatar
Kevin Deldycke committed
527
2005-04-06
Aurel's avatar
Aurel committed
528 529
* Move base_categories to erp5_core:
destination_payment
Yusei Tahara's avatar
Yusei Tahara committed
530
source_payment