Changes

m
no edit summary
Line 8: Line 8:  
[[Category:Complementary modules]]
 
[[Category:Complementary modules]]
 
[[Category:NumberWords]]
 
[[Category:NumberWords]]
[[Category:NLTechno]]
+
[[Category:DoliCloud]]
 
{{TemplateDocDevEn}}
 
{{TemplateDocDevEn}}
 
{{TemplateDocUser}}
 
{{TemplateDocUser}}
Line 14: Line 14:  
{{TemplateModuleInfo
 
{{TemplateModuleInfo
 
|modulename=Number to Words
 
|modulename=Number to Words
|editor=NLTechno
+
|editor=DoliCloud
|web=[http://www.nltechno.com www.nltechno.com]
+
|web={{URLNLTechno}}
|webbuy={{LinkToPluginDownloadDoliStore|keyword=}}
+
|webbuy={{LinkToPluginDownloadDoliStore|keyword=numberword}}
 
|status=stable
 
|status=stable
 
|minversion=5.0
 
|minversion=5.0
Line 44: Line 44:  
==If you are a developer==
 
==If you are a developer==
 
You can also use, anywhere in the code, the method  
 
You can also use, anywhere in the code, the method  
<source lang="php">
+
<syntaxhighlight lang="php">
 
$langs->getLabelFromNumber($mynumber,0|1)
 
$langs->getLabelFromNumber($mynumber,0|1)
</source>
+
</syntaxhighlight>
 
to get full text string of a number (if second parameter is 0) or an amount (if second parameter is 1).
 
to get full text string of a number (if second parameter is 0) or an amount (if second parameter is 1).
    
= Development =
 
= Development =
 
{{TemplateModNLTechnoEn}}
 
{{TemplateModNLTechnoEn}}