An error occurred fetching the project authors.
- 02 Apr, 2010 1 commit
-
-
Yusei Tahara authored
Add precision property to make rounding system compatible with float field. So, decimal exponent property is no longer required. Add a basic test case. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34256 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Nov, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Nov, 2009 2 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Oct, 2009 2 commits
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30021 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
Until now, when using, for example, VAT, you put like this: price=0.196, efficiency=1.0 so the result by getAggregatedAmountList is, if the base is 100: price=0.196, efficiency=1.0, quantity=100 Thus, the total price is 19.6. This works but not compatible with rounding, as, for instance, if we want to round it up to 20, the result is not saved at anywhere. So, from now on, we do like this instead: price=1.0, efficiency=0.196 so the result is: price=1.0, efficiency=0.196, quantity=100, total price=19.6 The total price does not change. When we apply a rounding method, it would result in: price=1.0, efficiency=0.196, quantity=100, total price=20 -- This modification is approved by YO and Yusei. TODO: write some test-cases git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30019 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@28686 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jul, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jul, 2009 1 commit
-
-
Fabien Morin authored
move default_calculation_script_id property from PaySheetModel to TradeCondition. Rename it as calculation_script_id to be consistent with TradeModelLine. Now PaySheetModelLine propertysheet became useless, so remove it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27860 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Jun, 2009 1 commit
-
-
Fabien Morin authored
add a new property create_line used to indicate if we want to create movement corresponding to this model line or not. This is usefull in case of "intermediate lines" : a line we want to participe on some base_amount without being created. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2009 2 commits
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Apr, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26560 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Feb, 2009 1 commit
-
-
Jérome Perrin authored
- NodeBudgetVariation that explicitly lists the possible values one by one, either by selecting them of specifying a script to return this list of values - CategoryBudgetVariation that uses a base category for each one, you specify what will be the "axis" used for getInventory (node, mirror_node, node_category etc) "SectionCategoryBudgetVariation" is therefore useless, it's a CategoryBudgetVariation where the axis is "section_category" Budget Cell, Budget Line and now Budget itself can be variated git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25611 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Jan, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jan, 2007 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11840 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@430 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2002 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2 20353a03-c40f-0410-a6d1-a30d3c3de9de
-