-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
50 lines (50 loc) · 2.43 KB
/
app.json
File metadata and controls
50 lines (50 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"id": "db319f5e-fbf9-4fda-bfab-dff378c42e41",
"name": "Social Credit Management",
"publisher": "Arbentia",
"version": "1.0.8.0",
"brief": "Sistema de puntuación de fiabilidad de clientes integrado en Business Central.",
"description": "Social Credit Management extiende Microsoft Dynamics 365 Business Central con un sistema de puntuación de fiabilidad de clientes.\n\nCada cliente dispone de una puntuación (0–∞, inicial 1.000 puntos) que refleja su comportamiento comercial:\n\n- **Ajuste manual** desde la ficha de cliente con registro de motivo.\n- **Ajuste automático** por morosos vía tarea programada.\n- **Historial completo** de cada cambio de puntuación.\n- **Rangos visuales**: Ciudadano Ejemplar (≥1.500), Normal (1.000–1.499), Bajo Supervisión (500–999), Lista Negra (<500).\n- **Validación en documentos de venta**: alerta o bloqueo según el rango del cliente.\n- **Role Center dedicado** con KPIs, titulares y accesos directos.\n- **API REST** para integración con sistemas externos.\n- **Chatbot IA** integrado para consultas en lenguaje natural.\n- **PolyMarket Live**: mercados de predicción en tiempo real.\n\nCompatible con Business Central Online (SaaS). Requiere BC 27.0 o superior.",
"privacyStatement": "https://www.arbentia.com/legal/privacidad",
"EULA": "https://www.arbentia.com/legal/eula",
"help": "https://www.arbentia.com/ayuda/social-credit",
"url": "https://www.arbentia.com/productos/social-credit",
"platform": "27.0.0.0",
"application": "27.0.0.0",
"runtime": "13.0",
"target": "Cloud",
"features": [
"NoImplicitWith",
"TranslationFile"
],
"idRanges": [
{
"from": 50100,
"to": 50149
}
],
"dependencies": [
{
"id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f",
"name": "System Application",
"publisher": "Microsoft",
"version": "27.0.0.0"
},
{
"id": "437dbf0e-84ff-417a-965d-ed2bb9650972",
"name": "Base Application",
"publisher": "Microsoft",
"version": "27.0.0.0"
}
],
"resourceExposurePolicy": {
"allowDownloadingSource": false,
"allowDebugging": true,
"includeSourceInSymbolFile": false
},
"contextSensitiveHelpUrl": "https://www.arbentia.com/ayuda/social-credit/",
"supportedLocales": [
"es-ES",
"en-US"
]
}