mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-05 16:42:53 +01:00
Changement de mthode de numrotation
This commit is contained in:
@@ -55,6 +55,14 @@ class mod_commande_jade extends ModeleNumRefCommandes
|
||||
return "Renvoie le num<75>ro sous la forme num<75>rique CYY00001, CYY00002, CYY00003, ... o<> YY repr<70>sente l'ann<6E>e. Le num<75>ro d'incr<63>ment qui suit l'ann<6E>e n'est PAS remis <20> z<>ro en d<>but d'ann<6E>e.";
|
||||
}
|
||||
|
||||
/** \brief Renvoi un exemple de num<75>rotation
|
||||
* \return string Example
|
||||
*/
|
||||
function getExample()
|
||||
{
|
||||
return "C0600001";
|
||||
}
|
||||
|
||||
/** \brief Renvoi prochaine valeur attribu<62>e
|
||||
* \return string Valeur
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user