An error occurred fetching the project authors.
  1. 27 Dec, 2011 2 commits
  2. 12 Dec, 2011 1 commit
  3. 16 Nov, 2011 1 commit
  4. 27 Jul, 2011 1 commit
  5. 29 Jun, 2011 2 commits
  6. 21 Jun, 2011 1 commit
  7. 20 Jun, 2011 1 commit
  8. 15 Jun, 2011 2 commits
  9. 09 Jun, 2011 1 commit
  10. 07 Jun, 2011 1 commit
    • Sebastien Robin's avatar
      on movement collections, use list of properties defined in rules · c64d4287
      Sebastien Robin authored
      Until now, we had in movement collections all possible properties
      found by _propertyMap for every movement. Now movement collections
      use list of properties defined in rules.
      
      This change was breaking some tests because not enough properties
      were expanded, so in the same time it is required to add more
      properties to progagate on several rules
      c64d4287
  11. 04 Apr, 2011 1 commit
  12. 22 Mar, 2011 1 commit
  13. 18 Mar, 2011 1 commit
  14. 17 Mar, 2011 1 commit
  15. 16 Mar, 2011 1 commit
  16. 11 Mar, 2011 1 commit
  17. 10 Dec, 2010 1 commit
  18. 09 Dec, 2010 2 commits
  19. 20 Oct, 2010 1 commit
  20. 03 Sep, 2010 1 commit
  21. 18 Aug, 2010 1 commit
  22. 12 Aug, 2010 1 commit
  23. 05 Aug, 2010 1 commit
  24. 03 Aug, 2010 4 commits
  25. 02 Aug, 2010 1 commit
  26. 13 Jul, 2010 2 commits
  27. 12 Jul, 2010 3 commits
  28. 04 Jul, 2010 2 commits
  29. 20 Jun, 2010 1 commit
    • Jean-Paul Smets's avatar
      Business Path has beed splitted in 2 parts. A first part which is only used to... · 21f40032
      Jean-Paul Smets authored
      Business Path has beed splitted in 2 parts. A first part which is only used to control completation of trade phases and build process. A second part which is only used to define arrows, quantity shares and dates on amounts generated by amount generators. The first part is a predicate but no longer a Path (no arrow, no quantity, no delay, etc.). It is thus renamed to Business Link. The second part is a Path since it defines an Arrow, a quantity, a lead time, etc. It is thus renamed to Trade Model Path. 
      It is now time to review in detail all interfaces. In particular those interfaces on Business Link related to time management many no longer be needed since it is simpler to lookup simulation. However, time management must be handled at Business Process level as a helper method for rules which need to calculate dates based on Business Links and/or Trade Model Path.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@36465 20353a03-c40f-0410-a6d1-a30d3c3de9de
      21f40032