Home / Event / INED2020 ver 078 Legea 136, CM

INED2020 ver 078 Legea 136, CM

Posted on
Sep
21

22_09_20 08:00 ver 078
Fără reindexare față de versiunea anterioară.

Salarii, CM începând cu iulie 2020, eventual modificări / corecții după schema:

Cod_indemn DataCM Cod_Contag
05 >=21_07_2020 35 ——- zile uni=0, proc uni=0, proc fnuass=100
07 >=21_07_2020 ——- zile uni=0, proc fnuass= 100

Secvența din program care ajustează procentele și/sau numărul de zile unitate

DO CASE

CASE INLIST(manev.cod_indemn,’07’)
IF DTOS(manev.dataCM)>=’20200721′
REPLACE manev.procFNUASS WITH 100
ENDIF

CASE INLIST(manev.cod_indemn,’05’)
IF DTOS(manev.dataCM)>=’20200721′ AND INLIST(manev.COD_Contag,’35’)
REPLACE manev.zi_uni WITH 0
REPLACE manev.procuni WITH 0
REPLACE manev.procFNUASS WITH 100
ENDIF

ENDCASE

Modificari automate pot apare cand parasim campurile COD_Contag, cod_indemn, dataCM

Câmpurile cu procentele sunt acum accesibile pentru corecții.
Despre cod_indemn=07 scrie în Legea 136 din 18 iulie 2020.

Top