NexusERP

Situație salarială lunară — Pro

Luni complete → formații → contracte → sporuri, premii și rețineri; brut, net și repartizări de plată din Nexus.

Lună salarială → formație → persoană/contract → sporuri, premii și rețineri. Perioada de la deschidere selectează lunile intersectate, iar fiecare lună se arată COMPLETĂ, fără proratarea salariului la zilele filtrului. Alege un interval care include ultima lună calculată în Nexus. Cardurile prezintă brut/net calculat și numărul contractelor; Detaliile includ CAS, CASS, impozit, deduceri, avans, sporuri, premii, tichete ca NUMĂR, ore/zile din calcul și repartizarea restului numerar/card. Sumele vin direct din salarii_view; Cifru nu recalculează salarii. Cheia este luna + contractul, nu doar persoana. Formațiile folosesc identificatorii nativi, nu nume. Reținerile arată efectul semnat: o valoare negativă micșorează suma, nu este transformată cu ABS. Netul calculat și restul repartizat pentru card nu dovedesc decontarea în bancă. Nu se afirmă starea final/validat din flaguri cu semnificație neconfirmată. Nu este fluturaș salarial emis sau sfat fiscal. Nu citește CNP, IBAN, acte, adrese, dosare de executare sau explicații medicale. Acces numai cu drepturile sursei utilizatorului. Live, copii la cerere, maximum 20.000 contracte per formație, 5.000 componente per contract; totalurile sunt calculate pe sursă, independent de plafonul rândurilor. Capturi exclusiv DEMO. Necesită Pro și iOS 336 / Android 284 sau mai nou. Manuale: https://www.docs.nexuserp.ro/articol/campuri-salarii/3956 ; https://www.docs.nexuserp.ro/articol/generarea-fisierelor-pentru-banca-pentru-plata-drepturilor-salariale/5230 .

What this package creates

1 Home5 Details6 lists1 sources to map
  • Home: Luni salariale
  • Details: Formațiile lunii
  • Details: Persoanele formației
  • Details: Sporuri calculate
  • Details: Premii în calcul
  • Details: Rețineri — efect semnat
  • Sub-button: Formații în luna salarială
  • Sub-button: Persoane și contracte — calcul lunar
  • Sub-button: Sporuri calculate
  • Sub-button: Premii în calcul
  • Sub-button: Rețineri — efect semnat

Sources are mapped locally and verified before applying.

Custom queriesPRO6 SQL

Custom queries are a PRO feature. Cifru repeats read-only validation against the local source before execution.

Statically verified read-only$.components.workspaceSelection.datasets.0.sqlQuery
SELECT s.anluna AS row_id,s.anluna AS payroll_month,
 CONCAT(LEFT(s.anluna,4),'-',RIGHT(s.anluna,2)) AS luna,COUNT_BIG(*) AS contracte,SUM(s.tdbc) AS venit_brut,SUM(s.sal_net) AS salariu_net,
 SUM(s.penssup) AS cas,SUM(s.cass_tdb) AS cass,SUM(s.impozit) AS impozit,SUM(s.totretp) AS retineri,
 SUM(s.restpl) AS rest_numerar,SUM(s.suma_card) AS rest_card,
 N'Lună salarială completă, situație înregistrată în Nexus. Net calculat și repartizare de plată, nu confirmare bancară a achitării.' AS explicatie,CAST(:period_from AS date) AS period_date,
    CONVERT(varchar(10),CAST(:period_from AS date),23) AS period_from,
    CONVERT(varchar(10),CAST(:period_until AS date),23) AS period_until,
    CAST(:period_from AS date) AS data_de_la,
    DATEADD(day,-1,CAST(:period_until AS date)) AS data_pana_la
FROM dbo.salarii_view s
WHERE s.anluna>=CONVERT(char(6),CAST(:period_from AS date),112)
 AND s.anluna<=CONVERT(char(6),DATEADD(day,-1,CAST(:period_until AS date)),112)
GROUP BY s.anluna

static read-only checks passed

Statically verified read-only$.components.workspaceSelection.datasets.1.sqlQuery
SELECT CONCAT(s.anluna,'|',CONCAT('P',COALESCE(CONVERT(varchar(20),s.pl_form),'NULL'),'/I',COALESCE(CONVERT(varchar(40),s.id_form),'NULL'))) AS row_id,
 s.anluna AS payroll_month,CONCAT('P',COALESCE(CONVERT(varchar(20),s.pl_form),'NULL'),'/I',COALESCE(CONVERT(varchar(40),s.id_form),'NULL')) AS team_key,
 COALESCE(NULLIF(MAX(RTRIM(s.nume_form)),''),N'Formație neatribuită') AS formatia,COUNT_BIG(*) AS contracte,SUM(s.tdbc) AS venit_brut,SUM(s.sal_net) AS salariu_net,
 SUM(s.penssup) AS cas,SUM(s.cass_tdb) AS cass,SUM(s.impozit) AS impozit,SUM(s.totretp) AS retineri,
 SUM(s.restpl) AS rest_numerar,SUM(s.suma_card) AS rest_card,
 N'Lună salarială completă, situație înregistrată în Nexus. Net calculat și repartizare de plată, nu confirmare bancară a achitării.' AS explicatie
FROM dbo.salarii_view s WHERE s.anluna=:payroll_month GROUP BY s.anluna,s.pl_form,s.id_form

static read-only checks passed

Statically verified read-only$.components.workspaceSelection.datasets.2.sqlQuery
SELECT CONCAT(s.anluna,':',s.pl_cm,':',s.id_cm) AS row_id,
 s.anluna AS payroll_month,CONCAT('P',COALESCE(CONVERT(varchar(20),s.pl_form),'NULL'),'/I',COALESCE(CONVERT(varchar(40),s.id_form),'NULL')) AS team_key,s.pl_cm AS contract_pl,s.id_cm AS contract_id,
 s.nume_pers,s.nr_contract,s.nume_form,s.nume_locm,s.nume_mes,s.tdbc,s.sal_net,s.penssup,s.cass_tdb,s.impozit,s.totretp,s.restpl,s.suma_card,s.avans,s.tot_sporuri,s.premii,s.premii_v,s.premii_s,s.premii_extra,s.ded_baza,s.ded_supl,s.ded_supl_b,s.ded_alte,s.nr_tic,s.ore_lcr,s.zz_lcr,s.co,s.conodhpl,
 N'Sume calculate de Nexus pentru contract și luna selectată. Restul repartizat pe card nu certifică plata bancară.' AS explicatie
FROM dbo.salarii_view s WHERE s.anluna=:payroll_month AND CONCAT('P',COALESCE(CONVERT(varchar(20),s.pl_form),'NULL'),'/I',COALESCE(CONVERT(varchar(40),s.id_form),'NULL'))=:team_key

