Nouveau fichier
This commit is contained in:
parent
41c0b2b161
commit
9aab51cfc6
42
doc/user/misc.sgml
Normal file
42
doc/user/misc.sgml
Normal file
@ -0,0 +1,42 @@
|
||||
<!-- $Id$ -->
|
||||
<!-- $Source$ -->
|
||||
<chapt id="misc">Divers
|
||||
|
||||
<sect id="misc-tva">Configurer les Taux de TVA
|
||||
|
||||
<p>
|
||||
Les taux de TVA sont configurables, par défaut les taux de tva
|
||||
possible sont (19.6, 5.5 et 0).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Pour configurer les taux de tva il suffit de créer un fichier
|
||||
<file>htdocs/conf/tva.local.php</file> qui définit les taux à
|
||||
utiliser sous la forme d'un tableau de valeur. Un fichier
|
||||
<file>htdocs/conf/tva.local.php.exemple</file> est fournit pour
|
||||
exemple.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Cette fonctionnalité est disponible à partir de la version 1.1
|
||||
</p>
|
||||
</sect>
|
||||
|
||||
</chapt>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:nil
|
||||
sgml-shorttag:t
|
||||
sgml-namecase-general:t
|
||||
sgml-general-insert-case:lower
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:2
|
||||
sgml-indent-data:t
|
||||
sgml-parent-document:("dolibarr-user.sgml" "book" "chapt")
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
-->
|
||||
8
htdocs/conf/tva.local.php.exemple
Normal file
8
htdocs/conf/tva.local.php.exemple
Normal file
@ -0,0 +1,8 @@
|
||||
<?PHP
|
||||
/*
|
||||
* Ce fichier définit les taux de tva
|
||||
*
|
||||
*/
|
||||
$txtva[0] = '17';
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user