- 08 Jun, 2009 38 commits
-
-
Fabien Morin authored
now model lines can be in the Paysheet. So model is not necessary the parent, it could be the specialise value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove my_social_insurance_annotation_line_source_title field from views because it's defined on Business Process now. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27438 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- add two new files git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27437 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27435 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- remove the field editable from the listbox because this property has been removed. Add create_paysheet_line checkbox, that permit to define if the line is normal line or intermediate one (create it or not) - make possible to specialise a business process - remove the field my_social_insurance_annotation_line_source_title because now this is defined on the business process git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27434 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- change descriptions : 'movement' term was not correct here, they are not movements but cells - add quantity and price on Model Line - add Trade Phase on Model Line - remove editable checkbox on model line. This is useless since we can add model lines in the paysheet. Editable lines will be the model lines in the paysheet. - remove my_source_annotation_line_reference and my_source_title. This is now defined on the business process git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27432 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27429 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27428 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27427 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- as reference is used to differentiate produced movements it is no needed to create unique resources for model lines git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27425 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
remove PaySheetModelLine_asPredicate script because it contains only "return context", and it's exactly what Predicate.asPredicate() returned if no script are found. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27424 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- make possible to add Pay Sheet Model Line in Pay Sheet Transaction (this could be used to overload a line from the model tree) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27422 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- change groups on Pay Sheet Model Line portal_type, now the only group is transformation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27421 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- set reference for model lines, as this is used in shadowing models contained in specialised chain of objects git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27420 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- use accessor instead of getProperty for fetching reference on generated movement git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27419 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27418 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27417 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27416 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- reuse more code from TradeCondition - add getAggregatedAmountList method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- Add newCellContent method to be able to use Pay Sheet Model Cell in Pay Sheet Model Line - add Reference propertysheet - add edited_property_list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27414 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Add applyTransformation method wich call the delivery builder to create all the paysheet lines using movements returned by updateAggregatedAmountList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27413 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
inheritate from Predicate. This permit to have the test method on TradeModelLine (used in getAggregatedAmountList) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27412 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27411 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
add resource on lines because we decide to use resource has key to compare and know if movement produced by getAggregatedAmountList shall be updated or not git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27410 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
getAggregatedAmountList shall be updated or not - add create_line property - get quantity on previously generated movements only if there is variation_category_list on model line and if the quantity is not defined - if there is slices define on the model_line change the quantity according to this slices git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27409 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27408 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27407 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27406 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
instead of a supply chain - added a test for TransformationSourcingRule git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27401 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27400 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27399 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Jun, 2009 2 commits
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27398 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27397 20353a03-c40f-0410-a6d1-a30d3c3de9de
-