1. 18 Jun, 2020 3 commits
    • Jérome Perrin's avatar
      pdm: remove old converted inventory report · aba1d3d2
      Jérome Perrin authored
      This report have been broken for years and does not work in new UI, now
      that stock browser support inventory conversion this report is no longer
      needed.
      aba1d3d2
    • Jérome Perrin's avatar
      pdm: repair converted inventory report dialog · 06d77068
      Jérome Perrin authored
      formulator does not seem to like generator for listfield items
      06d77068
    • Jérome Perrin's avatar
      pdm: repair converted inventory report listbox · ce99e803
      Jérome Perrin authored
      getConvertedInventoryList is deprectated and use mergeResults which
      does not support brain classes, so the brain.node_title was no longer
      correct.
      Use a simpler approach, same as Resource_getInventoryList ("stock
      browser"), ie: getFutureInventoryList to get all future stocks +
      getCurrentInventory and getAvailableInventory for each brain. It's a bit
      less efficient because we now do 2 getInventory for each line instead of
      3 getInventoryList merged, but that should be enough.
      
      Also:
       - use float fields to format numbers properly
       - activate domain tree for site (instead of showing all nodes)
      ce99e803
  2. 16 Jun, 2020 2 commits
  3. 15 Jun, 2020 8 commits
  4. 12 Jun, 2020 5 commits
  5. 11 Jun, 2020 5 commits
  6. 10 Jun, 2020 1 commit
  7. 09 Jun, 2020 14 commits
  8. 08 Jun, 2020 2 commits