- 18 Dec, 2009 3 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31385 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
override SaleOrder_selectMovement script with setting higer priority in erp5_simulation skin folder. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31384 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31383 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Dec, 2009 20 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31382 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add forgotten "operator" property to AutoQuery.__repr__ . git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* invoke builder to make split deliveries manually. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31380 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
delivery_solver, start_date and stop_date should be in configuration property dict, not in direct properties. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31379 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
add fake implementations for SolverTypeInformation.conflictsWithSolver() and SolverTypeInformation.reduceConfigurationList(). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31377 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use tuple instead of list for a dict key. * need to convert to dict explicitly before passing to updateConfiguration(). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use a tuple instead of a list for a part of dict key. * solver decision's delivery values are delivery movements not simulation movements. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31374 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31373 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add an empty item in the item list of SolverDecision_view/my_solver, SolverProcess_view/listbox_solver.xml and SolverProcess_view/listbox_delivery_solver. * display divergence tester's title in Divergence column in SolverProcess_view/listbox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31372 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31371 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* we need to include divergence testers for quantity. * we don't need solver decisions for testers that are not divergent. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31370 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31369 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
implement SolverTool.getSolverDecisionApplicationValueList() in "Short Term Implementation Approach". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use 'causality' category not 'solver' category for the relation between a solver decision and a divergence tester. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* argument of getSolverDecisionApplicationValueList() should be a movement instead of a simulation movement. * list cannot be a part of dict key. * fix a typo: setdefatuls -> setdefault. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Project_viewTaskList and Project_viewTaskReportList listbox's columns are not sortable (because the list method do not handle it currently). Sort result of Project_getSourceProjectRelatedTaskList to make it consistent with Project_getSourceProjectRelatedTaskReportList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31363 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Dec, 2009 17 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
( same as r31257 ) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31360 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
remove TODO, after discussion it's not needed to create a system pref for that git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31354 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Also set deferred_style_dialog_method in kw, so that it is passed to the method in case Base_callDialogMethod does not redirect git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
when modyfing a value in a simulation movement, it is also required to modify the value of its 'order' movement too to get a realistic expand result. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* fix a way to get divergence testers from a simulation movement. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31346 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31343 20353a03-c40f-0410-a6d1-a30d3c3de9de
-