An error occurred fetching the project authors.
- 17 Jun, 2008 3 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
refactoring, so for now we keep on with base_amount on pay sheet movement, but for the base_contribution instead of the base_application. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21660 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
-
- 09 Jun, 2008 3 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
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21436 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
-
- 19 May, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21015 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Mar, 2008 1 commit
-
-
Jérome Perrin authored
getReferenceDict results in getInheritedObjectValueList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20137 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2008 2 commits
-
-
Jérome Perrin authored
drop get_none_reference parameter, it does not seem to be needed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20120 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jan, 2008 2 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18595 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Dec, 2007 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Dec, 2007 1 commit
-
-
Fabien Morin authored
- remove commented code - modify getInheritanceModelReferenceDict method to use a Breadth First Search instead of Depth First Search witch is very more appropiate in this case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Dec, 2007 4 commits
-
-
Fabien Morin authored
- change the method who get annotation/ratio line from a reference to search first on the paysheet before on the dependencies model tree - remove some logs git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
a list of all subobjects from the herited model - rename getReferenceList in getReferenceDict, and now, this method return reference and id (dict) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
PaySheetTransaction class because object are copied into the paysheet, not in the model git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Dec, 2007 2 commits
-
-
Fabien Morin authored
- add cell categories of the Pay Sheet Cell on the Pay Sheet Line (it's much more easyer to access it (from the OOoTemplate) on the Pay Sheet Line rather than on the Cell) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
That's more simple and in this way, it's make possible the caclulation script to return other things than quantity and price (categories for example). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18292 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Dec, 2007 1 commit
-
-
Fabien Morin authored
- remove script_id from updateCellRange() calling because it was not usefull and makes log warnings - add getEditableModelLineAsDict and getNotEditableModelLineAsDict function -> getNotEditableModelLineAsDict is not yet used but it's written if there is some needs in the future... - change createNotEditablePaySheetLineList main function in createPaySheetLineList. Now, there is just one function that can handle all type cases (editable or not). There is a new parameter : batch_mode that permit to generate Pay Sheet Lines without fill in the Editable Model Lines (default vaules are take). - remove model_slice_min and model_slice_max values from calculationScript parameters because they could be get on the cell - add comments - remove some parts that are now unused - typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18258 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2007 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18168 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Dec, 2007 1 commit
-
-
Fabien Morin authored
the employee is the destination of the social services - change variable name base_amount_current_value_dict in base_amount_dict and use the share. - use the cartesian product instead of lot of for loops. It's more efficient and more evolutive in the sense that it could handle new categories without modify the source code - change the update of the base_participation to use the share in the base_amount_dict. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Nov, 2007 1 commit
-
-
Fabien Morin authored
- revrite createEditablePaySheetLineList function git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17911 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Nov, 2007 4 commits
-
-
Fabien Morin authored
cell git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17838 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
slice. - remove an if condition wich was a mistake git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17825 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17821 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Nov, 2007 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17781 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Nov, 2007 1 commit
-
-
Fabien Morin authored
(remove the tax_category key because the base_amount is the same for all the tax_category). - change base_amount_table name in base_amount_current_value_dict wich is a litle more clear git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17767 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Nov, 2007 2 commits
-
-
Fabien Morin authored
dict instead of the hard-to-understand previous method and list of lists - change parameters passed to the model_line script and remove parts that are now in this script git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17754 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* the model line script * the model default script * the bt default script - change PaySheetTransaction_addEndLine script name in PaySheetTransaction_postCalculation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17740 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Nov, 2007 2 commits
-
-
Fabien Morin authored
- use a localised script to do post calculation (add lines requiered by accouning lines) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17733 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
modify calculation method to be more simple and to permit to handle case with a first slice with non 0 min value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17722 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Nov, 2007 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17702 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Nov, 2007 4 commits
-
-
Fabien Morin authored
the Pay Sheet Model Lines int_index. int_index have been added in the Pay Sheet Line in order to be displayed in a particular order on the paysheet. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
only with it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17674 20353a03-c40f-0410-a6d1-a30d3c3de9de
-