- 17 Dec, 2009 18 commits
-
-
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 22 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
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
FormPrintout : clean a bit code FormPrintout._replaceXmlByForm : change the xpath expression to get the node from one level higher. In this way we can have all the node tree used for the field. Add style in style dict for this node FormPrintout._createOdfUniqueFileName : use quote_plus in both cases, add a comment to explain it ImageField : add a method _replaceImage used to replace an image in an odg file FormPrintoutAsODG : add test for proxyfields Formulator.Field, Formulator.Widget : change render_odg signature to accept more parameters required for image mapping. Add First level node. ERP5OOo/tests/test_document/Foo_001.odg add some descriptions arround fields, to make easier to understand the purpose of each element in the document. reviewed and approved by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
call _getPropertyAndCategoryList instead of using __dict__, because here movement can be 'real_simulation_movement.asContext()' value and __dict__ contains activate, reindexObject attributes etc. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-