An error occurred fetching the project authors.
  1. 06 Jul, 2012 1 commit
  2. 29 Jun, 2012 1 commit
  3. 12 Jun, 2012 1 commit
  4. 07 Jun, 2012 2 commits
  5. 01 Jun, 2012 1 commit
  6. 31 May, 2012 2 commits
  7. 30 May, 2012 1 commit
  8. 28 May, 2012 2 commits
  9. 25 May, 2012 4 commits
  10. 22 May, 2012 2 commits
    • Łukasz Nowak's avatar
      Delay stopping of delivery. · e6d6ff8d
      Łukasz Nowak authored
      During building Simulation Movement is modified (as delivery category is
      updated) and thus reindexation is being registered.
      
      While building not instance setup packing lists the simulation movement is
      touched while delivery is in confirmed state, so vifib simulation movement
      selection to be expanded works, as after later delivery being started or
      stopped expand is called and movements are updated (eg. confirmed delivery
      simulation movement has no children, but stopped has).
      
      But instance setup is being immediately stopped, so simulation movement is
      acquiring its simulation state from stopped packing lists, and alarm would
      never select it for reexpanding.
      
      By stopping delivery *after* movement is reindexed its simulation state is
      desynchronised and alarm is capable to select such movement.
      e6d6ff8d
    • Romain Courteaud's avatar
      Migrate software instance bang · 87cee04f
      Romain Courteaud authored
      87cee04f
  11. 15 May, 2012 6 commits
  12. 11 May, 2012 4 commits
  13. 26 Apr, 2012 1 commit
    • Łukasz Nowak's avatar
      Implement token generation. · 0786e092
      Łukasz Nowak authored
      Provide request-access-token web section, with forced authorisation (see:
      454f340583055d59ba3385786d16a851636e45c4 in erp5 repository) which allow to
      grant or deny token which arrived from remote web site.
      
      Depend on erp5_bearer_token in order to reuse common logic.
      0786e092
  14. 25 Apr, 2012 1 commit
  15. 18 Apr, 2012 1 commit
  16. 17 Apr, 2012 3 commits
  17. 16 Apr, 2012 1 commit
  18. 12 Apr, 2012 1 commit
  19. 11 Apr, 2012 3 commits
  20. 10 Apr, 2012 2 commits
    • Łukasz Nowak's avatar
      Pick up also all confirmed invoices. · 72f5e18e
      Łukasz Nowak authored
      They are shortly in confirmed state, and in this case expand is required even
      if state of invoice line matches catalogged state of simulation movement.
      72f5e18e
    • Łukasz Nowak's avatar
      Allow to use transaction locking. · 34e5c497
      Łukasz Nowak authored
      DeliveryLine_updateAppliedRule shall not be called in same transaction many times, as there is no transaction safe locking implemented in this method.
      34e5c497