1. 29 Sep, 2017 1 commit
    • Boxiang Sun's avatar
      erp5_officejs_support_request_ui: Restore button fixing. · 5f8457eb
      Boxiang Sun authored
      Solved issues:
      - Restore button didn't work after change listbox.changeState to listbox.render.
      - Restore button should restore the listbox to page zero.
      - Restore button should be enabled when to refresh the page with expected parameters.
      5f8457eb
  2. 28 Sep, 2017 10 commits
  3. 27 Sep, 2017 13 commits
  4. 26 Sep, 2017 8 commits
  5. 25 Sep, 2017 4 commits
    • Vincent Bechu's avatar
      [erp5_web_renderjs_ui] Release Jio Version 3.22.1 · c2daeddf
      Vincent Bechu authored
      /reviewed-on !408
      c2daeddf
    • Vincent Pelletier's avatar
      erp5_accounting: Remove table name from selected column aliases. · 3be8d312
      Vincent Pelletier authored
      This reverts commit 206fa603 (which was
      itself a revert commit), re-applying the change now that surrounding
      code is ready for it.
      3be8d312
    • Vincent Pelletier's avatar
      ZSQLCatalog: Also render ignored columns · e4aa5476
      Vincent Pelletier authored
      Ignored columns are produced when aliasing a column. For example,
      aliasing "catalog.reference" as "reference".
      Before this change, this would cause conditions on "reference" to be
      rendered non-mapped, which can cause SQL execution issues when there is
      more than one "reference" column available (catalog.reference and its
      alias counting as only one), which is the case when
      catalog-category-catalog joins happen.
      
      Instead, render all columns which could be mapped, independently from
      their "ignored" status.
      
      Also, use a different local variable for table aliases than for column
      aliases.
      Also, use more "return" statements, and simplify conditional structure.
      e4aa5476
    • Vincent Pelletier's avatar
      SimulationTool: Remove input/output perimeter definition. · 8b6865ae
      Vincent Pelletier authored
      As per Jérome, who implemented the test, it was written to test the
      current state rather than testing the desired outcome. And it makes
      little sense to have (and test for) 100 being present in both debit and
      credit columns ("normal" lines), and 0 to be present in the stat line.
      
      Update test to check for a more consistent outcome.
      Acked-by: Jérome Perrin's avatarJérome Perrin <jerome@nexedi.com>
      8b6865ae
  6. 22 Sep, 2017 4 commits