1. 07 Dec, 2007 37 commits
  2. 06 Dec, 2007 3 commits
    • Fabien Morin's avatar
      - change destination, destination is now used to designe the employee : · 95256d9f
      Fabien Morin authored
         the employee is the destination of the social services
      - change variable name base_amount_current_value_dict in base_amount_dict and
        use the share.
      - use the cartesian product instead of lot of for loops. It's more efficient
        and more evolutive in the sense that it could handle new categories without
        modify the source code
      - change the update of the base_participation to use the share in the
        base_amount_dict.
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18102 20353a03-c40f-0410-a6d1-a30d3c3de9de
      95256d9f
    • Fabien Morin's avatar
      inverse share and slice on cell creation to be in the default order, and to not · 884646ef
      Fabien Morin authored
      use reverse() anymore
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18101 20353a03-c40f-0410-a6d1-a30d3c3de9de
      884646ef
    • Fabien Morin's avatar
      lot of changes, incuding : · b64ee894
      Fabien Morin authored
      - rename base_amount_current_value_dict in base_amount_dict
      - change this previous dict to stock values of all tax_category
      - now, Pay Sheet Model Line could use only tax_category (without any slice)
      - add a comment in PaySheetTransaction_getMovementList
      - add uses of cartesian_product witch is more efficient and more evolutive
      - enhance PaySheetTransaction_getYearToDateNetPay script (over_time is not take
      into account in french payroll)
      - add PaySheetTransaction_getYearToDateBaseSalary script
      - add PaySheetTransaction_getYearToDateOvertimeAmount script
      - rename PaySheetTransaction_getYearToDateOverTimeHours in
      PaySheetTransaction_getYearToDateOvertimeHours.xml
      - remove all reverse() : before this commit, there were some reverse() to have  the Matrixbox displayed with slice on the left column and the tax_category on
      the head line. Now it's in the default order, and it's less confused.
      - typo
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18100 20353a03-c40f-0410-a6d1-a30d3c3de9de
      b64ee894