An error occurred fetching the project authors.
- 02 Sep, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28755 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Sep, 2009 4 commits
-
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28713 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28710 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28708 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
move assertion for a precision into the scope of pushReport/popReport, because the precision is set in the scope, and it is disappeared on out of the scope git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Aug, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28674 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Aug, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jul, 2009 1 commit
-
-
Łukasz Nowak authored
- create testTradeModelLine file with mixing and classes to test only Trade Model Lines, move there specific things from testBPMCore - update testPayroll and testMRP to follow this change - create base of TestTradeModelLineMixin and use it in testPayroll - update copyrights in files, do smaller cleanups to avoid code repetition - clean up imports git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jul, 2009 1 commit
-
-
Fabien Morin authored
- Now we use effective model, so we need to define some more properties on model like reference, effective en exiparation date and version - Dynamic date was not good, it's easier to understand and debug with static dates - some date formats were not good - udpate test_modelWithoutDateValidity to check the new behaviour - add some Tic steps after creating the model because effective model are found using catalog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28047 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jul, 2009 1 commit
-
-
Fabien Morin authored
- slices where not defined on resource - since r28012 base_category are sorted, so we need to use the new order to create cells - somes Tic where missing after crate movements on model lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28015 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jul, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jun, 2009 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jun, 2009 5 commits
-
-
Fabien Morin authored
- add new step, move some constant to the mixin - remove unused imports - use business template list from the mixin git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27750 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27731 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
'erp5_invoicing', 'erp5_simplified_invoicing', 'erp5_advanced_invoicing'. So these test-cases requires the erp5_simplified_invoicing business template to work the tests compatibly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27726 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27716 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27713 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jun, 2009 1 commit
-
-
Fabien Morin authored
set source and source_section on the business path. This will be copied on movements if trade_phase from the resource correspond to the one of the business_path git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jun, 2009 3 commits
-
-
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
- 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 1 commit
-
-
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
-