static read-only checks passed

Statically verified read-only$.components.workspaceSelection.datasets.3.sqlQuery
SELECT CONCAT(x.anluna,':',x.pct_lcr,':',x.id) AS row_id,CONCAT(x.anluna,':',x.pl_cm,':',x.id_cm) AS salary_key,x.spor,x.ore,x.procent,x.valoare FROM dbo.blc_linii_view x WHERE x.anluna=:payroll_month AND x.pl_cm=:contract_pl AND x.id_cm=:contract_id

static read-only checks passed

Statically verified read-only$.components.workspaceSelection.datasets.4.sqlQuery
SELECT CONCAT(x.anluna,':',x.pct_lcr,':',x.id) AS row_id,CONCAT(x.anluna,':',x.pl_cm,':',x.id_cm) AS salary_key,x.den_prm,x.t_premii,x.t_premiipl,x.t_cas,x.t_cass,x.t_impozit FROM dbo.premii_view x WHERE x.anluna=:payroll_month AND x.pl_cm=:contract_pl AND x.id_cm=:contract_id

static read-only checks passed

Statically verified read-only$.components.workspaceSelection.datasets.5.sqlQuery
SELECT CONCAT(x.anluna,':',x.pct_lcr,':',x.id) AS row_id,CONCAT(x.anluna,':',x.pl_cm,':',x.id_cm) AS salary_key,x.retinere,x.sir_sgn,x.r_av_sgn,x.r_lic_sgn,x.sfr_sgn FROM dbo.retineri_view x WHERE x.anluna=:payroll_month AND x.pl_cm=:contract_pl AND x.id_cm=:contract_id

static read-only checks passed

View the JSON being importedcollapsed by default

The exact portable content of this version.

