- 07 Apr, 2008 4 commits
-
-
Jérome Perrin authored
AccountingTransaction_guessGroupedLines : generate better grouping reference letters, using this scheme: A, B, C ..., Z, AA, AB, ..., AZ, BA, BBB, ..., ZZ, AAA, AAB, it was mistakenly using this one: A, B, C ..., Z, AA, AB, ...AZ, AAA, AAB git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
- Define variation_not_defined missing at top level - Factorise line deletion code - Make recursive checks on deleted document to check for activity presence - Only execute document creation code if deletion ended without error - Move pre-error-exit line deletion to code branch creating new lines - Add a new error message when there are pending activities (only displays the first activity found) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20319 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Apr, 2008 4 commits
-
-
Yoshinori Okuji authored
Remove MySQL dependency from CMFActivity. Translate a lock error into ConflictError in database adapters instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Give one more chance to find the came_from whenever we come from a dialog with input button and no validation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20313 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Apr, 2008 10 commits
-
-
Vincent Pelletier authored
Mark messages as not executable when either their path or the method to call on it cannot be retrieved. Make messages marked as not excutable immediately fail with VALIDATE_ERROR_STATE state. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20311 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove pdftoppm from the description because now it's not required git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20310 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
the output command order) - remove the use of pdftoppm. So now only convert and pdfinfo are used, so now xpdf installation is not required to use erp5_pdf_editor bt - add verbose parameter on convert command. This permit to get background real size using a unique command. - regular expressions are now used to parse command output, this is more efficient than all split() and easyer to maintain - add a comment on getPageattribute method - simplification of getPageattribute method : remove the use of pdftoppm, just return one width and one height because there is no sens to return all page width and height when convert will set all pages to the same size. - rename getPageattribute method to respect naming convention git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
add rendering OOoChart Image support improvement git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20308 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
improvement XML writing By Thibaut git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
When SQL{Dict|Queue}_delMessage gets a lock error, retry. Do so infinitely, otherwise uid list would be lost and manual intervention would be required. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20306 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Add scatter type graph git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Apr, 2008 14 commits
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20301 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
select_test was wrong because only RelationStringField may have this test false, RelationStringField are conposed eventualy by a select struct and at least 2 input structs). The problem was ListFieds (composed by a select) match with this test (and should not) and so, ListFields were rendering as special multi-fields (so the css class was wrong and the field was not visible). Now they are rendered like standard multi-input fields, and works. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* import TransformationRuleError. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20297 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
Original work by Daniel Feliubadalo and Romain Courteaud. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20296 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20294 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
Original work by Daniel Feliubadalo and Romain Courteaud. * Add Component, Product, Service Individual Variation Portal Types, actions, skins * Add Preference_viewResourceData skin * Remove Product_init script which is now useless git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20293 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
Original work by Daniel Feliubadalo and Romain Courteaud. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20291 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
PDM configuration. * Resource.py: moved some variation related properties to VariationRange.py. * VariationRange.py: added optional and individial variation related properties. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20290 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20289 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
start date is not working. - Add a test to show that tic is working on alarm tool even if a periodicity start date is not defined on a particular alarm git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20288 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20287 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20286 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Apr, 2008 8 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20284 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20283 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* use searchFolder instead of contentValues to get the use case. * get the 'validated' use cases instead of the draft. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
Base_viewFieldLibrary/my_percent does not need to use preferred_money_quantity_field_width, preferred_quantity_field_width should be enough. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20278 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20273 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20269 20353a03-c40f-0410-a6d1-a30d3c3de9de
-