1. 12 Dec, 2007 4 commits
    • Fabien Morin's avatar
      - remove editable columns of PaySheetTransaction_view listbox because they were · 7d45a824
      Fabien Morin authored
      not used
      - in the PaySheetTransaction_viewPreview listbox, use a script to return the
      editable columns, that's permit to have dinamic columns depending on the
      tax_category's used.
      - in PaySheetTransaction_createAllPaySheetLineList we now use just one method
      to generate all Pay Sheet Lines : createPaySheetLineList.
      - enhance PaySheetTransaction_defaultCalculationScript to now get
      model_slice_min/max values from the cell
      - improve PaySheetTransaction_getEditableObjectLineList script
      - change PaySheetTransaction_getListBoxColumnList method to be able to return
      editable column list
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18261 20353a03-c40f-0410-a6d1-a30d3c3de9de
      7d45a824
    • Yusei Tahara's avatar
      Move km specific script from erp5_dms to erp5_km. · 2053492d
      Yusei Tahara authored
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18260 20353a03-c40f-0410-a6d1-a30d3c3de9de
      2053492d
    • Fabien Morin's avatar
      lot of changes, including : · d0468102
      Fabien Morin authored
      - remove script_id from updateCellRange() calling because it was not usefull
        and makes log warnings
      - add getEditableModelLineAsDict and getNotEditableModelLineAsDict function
        -> getNotEditableModelLineAsDict is not yet used but it's written if there is
        some needs in the future...
      - change createNotEditablePaySheetLineList main function in
        createPaySheetLineList. Now, there is just one function that can handle all
        type cases (editable or not). There is a new parameter : batch_mode that
        permit to generate Pay Sheet Lines without fill in the Editable Model Lines
        (default vaules are take).
      - remove model_slice_min and model_slice_max values from calculationScript
        parameters because they could be get on the cell
      - add comments
      - remove some parts that are now unused
      - typo
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18258 20353a03-c40f-0410-a6d1-a30d3c3de9de
      d0468102
    • Jérome Perrin's avatar
      cleanup unused imports · 0eb92e2e
      Jérome Perrin authored
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18257 20353a03-c40f-0410-a6d1-a30d3c3de9de
      0eb92e2e
  2. 11 Dec, 2007 35 commits
  3. 10 Dec, 2007 1 commit