An error occurred fetching the project authors.
- 18 Jun, 2009 1 commit
-
-
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
-
- 16 Jun, 2009 4 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27619 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove some test since they are in testNewPayroll (test_applyModelSetCategories, test_applyModelTwice) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27601 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27593 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jun, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27490 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2009 1 commit
-
-
Fabien Morin authored
In the future, testNewPayroll will replace testPayroll, but for now, old tests that are not yet rewrited for new payroll are kept as a reminder. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 May, 2009 1 commit
-
-
Fabien Morin authored
updateCellRange is not needed anymore since the workfow trade_matrix_workflow has been added to Pay Sheet Line and Pay Sheet Model Line in r27028 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27029 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Mar, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Mar, 2009 1 commit
-
-
Fabien Morin authored
- remove unused spaces - add new tests to check the model validity works git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26052 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Feb, 2009 1 commit
-
-
Fabien Morin authored
remove the base_application because if there is a base_application with no model_line contibuting to this base_amount, the amount is zero, and the paysheet line is not created. Here the goal of this test is just to check annotation lines, we don't care about the amounts in paysheet lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25423 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25246 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jan, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25186 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jan, 2009 2 commits
-
-
Fabien Morin authored
enhance test_intermediateLinesAreNotCreatedOnPaysheet to check values and to have a more complete test. fix some problems git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25155 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add a test to check the intermediate lines works and if the checkbox is checked on Pay Sheet Model Line, Pay Sheet Lines are not created git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2009 2 commits
-
-
Fabien Morin authored
add check of base_contribution_list. The list should be the same that the one on the corresponding Pay Sheet Model Line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25127 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- change test to use base_application and base_contribution of the Pay Sheet Model Line instead of base_amount (from model line and payroll service) - replace base_salary by it's value : this is easier to understand git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25122 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Sep, 2008 2 commits
-
-
Jérome Perrin authored
contains an empty item git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23904 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
AccountingTransactionModule_getPaySheetMovementMirrorSectionItemList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2008 2 commits
-
-
Kazuhiko Shiozaki authored
* Movement Group becomes ERP5 Document. See http://www.erp5.org/HowToConfigureBuilder for the detail. * add _duplicate() in CopySupport.py. This method is similar to copy and paste, but it preserves workflow history. * add a new target solver CopyAndPropagate.py that updates values according to passed divergence list and propagate them. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jun, 2008 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21931 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21927 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
slice values from the inherited model git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21925 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jun, 2008 4 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21668 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
the ratio was 100%. We want to separate it in two different cases: - ratio is 0 -> the line should not be created. - ratio is not set (ie. None) -> this means that no ratio apply here, it's a simple amount, so ratio default to 100% Move this in the default calculation script so that it's possible to change the behaviour. Add tests for those two cases (price = None and price = 0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21632 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jun, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jun, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21532 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21523 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21510 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2008 2 commits
-
-
Jérome Perrin authored
line with source_annotation_line_reference reference git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
objects. If none of those properties are set, we ignore the subobject. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21432 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jun, 2008 3 commits
-
-
Jérome Perrin authored
Test using an editable line that applies to a non-empty base amount: The values choosed by the user must have priority, even if user entered 0. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21265 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
also explain why we need cell in the model line for editable model line to work git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21264 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21263 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 May, 2008 1 commit
-
-
Jérome Perrin authored
acquired from the hierarchy. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20980 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20134 20353a03-c40f-0410-a6d1-a30d3c3de9de
-