- 18 Jun, 2009 17 commits
-
-
Jérome Perrin authored
properly by invoice builder. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
move testNewPayroll to testPayroll git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- if the price is 0, we don't want to set it to 1. We want that only in the case it has not been defined (== None) - typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27654 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- make findEffectiveSpecialiseValueList recursive and change the behaviour : now, we check the first model from the inheritance tree, if this model is effective, use it, else take the effective one. On this effective model, get all specialise_value and take their effective value. Return the list of all this new effective inheritance tree git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- reformat to use 2 spaces indentation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- add setSystemPreference method since we need a different one from testBPMCore (because of payroll specific preference property : preferred_payroll_resource_use_category_list) - add some new categories and step to be able to have labour line in the model - fix some mistakes like trade_phase path - use stepTic git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- fix typo : stop_date=start_date git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27649 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- use findEffectiveSpecialiseValueList instead of findSpecialiseValueList. This permit to find the more appropriate model to use. - fix mistake in docstring - remove useless code parts - fix the condition of seaching the best maching model (using the dates) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
do not use the repr of the list but look at the content of every message instead. This fix current failures of the test git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* overrides frmresourceslist.html so as to use relative path for embedded images/files. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add a simple file browser for fckeditor, that allows to upload only in the current document. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27643 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
* add ProductionOrderModelRule, TransformationModelRule, TransformationSourcingModelRule git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27642 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
- changed calling parameters to get a node from a business path. - fixed get_remaining_trade_phase should be filtered by trade_phase(s) of a transformation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27641 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jun, 2009 17 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make getPassword default value behave consistently between cases where password is of Persistent Mapping type and cases where it is not. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27637 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27636 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* skip key length check in check_key() because we have no information about key length in memcache class level. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27634 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27633 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- small fixes to description of interface git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27631 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27630 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27629 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27628 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- add source_section to have need for filtering git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27627 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27626 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27625 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27623 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
renamed from ProductionOrderRule, TransformationRule and TransformationSourcingRule under the working progress git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27622 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jun, 2009 6 commits
-
-
Mame Coumba Sall authored
*modified so that reference of item is always of form EAN-13 code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27621 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Restore links to cancel or invoke activities manually from "Activities" tab, and add a button in "Advanced" tab to be able to hide them. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27620 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27619 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27618 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* mf54_grid.css and mf54_content.css should begin with section instead of site because several width configurations can differ depending on right_column existence. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27616 20353a03-c40f-0410-a6d1-a30d3c3de9de
-