An error occurred fetching the project authors.
- 01 Jun, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Apr, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26597 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Apr, 2009 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26530 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26527 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jan, 2009 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Added TypeBasedMethod for getTotalPrice method. This is useful to customize price round procedure, for example. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2009 1 commit
-
-
Jérome Perrin authored
edited after other, not before. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25210 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@25183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Aug, 2008 1 commit
-
-
Jérome Perrin authored
movement.edit(resource=something, variation_category_list=something) is called and edit edit sets variation_category_list before setting resource, variation category list will not be set. So make sure that resource is set before variation_category_list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22873 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jul, 2008 1 commit
-
-
Jérome Perrin authored
Add many tests for asset price git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 May, 2008 1 commit
-
-
Julien Muchembled authored
* resources are described using Measure objects * stock can be queried in any unit * movements perform unit conversion * See following wiki articles: * HowToUseMeasures * TechnicalNotesOnUnitConversion git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21253 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 May, 2008 1 commit
-
-
Jérome Perrin authored
Delivery and Order's getTotalPrice usually sum getTotalPrice for the enclosed movements, so it's better not to return None. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21207 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 May, 2008 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21189 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Add fast parameter in Movement._getTotalPrice (ignored, but here for consistency) Update _getTotalPrice / getTotalPrice on some Movement subclasses to support default argument (default is still 0.0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21188 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 May, 2008 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Apr, 2008 1 commit
-
-
Jérome Perrin authored
getExplanation* will use getExplanationValue, this way movements with a specific behaviour on explanation only have to override getExplanationValue git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Dec, 2007 2 commits
-
-
Jérome Perrin authored
keyword arguments to Movement.getPrice has no effect' will be printed by this line in Base.edit: old_value = self.getProperty(key, evaluate=0) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18139 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18138 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Oct, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Aug, 2007 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Jul, 2007 2 commits
-
-
Yoshinori Okuji authored
Explicitly try to get Movement_getPriceCalculationOperandDict, because Movement is used as a base class. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Add a new method getPriceCalculationPriceDict to obtain more detailed information from price calculation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Feb, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12927 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2007 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12592 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jan, 2007 1 commit
-
-
Romain Courteaud authored
Placeholder method called when indexing a movement. It can be overloaded to generate multiple movements from a single one. It is used for cataloging a movement multiple time in the movement/stock tables. Ex: a movement have multiple destinations. asMovementList returns a list a movement context with different single destination. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
Removed dependency to ancient Core. Left commented class def to remind to create Interfaces to replace ancient Core classes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11848 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Dec, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11703 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Nov, 2006 1 commit
-
-
Romain Courteaud authored
Rules now need to include divergence testers. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2006 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10398 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10385 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Sep, 2006 1 commit
-
-
Jérome Perrin authored
getPrice and getTotalPrice can receive the default argument from getProperty, this commit only makes those methods accept default to be passed as a positional argument. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Sep, 2006 1 commit
-
-
Sebastien Robin authored
give all parameters to _getTotalPrice from getTotalPrice, so the fast parameter will be taken into account git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10128 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Sep, 2006 1 commit
-
-
Romain Courteaud authored
http://erp5.org/Discussion/SimulationRules By Alexandre Boeglin and Rafael Monnerat. Verified by Romain Courteaud. Currently, the rule 18 is not implemented (we don't copy yet order movement's properties to the simulation movement) The behavior of the simulation should not be changed by this commit. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9783 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jul, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8463 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jul, 2006 1 commit
-
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Mar, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6320 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
-
- 20 Mar, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6132 20353a03-c40f-0410-a6d1-a30d3c3de9de
-