1. 04 Nov, 2020 1 commit
  2. 29 Oct, 2020 5 commits
  3. 28 Oct, 2020 9 commits
  4. 27 Oct, 2020 5 commits
  5. 26 Oct, 2020 2 commits
  6. 22 Oct, 2020 4 commits
  7. 20 Oct, 2020 2 commits
  8. 19 Oct, 2020 7 commits
  9. 15 Oct, 2020 3 commits
  10. 14 Oct, 2020 2 commits
    • Jérome Perrin's avatar
      pdm: show default supply quantity unit on resource · e0528922
      Jérome Perrin authored
      Now that this is supported, make it available also for default sales,
      purchase or internal supply lines directly on resources. Until now,
      this was only available on supply line view.
      e0528922
    • Jérome Perrin's avatar
      pdm: support defining price in another quantity unit · 3b0e01ed
      Jérome Perrin authored
      So far price were always assumed to be defined in the default
      quantity unit of the resource, even though supply lines had a
      quantity unit field, it was ignored. But it can be useful to
      define prices using another quantity unit than the default quantity
      unit of the resource, for example when a resource is purchased
      in kg but managed in m³.
      
      To support such scenario, we adjust the priced quantity unit
      when applying price.
      3b0e01ed