An error occurred fetching the project authors.
- 12 Sep, 2013 7 commits
-
-
Julien Muchembled authored
-
Jérome Perrin authored
-
Jérome Perrin authored
omit_balanced_accounts was always displaying 1 omit_empty_accounts should not exist
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
To display the list of possible accounts we include validated nodes and nodes that have been previously used on accounting movements. We include 2, because we want the user to be able to issue a report on a node that has been used in the past and is now invalidated. The problem with this approach is that such query is very slow, when there are a lot of Movements. Then, with the commit only validated accounts will be considered
-
Gabriel Monnerat authored
This commit is part of 0ee6eae7. The script ERP5Site_getWorkflowStateItemList that receives the portal type and the state variable (simulation_state/validation_state) as parameters and it will returns the states for the workflow chained to the portal type
-
- 11 Jul, 2013 1 commit
-
-
Jérome Perrin authored
-
- 03 Jul, 2013 2 commits
-
-
Gabriel Monnerat authored
With this, is possible set custom references without overwrite accounting_workflow
-
Gabriel Monnerat authored
-
- 27 Jun, 2013 1 commit
-
-
Jérome Perrin authored
-
- 24 Jun, 2013 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
The new approach is a script named ERP5Site_getWorkflowStateItemList that receives the portal type and the state variable (simulation_state/validation_state) as parameters and it will returns the states for the workflow chained to the portal type. This way all the standard dialogs works out of the box even if you customize a workflow chain
-
- 21 Jun, 2013 1 commit
-
-
Arnaud Fontaine authored
erp5_simulation should not be required for erp5_trade and erp5_accounting as some system do not use simulation.
-
- 18 Jun, 2013 1 commit
-
-
Jérome Perrin authored
By changing the section one can enter accounting transaction lines on a different section bypassing the security because usually only the section at the transaction level is taken into account for roles assignements.
-
- 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 4 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
-