{
    "components": {
        "sourceSlots": [
            {
                "displayName": "NexusERP SQL Server",
                "id": "4D2CC785-2F1D-50FC-8854-52F5194CE54E",
                "kind": "sqlServer",
                "requiredObjects": [
                    "dbo.salarii_view",
                    "dbo.blc_linii_view",
                    "dbo.premii_view",
                    "dbo.retineri_view"
                ],
                "requiresCustomSQL": true
            }
        ],
        "workspaceSelection": {
            "commonFields": [],
            "datasets": [
                {
                    "cacheMode": "live",
                    "calculatedFields": [],
                    "customQueryIntegrationName": "NexusERP",
                    "endpointPath": "",
                    "fetchSortRules": [
                        {
                            "direction": "descending",
                            "id": "FB399D04-FBE9-5AF6-B781-82A1B1F28B57",
                            "key": "luna",
                            "type": "text"
                        }
                    ],
                    "id": "020DFAD2-4574-51EA-A1E1-A949C1A47F7C",
                    "mappings": [
                        {
                            "commonFieldKey": "",
                            "key": "row_id",
                            "label": "row_id",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "row_id",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "payroll_month",
                            "label": "payroll_month",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "payroll_month",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "luna",
                            "label": "Lună salarială",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "luna",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "contracte",
                            "label": "Contracte în calcul",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "contracte",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "venit_brut",
                            "label": "Venit brut calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "venit_brut",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "salariu_net",
                            "label": "Salariu net calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "salariu_net",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "cas",
                            "label": "CAS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "cas",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "cass",
                            "label": "CASS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "cass",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "impozit",
                            "label": "Impozit",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "impozit",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "retineri",
                            "label": "Rețineri personale",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "retineri",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "rest_numerar",
                            "label": "Rest repartizat numerar",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "rest_numerar",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "rest_card",
                            "label": "Rest repartizat card",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "rest_card",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "explicatie",
                            "label": "Acoperirea situației",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "explicatie",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "period_date",
                            "label": "period_date",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "period_date",
                            "type": "date",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "period_from",
                            "label": "period_from",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "period_from",
                            "type": "date",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "period_until",
                            "label": "period_until",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "period_until",
                            "type": "date",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "data_de_la",
                            "label": "Interval ales — de la",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "data_de_la",
                            "type": "date",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "data_pana_la",
                            "label": "Până la",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "data_pana_la",
                            "type": "date",
                            "visibleInDetail": true,
                            "visibleInList": false
                        }
                    ],
                    "maxRows": 240,
                    "name": "Luni salariale",
                    "primaryKey": "row_id",
                    "queryParameters": [
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "period_date",
                            "id": "DA4A4116-879A-5473-B162-A1DFD9542E6B",
                            "name": "period_from",
                            "source": "openingPeriodStart",
                            "type": "date"
                        },
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "period_date",
                            "id": "0ECCDCBD-FD20-5F4C-B7FD-16D9D8E1AA8C",
                            "name": "period_until",
                            "source": "openingPeriodEndExclusive",
                            "type": "date"
                        }
                    ],
                    "refreshPolicy": {
                        "enabled": false,
                        "intervalMinutes": 60
                    },
                    "rootArrayPath": "",
                    "rowLimitEnabled": true,
                    "searchKeys": [
                        "luna",
                        "contracte",
                        "venit_brut",
                        "salariu_net",
                        "cas",
                        "cass",
                        "impozit",
                        "retineri",
                        "rest_numerar",
                        "rest_card",
                        "explicatie",
                        "data_de_la",
                        "data_pana_la"
                    ],
                    "sourceID": "4D2CC785-2F1D-50FC-8854-52F5194CE54E",
                    "sqlQuery": "SELECT s.anluna AS row_id,s.anluna AS payroll_month,\n CONCAT(LEFT(s.anluna,4),'-',RIGHT(s.anluna,2)) AS luna,COUNT_BIG(*) AS contracte,SUM(s.tdbc) AS venit_brut,SUM(s.sal_net) AS salariu_net,\n SUM(s.penssup) AS cas,SUM(s.cass_tdb) AS cass,SUM(s.impozit) AS impozit,SUM(s.totretp) AS retineri,\n SUM(s.restpl) AS rest_numerar,SUM(s.suma_card) AS rest_card,\n N'Lună salarială completă, situație înregistrată în Nexus. Net calculat și repartizare de plată, nu confirmare bancară a achitării.' AS explicatie,CAST(:period_from AS date) AS period_date,\n    CONVERT(varchar(10),CAST(:period_from AS date),23) AS period_from,\n    CONVERT(varchar(10),CAST(:period_until AS date),23) AS period_until,\n    CAST(:period_from AS date) AS data_de_la,\n    DATEADD(day,-1,CAST(:period_until AS date)) AS data_pana_la\nFROM dbo.salarii_view s\nWHERE s.anluna>=CONVERT(char(6),CAST(:period_from AS date),112)\n AND s.anluna<=CONVERT(char(6),DATEADD(day,-1,CAST(:period_until AS date)),112)\nGROUP BY s.anluna",
                    "tableName": ""
                },
                {
                    "cacheMode": "live",
                    "calculatedFields": [],
                    "customQueryIntegrationName": "NexusERP",
                    "endpointPath": "",
                    "fetchSortRules": [
                        {
                            "direction": "ascending",
                            "id": "722FE31B-7C4D-5AD7-8B5F-86AD58A569D6",
                            "key": "formatia",
                            "type": "text"
                        },
                        {
                            "direction": "ascending",
                            "id": "A3C766ED-F630-572E-9A1A-F32A4B99ACA4",
                            "key": "row_id",
                            "type": "text"
                        }
                    ],
                    "id": "12730EC6-A1CA-5863-87AD-B12E55B8624B",
                    "mappings": [
                        {
                            "commonFieldKey": "",
                            "key": "row_id",
                            "label": "row_id",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "row_id",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "payroll_month",
                            "label": "payroll_month",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "payroll_month",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "team_key",
                            "label": "team_key",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "team_key",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "formatia",
                            "label": "Formație",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "formatia",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "contracte",
                            "label": "Contracte în calcul",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "contracte",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "venit_brut",
                            "label": "Venit brut calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "venit_brut",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "salariu_net",
                            "label": "Salariu net calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "salariu_net",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "cas",
                            "label": "CAS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "cas",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "cass",
                            "label": "CASS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "cass",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "impozit",
                            "label": "Impozit",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "impozit",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "retineri",
                            "label": "Rețineri personale",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "retineri",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "rest_numerar",
                            "label": "Rest repartizat numerar",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "rest_numerar",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "rest_card",
                            "label": "Rest repartizat card",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "rest_card",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "explicatie",
                            "label": "Acoperirea situației",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "explicatie",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        }
                    ],
                    "maxRows": 5000,
                    "name": "Formații în luna salarială",
                    "primaryKey": "row_id",
                    "queryParameters": [
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "payroll_month",
                            "id": "69E461A7-41B3-51F7-9D69-309B88D90FF5",
                            "name": "payroll_month",
                            "source": "parentField",
                            "type": "text"
                        }
                    ],
                    "refreshPolicy": {
                        "enabled": false,
                        "intervalMinutes": 60
                    },
                    "rootArrayPath": "",
                    "rowLimitEnabled": true,
                    "searchKeys": [
                        "formatia",
                        "contracte",
                        "venit_brut",
                        "salariu_net",
                        "cas",
                        "cass",
                        "impozit",
                        "retineri",
                        "rest_numerar",
                        "rest_card",
                        "explicatie"
                    ],
                    "sourceID": "4D2CC785-2F1D-50FC-8854-52F5194CE54E",
                    "sqlQuery": "SELECT CONCAT(s.anluna,'|',CONCAT('P',COALESCE(CONVERT(varchar(20),s.pl_form),'NULL'),'/I',COALESCE(CONVERT(varchar(40),s.id_form),'NULL'))) AS row_id,\n s.anluna AS payroll_month,CONCAT('P',COALESCE(CONVERT(varchar(20),s.pl_form),'NULL'),'/I',COALESCE(CONVERT(varchar(40),s.id_form),'NULL')) AS team_key,\n COALESCE(NULLIF(MAX(RTRIM(s.nume_form)),''),N'Formație neatribuită') AS formatia,COUNT_BIG(*) AS contracte,SUM(s.tdbc) AS venit_brut,SUM(s.sal_net) AS salariu_net,\n SUM(s.penssup) AS cas,SUM(s.cass_tdb) AS cass,SUM(s.impozit) AS impozit,SUM(s.totretp) AS retineri,\n SUM(s.restpl) AS rest_numerar,SUM(s.suma_card) AS rest_card,\n N'Lună salarială completă, situație înregistrată în Nexus. Net calculat și repartizare de plată, nu confirmare bancară a achitării.' AS explicatie\nFROM dbo.salarii_view s WHERE s.anluna=:payroll_month GROUP BY s.anluna,s.pl_form,s.id_form",
                    "tableName": ""
                },
                {
                    "cacheMode": "live",
                    "calculatedFields": [],
                    "customQueryIntegrationName": "NexusERP",
                    "endpointPath": "",
                    "fetchSortRules": [
                        {
                            "direction": "ascending",
                            "id": "1AFB6575-E989-5E8B-837F-1AFB6530EDA1",
                            "key": "nume_pers",
                            "type": "text"
                        },
                        {
                            "direction": "ascending",
                            "id": "A3C766ED-F630-572E-9A1A-F32A4B99ACA4",
                            "key": "row_id",
                            "type": "text"
                        }
                    ],
                    "id": "55F10FB9-6BA2-5B7C-9D52-24D72A4B3824",
                    "mappings": [
                        {
                            "commonFieldKey": "",
                            "key": "row_id",
                            "label": "row_id",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "row_id",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "payroll_month",
                            "label": "payroll_month",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "payroll_month",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "team_key",
                            "label": "team_key",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "team_key",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "contract_pl",
                            "label": "contract_pl",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "contract_pl",
                            "type": "number",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "contract_id",
                            "label": "contract_id",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "contract_id",
                            "type": "number",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "nume_pers",
                            "label": "Persoană",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "nume_pers",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "nr_contract",
                            "label": "Contract",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "nr_contract",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "nume_form",
                            "label": "Formație",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "nume_form",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "nume_locm",
                            "label": "Loc de muncă",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "nume_locm",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "nume_mes",
                            "label": "Funcție / meserie",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "nume_mes",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "tdbc",
                            "label": "Venit brut calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "tdbc",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "sal_net",
                            "label": "Salariu net calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "sal_net",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "penssup",
                            "label": "CAS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "penssup",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "cass_tdb",
                            "label": "CASS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "cass_tdb",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "impozit",
                            "label": "Impozit pe venit",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "impozit",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "totretp",
                            "label": "Rețineri personale",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "totretp",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "restpl",
                            "label": "Rest repartizat numerar",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "restpl",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "suma_card",
                            "label": "Rest repartizat card",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "suma_card",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "avans",
                            "label": "Avans înregistrat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "avans",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "tot_sporuri",
                            "label": "Sporuri calculate",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "tot_sporuri",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "premii",
                            "label": "Premii normale",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "premii",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "premii_v",
                            "label": "Premii de vacanță",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "premii_v",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "premii_s",
                            "label": "Premii stimulent",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "premii_s",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "premii_extra",
                            "label": "Premii extrasalarii",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "premii_extra",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "ded_baza",
                            "label": "Deducere de bază",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "ded_baza",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "ded_supl",
                            "label": "Deducere suplimentară — 26 ani",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "ded_supl",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "ded_supl_b",
                            "label": "Deducere suplimentară — copii la școală",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "ded_supl_b",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "ded_alte",
                            "label": "Alte deduceri",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "ded_alte",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "nr_tic",
                            "label": "Tichete — număr, nu valoare",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "nr_tic",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "ore_lcr",
                            "label": "Ore din calculul salarial",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "ore_lcr",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "zz_lcr",
                            "label": "Zile din calculul salarial",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "zz_lcr",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "co",
                            "label": "Concediu odihnă — sumă calculată",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "co",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "conodhpl",
                            "label": "Concediu odihnă — plătit înregistrat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "conodhpl",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "explicatie",
                            "label": "Interpretare",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "explicatie",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": false
                        }
                    ],
                    "maxRows": 20000,
                    "name": "Persoane și contracte — calcul lunar",
                    "primaryKey": "row_id",
                    "queryParameters": [
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "payroll_month",
                            "id": "69E461A7-41B3-51F7-9D69-309B88D90FF5",
                            "name": "payroll_month",
                            "source": "parentField",
                            "type": "text"
                        },
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "team_key",
                            "id": "873CE600-0618-5246-8BEF-8286E3D96FBF",
                            "name": "team_key",
                            "source": "parentField",
                            "type": "text"
                        }
                    ],
                    "refreshPolicy": {
                        "enabled": false,
                        "intervalMinutes": 60
                    },
                    "rootArrayPath": "",
                    "rowLimitEnabled": true,
                    "searchKeys": [
                        "nume_pers",
                        "nr_contract",
                        "nume_form",
                        "nume_locm",
                        "nume_mes",
                        "tdbc",
                        "sal_net",
                        "penssup",
                        "cass_tdb",
                        "impozit",
                        "totretp",
                        "restpl",
                        "suma_card",
                        "avans",
                        "tot_sporuri",
                        "premii",
                        "premii_v",
                        "premii_s",
                        "premii_extra",
                        "ded_baza",
                        "ded_supl",
                        "ded_supl_b",
                        "ded_alte",
                        "nr_tic",
                        "ore_lcr",
                        "zz_lcr",
                        "co",
                        "conodhpl",
                        "explicatie"
                    ],
                    "sourceID": "4D2CC785-2F1D-50FC-8854-52F5194CE54E",
                    "sqlQuery": "SELECT CONCAT(s.anluna,':',s.pl_cm,':',s.id_cm) AS row_id,\n s.anluna AS payroll_month,CONCAT('P',COALESCE(CONVERT(varchar(20),s.pl_form),'NULL'),'/I',COALESCE(CONVERT(varchar(40),s.id_form),'NULL')) AS team_key,s.pl_cm AS contract_pl,s.id_cm AS contract_id,\n s.nume_pers,s.nr_contract,s.nume_form,s.nume_locm,s.nume_mes,s.tdbc,s.sal_net,s.penssup,s.cass_tdb,s.impozit,s.totretp,s.restpl,s.suma_card,s.avans,s.tot_sporuri,s.premii,s.premii_v,s.premii_s,s.premii_extra,s.ded_baza,s.ded_supl,s.ded_supl_b,s.ded_alte,s.nr_tic,s.ore_lcr,s.zz_lcr,s.co,s.conodhpl,\n N'Sume calculate de Nexus pentru contract și luna selectată. Restul repartizat pe card nu certifică plata bancară.' AS explicatie\nFROM dbo.salarii_view s WHERE s.anluna=:payroll_month AND CONCAT('P',COALESCE(CONVERT(varchar(20),s.pl_form),'NULL'),'/I',COALESCE(CONVERT(varchar(40),s.id_form),'NULL'))=:team_key",
                    "tableName": ""
                },
                {
                    "cacheMode": "live",
                    "calculatedFields": [],
                    "customQueryIntegrationName": "NexusERP",
                    "endpointPath": "",
                    "fetchSortRules": [
                        {
                            "direction": "ascending",
                            "id": "CC3B476A-DA0D-5CFE-B653-DC97676CE68B",
                            "key": "spor",
                            "type": "text"
                        },
                        {
                            "direction": "ascending",
                            "id": "A3C766ED-F630-572E-9A1A-F32A4B99ACA4",
                            "key": "row_id",
                            "type": "text"
                        }
                    ],
                    "id": "BA93A3F4-87FB-5894-BAEF-EA22A154244F",
                    "mappings": [
                        {
                            "commonFieldKey": "",
                            "key": "row_id",
                            "label": "row_id",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "row_id",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "salary_key",
                            "label": "salary_key",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "salary_key",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "spor",
                            "label": "Spor",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "spor",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "ore",
                            "label": "Ore",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "ore",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "procent",
                            "label": "Procent (%)",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "procent",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "valoare",
                            "label": "Valoare calculată",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "valoare",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        }
                    ],
                    "maxRows": 5000,
                    "name": "Sporuri calculate",
                    "primaryKey": "row_id",
                    "queryParameters": [
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "payroll_month",
                            "id": "69E461A7-41B3-51F7-9D69-309B88D90FF5",
                            "name": "payroll_month",
                            "source": "parentField",
                            "type": "text"
                        },
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "contract_pl",
                            "id": "6566E024-9AAC-527B-AFC3-B1B315B5EB00",
                            "name": "contract_pl",
                            "source": "parentField",
                            "type": "number"
                        },
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "contract_id",
                            "id": "E47AEB6A-9DF3-5F97-B012-022A4B8898BE",
                            "name": "contract_id",
                            "source": "parentField",
                            "type": "number"
                        }
                    ],
                    "refreshPolicy": {
                        "enabled": false,
                        "intervalMinutes": 60
                    },
                    "rootArrayPath": "",
                    "rowLimitEnabled": true,
                    "searchKeys": [
                        "spor",
                        "ore",
                        "procent",
                        "valoare"
                    ],
                    "sourceID": "4D2CC785-2F1D-50FC-8854-52F5194CE54E",
                    "sqlQuery": "SELECT CONCAT(x.anluna,':',x.pct_lcr,':',x.id) AS row_id,CONCAT(x.anluna,':',x.pl_cm,':',x.id_cm) AS salary_key,x.spor,x.ore,x.procent,x.valoare FROM dbo.blc_linii_view x WHERE x.anluna=:payroll_month AND x.pl_cm=:contract_pl AND x.id_cm=:contract_id",
                    "tableName": ""
                },
                {
                    "cacheMode": "live",
                    "calculatedFields": [],
                    "customQueryIntegrationName": "NexusERP",
                    "endpointPath": "",
                    "fetchSortRules": [
                        {
                            "direction": "ascending",
                            "id": "EB1EFA5C-4647-5A23-A381-E37B288D6836",
                            "key": "den_prm",
                            "type": "text"
                        },
                        {
                            "direction": "ascending",
                            "id": "A3C766ED-F630-572E-9A1A-F32A4B99ACA4",
                            "key": "row_id",
                            "type": "text"
                        }
                    ],
                    "id": "C51EDDCE-B8CC-5AFD-BCE1-E56CF7DADAE2",
                    "mappings": [
                        {
                            "commonFieldKey": "",
                            "key": "row_id",
                            "label": "row_id",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "row_id",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "salary_key",
                            "label": "salary_key",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "salary_key",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "den_prm",
                            "label": "Premiu",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "den_prm",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "t_premii",
                            "label": "Premiu — total sursă",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "t_premii",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "t_premiipl",
                            "label": "Premiu plătit — câmp Nexus",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "t_premiipl",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "t_cas",
                            "label": "CAS premiu",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "t_cas",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "t_cass",
                            "label": "CASS premiu",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "t_cass",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "t_impozit",
                            "label": "Impozit premiu",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "t_impozit",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        }
                    ],
                    "maxRows": 5000,
                    "name": "Premii în calcul",
                    "primaryKey": "row_id",
                    "queryParameters": [
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "payroll_month",
                            "id": "69E461A7-41B3-51F7-9D69-309B88D90FF5",
                            "name": "payroll_month",
                            "source": "parentField",
                            "type": "text"
                        },
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "contract_pl",
                            "id": "6566E024-9AAC-527B-AFC3-B1B315B5EB00",
                            "name": "contract_pl",
                            "source": "parentField",
                            "type": "number"
                        },
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "contract_id",
                            "id": "E47AEB6A-9DF3-5F97-B012-022A4B8898BE",
                            "name": "contract_id",
                            "source": "parentField",
                            "type": "number"
                        }
                    ],
                    "refreshPolicy": {
                        "enabled": false,
                        "intervalMinutes": 60
                    },
                    "rootArrayPath": "",
                    "rowLimitEnabled": true,
                    "searchKeys": [
                        "den_prm",
                        "t_premii",
                        "t_premiipl",
                        "t_cas",
                        "t_cass",
                        "t_impozit"
                    ],
                    "sourceID": "4D2CC785-2F1D-50FC-8854-52F5194CE54E",
                    "sqlQuery": "SELECT CONCAT(x.anluna,':',x.pct_lcr,':',x.id) AS row_id,CONCAT(x.anluna,':',x.pl_cm,':',x.id_cm) AS salary_key,x.den_prm,x.t_premii,x.t_premiipl,x.t_cas,x.t_cass,x.t_impozit FROM dbo.premii_view x WHERE x.anluna=:payroll_month AND x.pl_cm=:contract_pl AND x.id_cm=:contract_id",
                    "tableName": ""
                },
                {
                    "cacheMode": "live",
                    "calculatedFields": [],
                    "customQueryIntegrationName": "NexusERP",
                    "endpointPath": "",
                    "fetchSortRules": [
                        {
                            "direction": "ascending",
                            "id": "361B4C19-C5F9-5D8D-8195-10DFB334CEF6",
                            "key": "retinere",
                            "type": "text"
                        },
                        {
                            "direction": "ascending",
                            "id": "A3C766ED-F630-572E-9A1A-F32A4B99ACA4",
                            "key": "row_id",
                            "type": "text"
                        }
                    ],
                    "id": "5EA4AE10-2DF5-5C8D-A81B-AD4BF73C5A6C",
                    "mappings": [
                        {
                            "commonFieldKey": "",
                            "key": "row_id",
                            "label": "row_id",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "row_id",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "salary_key",
                            "label": "salary_key",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "salary_key",
                            "type": "text",
                            "visibleInDetail": false,
                            "visibleInList": false
                        },
                        {
                            "commonFieldKey": "",
                            "key": "retinere",
                            "label": "Tip reținere",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "retinere",
                            "type": "text",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "sir_sgn",
                            "label": "Sold inițial semnat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "sir_sgn",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "r_av_sgn",
                            "label": "Efect semnat în avans",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "r_av_sgn",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "r_lic_sgn",
                            "label": "Efect semnat în lichidare",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "r_lic_sgn",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        },
                        {
                            "commonFieldKey": "",
                            "key": "sfr_sgn",
                            "label": "Sold final semnat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic",
                            "sourceColumn": "sfr_sgn",
                            "type": "number",
                            "visibleInDetail": true,
                            "visibleInList": true
                        }
                    ],
                    "maxRows": 5000,
                    "name": "Rețineri — efect semnat",
                    "primaryKey": "row_id",
                    "queryParameters": [
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "payroll_month",
                            "id": "69E461A7-41B3-51F7-9D69-309B88D90FF5",
                            "name": "payroll_month",
                            "source": "parentField",
                            "type": "text"
                        },
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "contract_pl",
                            "id": "6566E024-9AAC-527B-AFC3-B1B315B5EB00",
                            "name": "contract_pl",
                            "source": "parentField",
                            "type": "number"
                        },
                        {
                            "constantValue": "",
                            "dayOffset": 0,
                            "fieldKey": "contract_id",
                            "id": "E47AEB6A-9DF3-5F97-B012-022A4B8898BE",
                            "name": "contract_id",
                            "source": "parentField",
                            "type": "number"
                        }
                    ],
                    "refreshPolicy": {
                        "enabled": false,
                        "intervalMinutes": 60
                    },
                    "rootArrayPath": "",
                    "rowLimitEnabled": true,
                    "searchKeys": [
                        "retinere",
                        "sir_sgn",
                        "r_av_sgn",
                        "r_lic_sgn",
                        "sfr_sgn"
                    ],
                    "sourceID": "4D2CC785-2F1D-50FC-8854-52F5194CE54E",
                    "sqlQuery": "SELECT CONCAT(x.anluna,':',x.pct_lcr,':',x.id) AS row_id,CONCAT(x.anluna,':',x.pl_cm,':',x.id_cm) AS salary_key,x.retinere,x.sir_sgn,x.r_av_sgn,x.r_lic_sgn,x.sfr_sgn FROM dbo.retineri_view x WHERE x.anluna=:payroll_month AND x.pl_cm=:contract_pl AND x.id_cm=:contract_id",
                    "tableName": ""
                }
            ],
            "pages": [
                {
                    "actions": [
                        {
                            "id": "6697F272-F934-58DE-90A7-254CAF530561",
                            "kind": "showRelated",
                            "relatedInitiallyExpanded": false,
                            "relatedPresentation": "separate",
                            "relatedPreviewLimit": 12,
                            "relatedRowStyle": "cards",
                            "relatedShowsCount": true,
                            "relationID": "83E64F2F-19B8-5DE9-9179-BF73BC602B26",
                            "systemImage": "list.bullet.rectangle",
                            "targetDatasetID": "12730EC6-A1CA-5863-87AD-B12E55B8624B",
                            "title": "Formațiile lunii",
                            "urlKey": ""
                        }
                    ],
                    "badgeKey": "salariu_net",
                    "cardEnrichments": [],
                    "cardFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "contracte",
                            "label": "Contracte în calcul",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "venit_brut",
                            "label": "Venit brut calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "datasetID": "020DFAD2-4574-51EA-A1E1-A949C1A47F7C",
                    "dateFilterKey": "",
                    "dateFilterLastDays": 7,
                    "dateFilterPreset": "none",
                    "detailFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "contracte",
                            "label": "Contracte în calcul",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "venit_brut",
                            "label": "Venit brut calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "cas",
                            "label": "CAS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "cass",
                            "label": "CASS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "impozit",
                            "label": "Impozit",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "retineri",
                            "label": "Rețineri personale",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "rest_numerar",
                            "label": "Rest repartizat numerar",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "rest_card",
                            "label": "Rest repartizat card",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "data_de_la",
                            "label": "Interval ales — de la",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "data_pana_la",
                            "label": "Până la",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "detailLiveRefreshSeconds": 0,
                    "fixedFilters": [],
                    "id": "78FDE4FE-F1E5-56AD-8599-3EC65B3C49CF",
                    "openFilters": [
                        {
                            "datePeriodOptions": [
                                "today",
                                "currentMonth",
                                "last7Days",
                                "last30Days",
                                "last90Days"
                            ],
                            "id": "B8FADA96-26B3-558D-AFB5-0BDD40D1E00B",
                            "includeAllOption": false,
                            "key": "period_date",
                            "title": "Perioada — luni complete",
                            "type": "date"
                        }
                    ],
                    "pageSize": 100,
                    "requiresOpeningFilterSelection": true,
                    "showOnHome": true,
                    "sortRules": [
                        {
                            "direction": "descending",
                            "id": "FB399D04-FBE9-5AF6-B781-82A1B1F28B57",
                            "key": "luna",
                            "type": "text"
                        }
                    ],
                    "subtitle": "",
                    "subtitleKey": "explicatie",
                    "systemImage": "person.2",
                    "title": "Luni salariale",
                    "titleKey": "luna"
                },
                {
                    "actions": [
                        {
                            "id": "70CA7FB5-4462-5309-8197-AB835A3B5ADD",
                            "kind": "showRelated",
                            "relatedInitiallyExpanded": false,
                            "relatedPresentation": "separate",
                            "relatedPreviewLimit": 12,
                            "relatedRowStyle": "cards",
                            "relatedShowsCount": true,
                            "relationID": "4BD31E42-D58C-584F-8DD6-5CE9DBB1A609",
                            "systemImage": "list.bullet.rectangle",
                            "targetDatasetID": "55F10FB9-6BA2-5B7C-9D52-24D72A4B3824",
                            "title": "Persoanele formației",
                            "urlKey": ""
                        }
                    ],
                    "badgeKey": "salariu_net",
                    "cardEnrichments": [],
                    "cardFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "contracte",
                            "label": "Contracte în calcul",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "venit_brut",
                            "label": "Venit brut calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "datasetID": "12730EC6-A1CA-5863-87AD-B12E55B8624B",
                    "dateFilterKey": "",
                    "dateFilterLastDays": 7,
                    "dateFilterPreset": "none",
                    "detailFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "contracte",
                            "label": "Contracte în calcul",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "venit_brut",
                            "label": "Venit brut calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "cas",
                            "label": "CAS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "cass",
                            "label": "CASS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "impozit",
                            "label": "Impozit",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "retineri",
                            "label": "Rețineri personale",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "rest_numerar",
                            "label": "Rest repartizat numerar",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "rest_card",
                            "label": "Rest repartizat card",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "explicatie",
                            "label": "Acoperirea situației",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "detailLiveRefreshSeconds": 0,
                    "fixedFilters": [],
                    "id": "1D27A269-FAB5-5BA3-B1AF-56863760E81A",
                    "openFilters": [],
                    "pageSize": 100,
                    "requiresOpeningFilterSelection": false,
                    "showOnHome": false,
                    "sortRules": [
                        {
                            "direction": "ascending",
                            "id": "722FE31B-7C4D-5AD7-8B5F-86AD58A569D6",
                            "key": "formatia",
                            "type": "text"
                        },
                        {
                            "direction": "ascending",
                            "id": "A3C766ED-F630-572E-9A1A-F32A4B99ACA4",
                            "key": "row_id",
                            "type": "text"
                        }
                    ],
                    "subtitle": "",
                    "subtitleKey": "",
                    "systemImage": "doc.text",
                    "title": "Formații în luna salarială",
                    "titleKey": "formatia"
                },
                {
                    "actions": [
                        {
                            "id": "4918C23E-3EF8-5530-85B4-68E3CF6BA700",
                            "kind": "showRelated",
                            "relatedInitiallyExpanded": false,
                            "relatedPresentation": "separate",
                            "relatedPreviewLimit": 12,
                            "relatedRowStyle": "cards",
                            "relatedShowsCount": true,
                            "relationID": "88479A15-1570-53DC-BACA-2DE05EFC423B",
                            "systemImage": "list.bullet.rectangle",
                            "targetDatasetID": "BA93A3F4-87FB-5894-BAEF-EA22A154244F",
                            "title": "Sporuri calculate",
                            "urlKey": ""
                        },
                        {
                            "id": "45C3E084-B123-50D1-8579-8ED06DA619A1",
                            "kind": "showRelated",
                            "relatedInitiallyExpanded": false,
                            "relatedPresentation": "separate",
                            "relatedPreviewLimit": 12,
                            "relatedRowStyle": "cards",
                            "relatedShowsCount": true,
                            "relationID": "1A763EF8-E06F-519C-9000-7C1AAF7701F8",
                            "systemImage": "list.bullet.rectangle",
                            "targetDatasetID": "C51EDDCE-B8CC-5AFD-BCE1-E56CF7DADAE2",
                            "title": "Premii în calcul",
                            "urlKey": ""
                        },
                        {
                            "id": "22546F85-EF45-564C-B383-F39A580A0790",
                            "kind": "showRelated",
                            "relatedInitiallyExpanded": false,
                            "relatedPresentation": "separate",
                            "relatedPreviewLimit": 12,
                            "relatedRowStyle": "cards",
                            "relatedShowsCount": true,
                            "relationID": "86CC844A-5667-5C78-A941-5E1F99B62F85",
                            "systemImage": "list.bullet.rectangle",
                            "targetDatasetID": "5EA4AE10-2DF5-5C8D-A81B-AD4BF73C5A6C",
                            "title": "Rețineri — efect semnat",
                            "urlKey": ""
                        }
                    ],
                    "badgeKey": "sal_net",
                    "cardEnrichments": [],
                    "cardFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "nume_form",
                            "label": "Formație",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "tdbc",
                            "label": "Venit brut calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "totretp",
                            "label": "Rețineri personale",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "tot_sporuri",
                            "label": "Sporuri calculate",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "datasetID": "55F10FB9-6BA2-5B7C-9D52-24D72A4B3824",
                    "dateFilterKey": "",
                    "dateFilterLastDays": 7,
                    "dateFilterPreset": "none",
                    "detailFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "nume_form",
                            "label": "Formație",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "nume_locm",
                            "label": "Loc de muncă",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "nume_mes",
                            "label": "Funcție / meserie",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "tdbc",
                            "label": "Venit brut calculat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "penssup",
                            "label": "CAS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "cass_tdb",
                            "label": "CASS angajat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "impozit",
                            "label": "Impozit pe venit",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "totretp",
                            "label": "Rețineri personale",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Repartizare pentru plată",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "restpl",
                            "label": "Rest repartizat numerar",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Repartizare pentru plată",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "suma_card",
                            "label": "Rest repartizat card",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Repartizare pentru plată",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "avans",
                            "label": "Avans înregistrat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "tot_sporuri",
                            "label": "Sporuri calculate",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "premii",
                            "label": "Premii normale",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "premii_v",
                            "label": "Premii de vacanță",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "premii_s",
                            "label": "Premii stimulent",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "premii_extra",
                            "label": "Premii extrasalarii",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "ded_baza",
                            "label": "Deducere de bază",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "ded_supl",
                            "label": "Deducere suplimentară — 26 ani",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "ded_supl_b",
                            "label": "Deducere suplimentară — copii la școală",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "ded_alte",
                            "label": "Alte deduceri",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "nr_tic",
                            "label": "Tichete — număr, nu valoare",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "ore_lcr",
                            "label": "Ore din calculul salarial",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "zz_lcr",
                            "label": "Zile din calculul salarial",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "co",
                            "label": "Concediu odihnă — sumă calculată",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "Calcul salarial",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "conodhpl",
                            "label": "Concediu odihnă — plătit înregistrat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "explicatie",
                            "label": "Interpretare",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "detailLiveRefreshSeconds": 0,
                    "fixedFilters": [],
                    "id": "B61C1D55-E10C-59F9-BDC8-1E56A708EC93",
                    "openFilters": [],
                    "pageSize": 100,
                    "requiresOpeningFilterSelection": false,
                    "showOnHome": false,
                    "sortRules": [
                        {
                            "direction": "ascending",
                            "id": "1AFB6575-E989-5E8B-837F-1AFB6530EDA1",
                            "key": "nume_pers",
                            "type": "text"
                        },
                        {
                            "direction": "ascending",
                            "id": "A3C766ED-F630-572E-9A1A-F32A4B99ACA4",
                            "key": "row_id",
                            "type": "text"
                        }
                    ],
                    "subtitle": "",
                    "subtitleKey": "nr_contract",
                    "systemImage": "doc.text",
                    "title": "Persoane și contracte — calcul lunar",
                    "titleKey": "nume_pers"
                },
                {
                    "actions": [],
                    "badgeKey": "valoare",
                    "cardEnrichments": [],
                    "cardFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "ore",
                            "label": "Ore",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "procent",
                            "label": "Procent (%)",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "datasetID": "BA93A3F4-87FB-5894-BAEF-EA22A154244F",
                    "dateFilterKey": "",
                    "dateFilterLastDays": 7,
                    "dateFilterPreset": "none",
                    "detailFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "ore",
                            "label": "Ore",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "procent",
                            "label": "Procent (%)",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "detailLiveRefreshSeconds": 0,
                    "fixedFilters": [],
                    "id": "C4A37A84-4E56-512E-BF03-F1F92FD6ABA4",
                    "openFilters": [],
                    "pageSize": 100,
                    "requiresOpeningFilterSelection": false,
                    "showOnHome": false,
                    "sortRules": [
                        {
                            "direction": "ascending",
                            "id": "CC3B476A-DA0D-5CFE-B653-DC97676CE68B",
                            "key": "spor",
                            "type": "text"
                        },
                        {
                            "direction": "ascending",
                            "id": "A3C766ED-F630-572E-9A1A-F32A4B99ACA4",
                            "key": "row_id",
                            "type": "text"
                        }
                    ],
                    "subtitle": "",
                    "subtitleKey": "",
                    "systemImage": "doc.text",
                    "title": "Sporuri calculate",
                    "titleKey": "spor"
                },
                {
                    "actions": [],
                    "badgeKey": "t_premii",
                    "cardEnrichments": [],
                    "cardFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "t_premiipl",
                            "label": "Premiu plătit — câmp Nexus",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "t_cas",
                            "label": "CAS premiu",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "t_cass",
                            "label": "CASS premiu",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "t_impozit",
                            "label": "Impozit premiu",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "datasetID": "C51EDDCE-B8CC-5AFD-BCE1-E56CF7DADAE2",
                    "dateFilterKey": "",
                    "dateFilterLastDays": 7,
                    "dateFilterPreset": "none",
                    "detailFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "t_premiipl",
                            "label": "Premiu plătit — câmp Nexus",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "t_cas",
                            "label": "CAS premiu",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "t_cass",
                            "label": "CASS premiu",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "t_impozit",
                            "label": "Impozit premiu",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "detailLiveRefreshSeconds": 0,
                    "fixedFilters": [],
                    "id": "C985296E-7F38-502A-87BF-9F5CFE299B12",
                    "openFilters": [],
                    "pageSize": 100,
                    "requiresOpeningFilterSelection": false,
                    "showOnHome": false,
                    "sortRules": [
                        {
                            "direction": "ascending",
                            "id": "EB1EFA5C-4647-5A23-A381-E37B288D6836",
                            "key": "den_prm",
                            "type": "text"
                        },
                        {
                            "direction": "ascending",
                            "id": "A3C766ED-F630-572E-9A1A-F32A4B99ACA4",
                            "key": "row_id",
                            "type": "text"
                        }
                    ],
                    "subtitle": "",
                    "subtitleKey": "",
                    "systemImage": "doc.text",
                    "title": "Premii în calcul",
                    "titleKey": "den_prm"
                },
                {
                    "actions": [],
                    "badgeKey": "r_lic_sgn",
                    "cardEnrichments": [],
                    "cardFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "sir_sgn",
                            "label": "Sold inițial semnat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "r_av_sgn",
                            "label": "Efect semnat în avans",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "sfr_sgn",
                            "label": "Sold final semnat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "datasetID": "5EA4AE10-2DF5-5C8D-A81B-AD4BF73C5A6C",
                    "dateFilterKey": "",
                    "dateFilterLastDays": 7,
                    "dateFilterPreset": "none",
                    "detailFieldLayout": [
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "sir_sgn",
                            "label": "Sold inițial semnat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "r_av_sgn",
                            "label": "Efect semnat în avans",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        },
                        {
                            "detailGroup": "",
                            "detailRole": "information",
                            "isVisible": true,
                            "key": "sfr_sgn",
                            "label": "Sold final semnat",
                            "locationLabelKey": "",
                            "locationLongitudeKey": "",
                            "presentation": "automatic"
                        }
                    ],
                    "detailLiveRefreshSeconds": 0,
                    "fixedFilters": [],
                    "id": "B8A6AD31-57BB-54D3-B553-FA1F879E2ECB",
                    "openFilters": [],
                    "pageSize": 100,
                    "requiresOpeningFilterSelection": false,
                    "showOnHome": false,
                    "sortRules": [
                        {
                            "direction": "ascending",
                            "id": "361B4C19-C5F9-5D8D-8195-10DFB334CEF6",
                            "key": "retinere",
                            "type": "text"
                        },
                        {
                            "direction": "ascending",
                            "id": "A3C766ED-F630-572E-9A1A-F32A4B99ACA4",
                            "key": "row_id",
                            "type": "text"
                        }
                    ],
                    "subtitle": "",
                    "subtitleKey": "",
                    "systemImage": "doc.text",
                    "title": "Rețineri — efect semnat",
                    "titleKey": "retinere"
                }
            ],
            "relations": [
                {
                    "childDatasetID": "12730EC6-A1CA-5863-87AD-B12E55B8624B",
                    "childKey": "payroll_month",
                    "id": "83E64F2F-19B8-5DE9-9179-BF73BC602B26",
                    "name": "Formațiile lunii",
                    "parentDatasetID": "020DFAD2-4574-51EA-A1E1-A949C1A47F7C",
                    "parentKey": "payroll_month"
                },
                {
                    "childDatasetID": "55F10FB9-6BA2-5B7C-9D52-24D72A4B3824",
                    "childKey": "team_key",
                    "id": "4BD31E42-D58C-584F-8DD6-5CE9DBB1A609",
                    "name": "Persoanele formației",
                    "parentDatasetID": "12730EC6-A1CA-5863-87AD-B12E55B8624B",
                    "parentKey": "team_key"
                },
                {
                    "childDatasetID": "BA93A3F4-87FB-5894-BAEF-EA22A154244F",
                    "childKey": "salary_key",
                    "id": "88479A15-1570-53DC-BACA-2DE05EFC423B",
                    "name": "Sporuri calculate",
                    "parentDatasetID": "55F10FB9-6BA2-5B7C-9D52-24D72A4B3824",
                    "parentKey": "row_id"
                },
                {
                    "childDatasetID": "C51EDDCE-B8CC-5AFD-BCE1-E56CF7DADAE2",
                    "childKey": "salary_key",
                    "id": "1A763EF8-E06F-519C-9000-7C1AAF7701F8",
                    "name": "Premii în calcul",
                    "parentDatasetID": "55F10FB9-6BA2-5B7C-9D52-24D72A4B3824",
                    "parentKey": "row_id"
                },
                {
                    "childDatasetID": "5EA4AE10-2DF5-5C8D-A81B-AD4BF73C5A6C",
                    "childKey": "salary_key",
                    "id": "86CC844A-5667-5C78-A941-5E1F99B62F85",
                    "name": "Rețineri — efect semnat",
                    "parentDatasetID": "55F10FB9-6BA2-5B7C-9D52-24D72A4B3824",
                    "parentKey": "row_id"
                }
            ],
            "widgets": []
        }
    },
    "format": "cifru-configuration-package",
    "formatVersion": 1,
    "manifest": {
        "applicationName": "NexusERP",
        "configurationLanguages": [
            "ro"
        ],
        "countries": [
            "RO"
        ],
        "createdAt": "2026-09-27T10:23:52Z",
        "description": "Lună salarială → formație → persoană/contract → sporuri, premii și rețineri. Perioada de la deschidere selectează lunile intersectate, iar fiecare lună se arată COMPLETĂ, fără proratarea salariului la zilele filtrului. Alege un interval care include ultima lună calculată în Nexus. Cardurile prezintă brut/net calculat și numărul contractelor; Detaliile includ CAS, CASS, impozit, deduceri, avans, sporuri, premii, tichete ca NUMĂR, ore/zile din calcul și repartizarea restului numerar/card. Sumele vin direct din salarii_view; Cifru nu recalculează salarii. Cheia este luna + contractul, nu doar persoana. Formațiile folosesc identificatorii nativi, nu nume. Reținerile arată efectul semnat: o valoare negativă micșorează suma, nu este transformată cu ABS. Netul calculat și restul repartizat pentru card nu dovedesc decontarea în bancă. Nu se afirmă starea final/validat din flaguri cu semnificație neconfirmată. Nu este fluturaș salarial emis sau sfat fiscal. Nu citește CNP, IBAN, acte, adrese, dosare de executare sau explicații medicale. Acces numai cu drepturile sursei utilizatorului. Live, copii la cerere, maximum 20.000 contracte per formație, 5.000 componente per contract; totalurile sunt calculate pe sursă, independent de plafonul rândurilor. Capturi exclusiv DEMO. Necesită Pro și iOS 336 / Android 284 sau mai nou. Manuale: https://www.docs.nexuserp.ro/articol/campuri-salarii/3956 ; https://www.docs.nexuserp.ro/articol/generarea-fisierelor-pentru-banca-pentru-plata-drepturilor-salariale/5230 .",
        "licenseCode": "Cifru-Community-1.0",
        "minimumCifruVersion": "1.1.0",
        "minimumPlan": "pro",
        "packageID": "044358DA-05E1-51F1-A23A-E0E5A83328DC",
        "rootButtonCount": 1,
        "summary": "Luni complete → formații → contracte → sporuri, premii și rețineri; brut, net și repartizări de plată din Nexus.",
        "tags": [
            "NexusERP",
            "Pro"
        ],
        "title": "Situație salarială lunară — Pro"
    }
}

Tags

Reviews

There are no approved reviews for this version yet.

Write a review

Sign in to review

Similar templates

From the same application, then shared tags, in the same language and country.