1. 16 May, 2014 2 commits
  2. 15 May, 2014 3 commits
  3. 14 May, 2014 2 commits
    • Julien Muchembled's avatar
      Amount Generator: automatic sort based on application/contribution dependencies [2/2] · 73b325c5
      Julien Muchembled authored
      This implements dependency resolution to sort amount generator lines
      so that a base_amount is never contributed after it was applied.
      
      Before, it was required to sort manually using int_index or float_index, which
      can be difficult for a human when there are many lines spreaded over different
      containers (which are merged by composition). Another problematic case is when
      a set of lines is configured by a user (like discounts & fees) and must all be
      applied before other lines (taxes) that are installed elsewhere by the
      developer: how to reliably make sure the latter have index values that are
      already greater than those entered by the user ?
      
      Setting int_index or float_index is now only useful for lines:
      - with same reference: only the maching one with lowest index is taken
        into account (commit 68ec6bda)
      - applying to intermediate values of some base_amount
        (commit 10be013b...
      73b325c5
    • Julien Muchembled's avatar
      Amount Generator: automatic sort based on application/contribution dependencies [1/2] · dd10a334
      Julien Muchembled authored
      Preliminary commit only to indent a big section of code.
      dd10a334
  4. 13 May, 2014 7 commits
  5. 12 May, 2014 3 commits
  6. 09 May, 2014 2 commits
  7. 07 May, 2014 2 commits
  8. 06 May, 2014 2 commits
  9. 05 May, 2014 1 commit
  10. 01 May, 2014 1 commit
  11. 30 Apr, 2014 13 commits
  12. 29 Apr, 2014 2 commits