An error occurred fetching the project authors.
- 24 May, 2013 1 commit
-
-
Jérome Perrin authored
It is useless to clear the cache in activities, because this would only work when using only one zope instance. Instead, clear the cache in the test for now.
-
- 21 May, 2013 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 22 Apr, 2013 1 commit
-
-
Jérome Perrin authored
Also add support for own section title and count method. Update configurator accordingly
-
- 15 Apr, 2013 1 commit
-
-
Jérome Perrin authored
-
- 22 Mar, 2013 1 commit
-
-
Jérome Perrin authored
This does not work well with erp5_accounting_alternate_catalog. It is left for draft transactions, because draft may not have any section set. For the records, the idea behind is to prevent an unexpected behaviour when a user have a section_category in his selection and calls a worklist which is also supposed to display transactions which are not part of the selected section_category. In such case, section_category= is passed to reset the selected section_category and display all transactions, the problem is that alternate catalog is not able to decide wether to display source or destination section in that case
-
- 15 Mar, 2013 1 commit
-
-
Mame Coumba Sall authored
-Titlecase terms, uppercase abbreviations, avoid jargons, add titles to empty title forms....
-
- 08 Mar, 2013 1 commit
-
-
Jérome Perrin authored
-
- 05 Mar, 2013 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 25 Feb, 2013 1 commit
-
-
Jérome Perrin authored
-
- 21 Feb, 2013 1 commit
-
-
Jérome Perrin authored
doc.isMemberOf('') is not valid
-
- 08 Feb, 2013 5 commits
-
-
Jérome Perrin authored
-
-
Jérome Perrin authored
-
Jérome Perrin authored
And replace is uses by AccountingTransactionLine_getNodeItemList
-
Jérome Perrin authored
-
- 30 Jan, 2013 1 commit
-
-
Jérome Perrin authored
Previously, portal_type parameter was passed in REQUEST and stored in the selection for the next listbox, which can be listing objects of another portal_type
-
- 28 Jan, 2013 1 commit
-
-
Julien Muchembled authored
Proper way is to call a global builder with a 'limit' parameter.
-
- 17 Jan, 2013 1 commit
-
-
Jérome Perrin authored
erp5_accounting: reorganise init scripts and do not initialise some accounting lines if the user is allowed to add invoice lines.
-
- 10 Dec, 2012 5 commits
-
-
Jérome Perrin authored
The grouping date is a property representing the date when this grouping is effective. In erp5_accounting, when setting a grouping reference, the grouping date will be set to the latest date of grouped line. When running reports with "omit_grouping_reference", lines that are grouped after the end date of the report will still be displayed. SQLCatalog structure changed, and can be updated with: alter table catalog add column grouping_date datetime after grouping_reference; You might also want to set a grouping date on movements with a grouping reference in the migration.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 07 Dec, 2012 1 commit
-
-
Jérome Perrin authored
This use to work because categories are metanode and metanode were organisations
-
- 20 Nov, 2012 3 commits
-
-
Jérome Perrin authored
Take into account the fact that Base_getSectionUidListForSectionCategory returns -1 when no organisation exsits
-
Jérome Perrin authored
use Base_getSectionUidListForSectionCategory instead of hack in where expression which won't work if we don't have catalog as section selected
-
Jérome Perrin authored
Sometime dialog fields are not validated ...
-
- 24 Sep, 2012 1 commit
-
-
Ivan Tyagov authored
Revert c9448903 (Delivery_afterClone will update causality state after cloning).
-
- 21 Sep, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 20 Jun, 2012 1 commit
-
-
Mame Coumba Sall authored
-
- 04 Jun, 2012 1 commit
-
-
Julien Muchembled authored
-
- 14 May, 2012 1 commit
-
-
Julien Muchembled authored
Select methods do not need to check if catalog data is up-to-date: this is always done automatically by searchMovementList()
-
- 01 May, 2012 1 commit
-
-
Gabriel Monnerat authored
(cherry picked from commit c55d31d748329c08428e6b49ee87556d48201003)
-
- 09 Apr, 2012 1 commit
-
-
Julien Muchembled authored
-
- 16 Dec, 2011 2 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Display "Own Section" along "Third Party" in AccountingTransactionModule_viewAccountingTransactionList.
-
- 13 Dec, 2011 1 commit
-
-
Arnaud Fontaine authored
-