fix reference package Chronos

This commit is contained in:
Augustin ROCHARD
2026-01-13 15:20:59 +01:00
parent 3dad07c562
commit 568ab81a4e
648 changed files with 410529 additions and 2303 deletions

View File

@@ -0,0 +1,57 @@
{
"functionsConfigurationId": "consultation_compteurs",
"functions": [
{
"functionNumber": 1,
"label": "CPTEURS",
"description": "Compteurs",
"action": "read_counter",
"counters": [
{
"code": "TPPRS",
"label": "Présence hebdo",
"periodStart": "MONDAY,+00",
"periodEnd": "+00,+00,+00",
"calculationMethod": "SUM",
"ignoreRectifiedValues": false,
"format": "HHmm",
"correctionOperation": "ADD_WORKED_TIME"
},
{
"code": "DBCRS",
"label": "Débit/Crédit des jours travail",
"periodStart": "MONDAY,+00",
"periodEnd": "+00,+00,+00",
"calculationMethod": "SUM",
"ignoreRectifiedValues": false,
"format": "HHmm",
"correctionOperation": "ADD_DEBIT_CREDIT"
},
{
"code": "DCPS",
"label": "Solde CP",
"periodStart": "=01,+00,+00",
"periodEnd": "+00,+00,+00",
"calculationMethod": "LAST_VALUE",
"ignoreRectifiedValues": false
},
{
"code": "DRTTS",
"label": "Solde RTT",
"periodStart": "=01,+00,+00",
"periodEnd": "+00,+00,+00",
"calculationMethod": "LAST_VALUE",
"ignoreRectifiedValues": false
},
{
"code": "TREST",
"label": "Tickets restaurants du mois",
"periodStart": "=01,+00,+00",
"periodEnd": "+31,+00,+00",
"calculationMethod": "SUM",
"ignoreRectifiedValues": false
}
]
}
]
}