NexusERP
Produse, clasificare și cine le-a creat
Nomenclator produse cu clasă/subclasă și auditul real al creării, filtrabil la deschidere.
Nomenclatorul de produse cu clasificare și autorul real al creării. Legătura către audit folosește formatul live confirmat id(punct de lucru) din id_intern; nu confundă utilizatorul care a creat o linie CRM cu utilizatorul care a creat produsul.
Pregătire în NexusERP / SQL Server:
1. Creează un login dedicat Cifru cu SELECT numai pe dbo.accesex_produse_view și dbo.nomen3_view.
2. Confirmă în propria versiune că id_intern are formatul id(pct_lcr); testul local va opri importul dacă schema nu corespunde.
Configurare în Cifru pe iPhone/iPad:
1. Creează și testează o sursă SQL Server read-only.
2. Importă pachetul și mapează slotul la sursa NexusERP.
3. Planul Pro este necesar pentru SQL-ul personalizat; Cifru îl validează SELECT-only.
4. Alege opțional subclasa la deschidere (de exemplu CLESTI), fără ca valoarea să fie hardcodată în pachet.
Pachetul nu conține credențiale și este neoficial.
Ce creează pachetul
- Home: Produse și audit creare
Sursele se mapează local și se verifică înainte de aplicare.
Interogări personalizatePRO1 SQL
Interogările personalizate sunt funcții PRO. Cifru repetă validarea read-only pe sursa locală înainte de execuție.
$.components.workspaceSelection.datasets.0.sqlQuerySELECT
p.id_intern,
p.cod_extern AS cod_produs,
p.denumire AS den_produs,
p.id_subclasa,
p.den_subclasa,
p.id_clasa,
p.den_clasa,
p.id_grupa,
p.den_grupa,
n.user_cr AS creat_de,
n.data_cr AS data_creare,
p.data_modificare
FROM dbo.accesex_produse_view p
LEFT JOIN dbo.nomen3_view n
ON p.id_intern = CONVERT(varchar(30), CONVERT(bigint, n.id))
+ '(' + CONVERT(varchar(10), n.pct_lcr) + ')'static read-only checks passed
Vezi JSON-ul care se importărestrâns implicit
{
"components": {
"sourceSlots": [
{
"displayName": "NexusERP SQL Server (AccesEx + nomenclator)",
"id": "AE579AC9-77BE-5568-9BB3-DBDC8EE84C79",
"kind": "sqlServer",
"requiredObjects": [
"dbo.accesex_produse_view",
"dbo.nomen3_view"
],
"requiresCustomSQL": true
}
],
"workspaceSelection": {
"commonFields": [],
"datasets": [
{
"cacheMode": "cached",
"calculatedFields": [],
"customQueryIntegrationName": "NexusERP",
"endpointPath": "",
"fetchSortRules": [],
"id": "9D112D29-2AB8-52CB-8E25-2000B525D142",
"mappings": [
{
"commonFieldKey": "",
"key": "id_intern",
"label": "ID intern",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "id_intern",
"type": "text",
"visibleInDetail": true,
"visibleInList": false
},
{
"commonFieldKey": "product_code",
"key": "cod_produs",
"label": "Cod produs",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "cod_produs",
"type": "text",
"visibleInDetail": true,
"visibleInList": true
},
{
"commonFieldKey": "product_name",
"key": "den_produs",
"label": "Produs",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "den_produs",
"type": "text",
"visibleInDetail": true,
"visibleInList": true
},
{
"commonFieldKey": "",
"key": "id_subclasa",
"label": "ID subclasă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "id_subclasa",
"type": "text",
"visibleInDetail": true,
"visibleInList": false
},
{
"commonFieldKey": "",
"key": "den_subclasa",
"label": "Subclasă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "den_subclasa",
"type": "text",
"visibleInDetail": true,
"visibleInList": true
},
{
"commonFieldKey": "",
"key": "id_clasa",
"label": "ID clasă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "id_clasa",
"type": "text",
"visibleInDetail": true,
"visibleInList": false
},
{
"commonFieldKey": "",
"key": "den_clasa",
"label": "Clasă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "den_clasa",
"type": "text",
"visibleInDetail": true,
"visibleInList": false
},
{
"commonFieldKey": "",
"key": "id_grupa",
"label": "ID grupă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "id_grupa",
"type": "text",
"visibleInDetail": true,
"visibleInList": false
},
{
"commonFieldKey": "",
"key": "den_grupa",
"label": "Grupă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "den_grupa",
"type": "text",
"visibleInDetail": true,
"visibleInList": false
},
{
"commonFieldKey": "",
"key": "creat_de",
"label": "Creat de",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "creat_de",
"type": "text",
"visibleInDetail": true,
"visibleInList": true
},
{
"commonFieldKey": "",
"key": "data_creare",
"label": "Data creării",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "data_creare",
"type": "date",
"visibleInDetail": true,
"visibleInList": true
},
{
"commonFieldKey": "",
"key": "data_modificare",
"label": "Data modificării",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic",
"sourceColumn": "data_modificare",
"type": "date",
"visibleInDetail": true,
"visibleInList": false
}
],
"maxRows": 5000,
"name": "Produse și audit creare",
"primaryKey": "id_intern",
"refreshPolicy": {
"enabled": true,
"intervalMinutes": 15
},
"rootArrayPath": "",
"rowLimitEnabled": true,
"searchKeys": [
"id_intern",
"cod_produs",
"den_produs",
"id_subclasa",
"den_subclasa"
],
"sourceID": "AE579AC9-77BE-5568-9BB3-DBDC8EE84C79",
"sqlQuery": "SELECT\n p.id_intern,\n p.cod_extern AS cod_produs,\n p.denumire AS den_produs,\n p.id_subclasa,\n p.den_subclasa,\n p.id_clasa,\n p.den_clasa,\n p.id_grupa,\n p.den_grupa,\n n.user_cr AS creat_de,\n n.data_cr AS data_creare,\n p.data_modificare\nFROM dbo.accesex_produse_view p\nLEFT JOIN dbo.nomen3_view n\n ON p.id_intern = CONVERT(varchar(30), CONVERT(bigint, n.id))\n + '(' + CONVERT(varchar(10), n.pct_lcr) + ')'",
"tableName": ""
}
],
"pages": [
{
"actions": [],
"badgeKey": "den_subclasa",
"cardEnrichments": [],
"cardFieldLayout": [
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "den_produs",
"label": "Produs",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "cod_produs",
"label": "Cod produs",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "den_subclasa",
"label": "Subclasă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "creat_de",
"label": "Creat de",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "data_creare",
"label": "Data creării",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
}
],
"datasetID": "9D112D29-2AB8-52CB-8E25-2000B525D142",
"dateFilterKey": "",
"dateFilterLastDays": 7,
"dateFilterPreset": "none",
"detailFieldLayout": [
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "id_intern",
"label": "ID intern",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "cod_produs",
"label": "Cod produs",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "den_produs",
"label": "Produs",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "id_subclasa",
"label": "ID subclasă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "highlight",
"isVisible": true,
"key": "den_subclasa",
"label": "Subclasă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "id_clasa",
"label": "ID clasă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "den_clasa",
"label": "Clasă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "id_grupa",
"label": "ID grupă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "den_grupa",
"label": "Grupă",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "creat_de",
"label": "Creat de",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "data_creare",
"label": "Data creării",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
},
{
"detailGroup": "",
"detailRole": "information",
"isVisible": true,
"key": "data_modificare",
"label": "Data modificării",
"locationLabelKey": "",
"locationLongitudeKey": "",
"presentation": "automatic"
}
],
"fixedFilters": [],
"id": "8FD316CD-8B79-57FF-9DE0-96AC1AC45C89",
"openFilters": [
{
"id": "48A95F03-7676-5CE1-B891-7C6355C7CE5E",
"includeAllOption": true,
"key": "den_subclasa",
"title": "Subclasă",
"type": "text"
}
],
"pageSize": 100,
"requiresOpeningFilterSelection": true,
"showOnHome": true,
"sortRules": [
{
"direction": "ascending",
"id": "C0662EC4-4556-524F-9B67-210C0C480C6C",
"key": "den_produs",
"type": "text"
}
],
"subtitle": "",
"subtitleKey": "cod_produs",
"systemImage": "cube.box",
"title": "Produse și audit creare",
"titleKey": "den_produs"
}
],
"relations": [],
"widgets": []
}
},
"format": "cifru-configuration-package",
"formatVersion": 1,
"manifest": {
"applicationName": "NexusERP",
"configurationLanguages": [
"ro"
],
"countries": [
"RO"
],
"createdAt": "2026-07-24T16:26:43Z",
"description": "Nomenclatorul de produse cu clasificare și autorul real al creării. Legătura către audit folosește formatul live confirmat id(punct de lucru) din id_intern; nu confundă utilizatorul care a creat o linie CRM cu utilizatorul care a creat produsul.\n\nPregătire în NexusERP / SQL Server:\n1. Creează un login dedicat Cifru cu SELECT numai pe dbo.accesex_produse_view și dbo.nomen3_view.\n2. Confirmă în propria versiune că id_intern are formatul id(pct_lcr); testul local va opri importul dacă schema nu corespunde.\n\nConfigurare în Cifru pe iPhone/iPad:\n1. Creează și testează o sursă SQL Server read-only.\n2. Importă pachetul și mapează slotul la sursa NexusERP.\n3. Planul Pro este necesar pentru SQL-ul personalizat; Cifru îl validează SELECT-only.\n4. Alege opțional subclasa la deschidere (de exemplu CLESTI), fără ca valoarea să fie hardcodată în pachet.\n\nPachetul nu conține credențiale și este neoficial.",
"licenseCode": "Cifru-Community-1.0",
"minimumCifruVersion": "1.0",
"minimumPlan": "pro",
"packageID": "D27AB78D-54B0-54E1-81C8-73310A1EDC3D",
"rootButtonCount": 1,
"summary": "Nomenclator produse cu clasă/subclasă și auditul real al creării, filtrabil la deschidere.",
"tags": [
"NexusERP",
"produse",
"nomenclator",
"audit",
"subclasă"
],
"title": "Produse, clasificare și cine le-a creat"
}
}