An error occurred fetching the project authors.
- 18 Oct, 2010 2 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@39282 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@39281 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2010 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@34814 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@34653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Mar, 2010 3 commits
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33843 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
an Amount context should _always_ be passed to this method. this fixes TestTransformation.test_01_getAggregatedAmountListSimple git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33831 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
* both Transformation and TransformedResource should support a context passing a multiple quantity. The proper way to do so is to deleguate quantity computation to Transformation Lines, and then to pull the result up to aggregate it in Transformations. * Fix a quirk in TransformationRule that was induced by the wrong behaviour of TransformedResource.getAggregatedAmountList: noone should need to multiply the amounts returned by getAggregatedAmountList, as the method should already include the computed quantities. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33830 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Mar, 2010 1 commit
-
-
Fabien Morin authored
from the resource. We may want to use category defined manually on transformation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33761 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33615 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
When a Transformed Resource is not properly configured, getAggregatedAmountList can raise a KeyError, which will abort transformation interaction activities. It's okay to skip the line, really: it's just misconfigured. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2009 2 commits
-
-
Nicolas Dumazet authored
renderer is the same object in each loop step. It can be created once outside of the loop and reused instead of reinstanciating a new Renderer each time git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31505 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Filter on portal type and store items in correct lists, instead of using two distinct list comprehensions based on the same initial list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31504 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Dec, 2009 4 commits
-
-
Nicolas Dumazet authored
It is not necessary to build the entire list of transformation lines, we can just examine and filter each line, as they are yielded git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31477 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Pile up a list of filters to apply, and filter the transformation_line_list only once, instead of walking the list for each filter. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31475 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Nov, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30608 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Aug, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jun, 2009 2 commits
-
-
Jérome Perrin authored
class does not have to declare implementing the same interface again. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(__implements__ is for zope2 intefaces) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2009 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27518 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jun, 2009 1 commit
-
-
Yusuke Muraoka authored
monkeyPatch - added the interface ITransformation to Transformation and TransformedResource - changed TransformedResource to return a tempDocument of TransformedResouce instead of Amount - changed TransformationRule to use Transformation.getAggeratedAmountList again, because Transformation came to be able to return document which has trade_phase git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 3 commits
-
-
Fabien Morin authored
we prefer to use "is None" and "is not None" instead of "== None" and "!= None" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27274 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 May, 2009 1 commit
-
-
Yusuke Muraoka authored
instead of Supply Chain. - added/changed some features for above modified. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2009 1 commit
-
-
Łukasz Nowak authored
- use this class in Document.Transformation - updated copyrights in Document.Transformation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26646 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26496 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jun, 2008 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22103 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Apr, 2008 1 commit
-
-
Alexandre Boeglin authored
make sure this parameter is not passed twice to resource.getVariationCategoryItemList git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2007 1 commit
-
-
Jérome Perrin authored
from Products.ERP5Type.Utils import asList, keepIn, rejectIn which is no longer exported in Utils git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16396 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jul, 2006 1 commit
-
-
Romain Courteaud authored
different path. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jan, 2006 1 commit
-
-
Romain Courteaud authored
Fix testTransformation (variation was not well defined). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5246 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jan, 2006 1 commit
-
-
Alexandre Boeglin authored
instead of View. (I ran some of the unit tests before comitting, and they reported no error) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Nov, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4319 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Sep, 2005 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3798 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2005 1 commit
-
-
Romain Courteaud authored
calculate only some selected lines. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-