An error occurred fetching the project authors.
- 18 Feb, 2016 3 commits
-
-
Arnaud Fontaine authored
This makes more sense as all Tester inherits from EquivalenceTesterMixin, even project-specific EquivalenceTester classes. Also, define getTestedProperty{List,Title}() for compatibility sake as they are still widely used. Followup of: "simulation: improve equivalence testers explanations messages".
-
Sebastien Robin authored
With latest simulation, the explanation given to user when solving a divergence was not good enough : - Property ids were displayed without possibility to display business word (like displaying 'stop_date' instead of 'Delivery Date' - Some message was displayed in the solve divergence dialog whatever was the equivalence tester behind. Therefore, customizations of messages made a equivalence tester level were not displayed to user Therefore, following was done: - in solve divergence dialog, include the message generated by the equivalence tester - use tested_property_title to allow using business words to describe properties having divergence - most equivalence testers are written in a way to evaluate divergence on a single property. To have better UI configuration of such equivalence testers, change tested_property and tested_property_title properties type from "lines" to "string". This required to add some backward compatible code. - use Variation Divergence Tester to show a case of an equivalence tester using different properties. For this, add a property sheet dedicated to multi properties equivalence testers - update propertysheets to allow translating tested_property_title
-
Arnaud Fontaine authored
When RSPL/RPPL Invoice Lines are on the same SIT TML as its corresponding SO/PO IL movements, the sum may be 0 and there is nothing wrong about it. This was implemented in Legacy Simulation.
-
- 16 Oct, 2014 1 commit
-
-
Julien Muchembled authored
-
- 04 Sep, 2014 1 commit
-
-
Gabriel Monnerat authored
-
- 09 Feb, 2012 1 commit
-
-
Sebastien Robin authored
-
- 17 Oct, 2011 1 commit
-
-
Julien Muchembled authored
Checked following occurrences in comments: - "Python 2.[456]" - "Zope 2.[891]" - "BBB" - "BACK" Checked uses of: - email, hashlib, numpy & tarfile (modules) - ImportError - string.Template - suppress_events (parameter of _setObject) Excluded: - some forked modules (MailTemplates, PortalTransforms...) - some i18n compatibility code
-
- 27 Jul, 2011 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 11 May, 2011 1 commit
-
-
Romain Courteaud authored
divergent.
-
- 24 Mar, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
Fix FloatEquivalenceTester. If decimal_alignment was enabled, the tester could compare floats to Decimals, which in Python 2.6 silently returns incorrect results (Decimals and floats always sort the same, no matter their magnitude) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Dec, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Dec, 2010 2 commits
-
-
Julien Muchembled authored
This fixes test_01c_PackingListSplitBuildInvoiceBuild (testLegacyTradeModelLine). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41889 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Oct, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@39543 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Oct, 2010 1 commit
-
-
Arnaud Fontaine authored
be needed to implement constraints in ZODB Property Sheets git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Aug, 2010 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@38015 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Aug, 2010 2 commits
-
-
Jérome Perrin authored
obtained by setting the same values in range_min and range_max git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- resource quantity precision (for quantity on movements) - resource price precision (for price on movements, when price precision is used for that resource) - price currency precision (for price on movement, when not using base unit price) - sections price currency precision (for asset price on accounting transaction lines, and maybe other movements) git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jul, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36946 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Mar, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jan, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31945 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
* tested_property should be 'quantity' * but quantity should be calculated by getNetConvertedQuantity not getQuantity. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31513 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31237 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31226 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31109 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
* no need to care recorded properties in getUpdatablePropertyDict(). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Dec, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31052 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Nov, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30903 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Nov, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30814 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Nov, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30760 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Nov, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30725 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 4 commits
-
-
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
-
Kazuhiko Shiozaki authored
rename test() to testDivergence() in divergence tester, because we aldeary have test() in Predicate class that is a super class of divergence classes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30703 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30690 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Nov, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-