- 10 Feb, 2009 6 commits
-
-
Yusuke Muraoka authored
* Added Nested Line Movement Group which are defined for Order/Delivery Builder. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25506 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
Move getTotal* and related methods of OrderLine to DeliveryLine, because nested lines would be used in delivery lines as well as order lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25505 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Use DateTime.Date() instead of DateTime.strftime('%Y/%m/%d') due to the summer time problem on DateTime.strftime. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25504 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25503 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Fixed a bug which causes infinite loop if periodicity steps over the summer time start date or end date(ex. 2008/10/27 00:00 CET). DateTime.strftime method does not work as we expected. We expect that DateTime('2008/10/27').strftime('%d') returns 27, but it returns 26 in reality. Because "2008/10/27 00:00 GMT+1" equal to "2008/10/26 23:00 GMT+2". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25502 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25501 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2009 6 commits
-
-
Jérome Perrin authored
- "Total Income" is a payroll term - fix capitalisation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25500 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
ERP5Type, not ERP5) in r25498 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25499 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
any more, bug was introduced by revision 25485 * add unit test to prevent such regression git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25498 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25497 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Added open order functionality. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25495 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Feb, 2009 6 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25494 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25493 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25492 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25491 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* validate rules (same as r.25365, but still required for running pdm_ui_test only without accounting_ui_test). * modify for Selenium >= 0.8 compatibility. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25490 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* modify test titles. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Feb, 2009 21 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25488 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25487 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
properties : - added method setPropertyList - make getPropertyList working on a mono valued property. It will return a list of one element (the value of the property) - make setPropertyList working on a mono valued property, in such case a list of one element must be given - do not generate List methods for mono valued properties any more. List methods were generated for mono valued properties only when some acquisition parameters were defined - add unit test for getPropertyList and setPropertyList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25485 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25484 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25483 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25482 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Move _validate_* methods from SQLDict and SQLQueue to SQLBase, and fix checking of parameters (cf r24586). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
that the catalog should parse later, but pass it multiple time (portal_type=A&portal_type=B ..), zope publisher will convert this format to a list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25480 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25479 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25477 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25476 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Decide which behaviour is really desired: providing an ambiguous sort column must raise a ValueError, just like ambiguous columns from where-expression. Using an un-sorted result when sort was requested is as wrong as sorting on an arbitrarily-chosen column, and also as wrong as ignoring "where"-conditions. Tag this test as TODO as this behaviour is not implemented yet. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25475 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix error position computation: MySQL limits the length of the output SQL chunk, requiring more tricks to find offset error correctly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Replace default MySQL error text (for sql syntax error) with more complete - though as uggly - error. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25472 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
* when calling objectIds, it must only returns objects and not BTree of sub-BTree git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25471 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* 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. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Feb, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25467 20353a03-c40f-0410-a6d1-a30d3c3de9de
-