An error occurred fetching the project authors.
- 25 Oct, 2013 1 commit
-
-
Jérome Perrin authored
-
- 23 Sep, 2013 1 commit
-
-
Jérome Perrin authored
- columns are now searchable - title display line title if any; for consistency with all other reports - title is no longer sortable properly. This is a little regression. - use queries instead of raw where expression
-
- 16 Sep, 2013 3 commits
-
-
Jérome Perrin authored
We should also support the case where user cannot access project module
-
Jérome Perrin authored
The same grouping reference property is also used for mirror section, so if one side is doing grouping, the group must also be valid for the other side.
-
Jérome Perrin authored
-
- 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.
-