⚲
Projet
Général
Profil
Connexion
Accueil
Projets
Aide
Recherche
:
Backlog Courrier
Tous les projets
Backlog Courrier
Aperçu
Activité
Roadmap
Demandes
Annonces
Télécharger (3,07 ko)
Fonctionnalité #31967
» chrono-PROD 20.03.txt
OK pas de séparateur / -
Emmanuel DILLARD
, 13/01/2025 11:59
<?xml version="1.0" encoding="utf-8"?>
<!--
Used model for all chrono number
Parameters :
id : chrono id, must be the same in the php code (define_mail_categories.php)
separator : if the value is not empty, each elements in the chrono number is cut by the separator
maarch_var : var used in php code
date : return date Y m or d
- year
- month
- day
- full date (return day.month.year)
maarch_functions:
- chr_global : execute new chrono number for each ressources, this number is restored when the next year began
- chr_by_entity : execute new chrono number for each ressources by entity
- category_char : return a signle letter -> E for incoming, S for outgoing
- chr_by_category : execute new chrono number for each ressources by category
- chr_by_res_id : execute new chrono number for each ressources by res_id
text : return string element writted in value tag
-->
<root>
<CHRONO>
<id>incoming</id>
<separator></separator>
<ELEMENT>
<type>text</type>
<value>CD78</value>
</ELEMENT>
<ELEMENT>
<type>text</type>
<value>_</value>
</ELEMENT>
<ELEMENT>
<type>date</type>
<value>year</value>
</ELEMENT>
<ELEMENT>
<type>maarch_functions</type>
<value>category_char</value>
</ELEMENT>
<ELEMENT>
<type>text</type>
<value>_</value>
</ELEMENT>
<ELEMENT>
<type>maarch_functions</type>
<value>chr_by_category</value>
</ELEMENT>
</CHRONO>
<CHRONO>
<id>outgoing</id>
<separator></separator>
<ELEMENT>
<type>text</type>
<value>MAARCH</value>
</ELEMENT>
<ELEMENT>
<type>text</type>
<value>_</value>
</ELEMENT>
<ELEMENT>
<type>date</type>
<value>year</value>
</ELEMENT>
<ELEMENT>
<type>maarch_functions</type>
<value>category_char</value>
</ELEMENT>
<ELEMENT>
<type>text</type>
<value>_</value>
</ELEMENT>
<ELEMENT>
<type>maarch_functions</type>
<value>chr_by_category</value>
</ELEMENT>
</CHRONO>
<CHRONO>
<id>internal</id>
<separator>_</separator>
<ELEMENT>
<type>text</type>
<value>internal</value>
</ELEMENT>
<ELEMENT>
<type>date</type>
<value>full_date</value>
</ELEMENT>
<ELEMENT>
<type>maarch_functions</type>
<value>chr_by_category</value>
</ELEMENT>
</CHRONO>
</root>
« Précédent
1
2
Suivant »
(1-1/2)
Chargement...