From: <rc...@us...> - 2014-09-13 23:06:57
|
Revision: 6884 http://sourceforge.net/p/web-erp/reponame/6884 Author: rchacon Date: 2014-09-13 23:06:42 +0000 (Sat, 13 Sep 2014) Log Message: ----------- Add info to help manual. Modified Paths: -------------- trunk/doc/Manual/ManualTax.html trunk/includes/DatabaseTranslations.php Modified: trunk/doc/Manual/ManualTax.html =================================================================== --- trunk/doc/Manual/ManualTax.html 2014-09-13 04:12:51 UTC (rev 6883) +++ trunk/doc/Manual/ManualTax.html 2014-09-13 23:06:42 UTC (rev 6884) @@ -55,3 +55,30 @@ <p>The TaxAuthority of the warehouse the goods are delivered from, the TaxLevel of the item and the Tax Authority of the branch of the customer being delivered to are determined. Using all three of these factors the rate is returned from the TaxAuthLevels table.</p> <p>General ledger posting relating to the taxes calculated are made in accordance with the codes set up in the Tax Authority table. <!-- Help End: TaxAuthorities --></p> + +<!-- Begin: Tax Categories --> +<div class="floatright"> + <a class="minitext" href="#top">⬆ Top</a> +</div> + +<h2><a id="TaxCategories">Tax Category Maintenance</a></h2> + +<p>In this script, you can enter, edit or delete a tax category name.</p> + +<p>You can enter any tax category name. But there are three special tax category names:</p> + +<ul> + +<li><b>Exempt</b>. "<i>Exempt</i>" written in British English (en-GB). This tax category name is translated to other languages, if translated term is available. You can edit and you can delete this category.</li> + +<li><b>Freight</b>. "<i>Freight</i>" written in British English (en-GB). This tax category name is translated to other languages, if translated term is available. You can NOT edit nor you can NOT delete this category, because it is used in several scripts.</li> + +<li><b>Handling</b>. "<i>Handling</i>" written in British English (en-GB). This tax category name is translated to other languages, if translated term is available. You can edit and you can delete this category.</li> + +</ul> + + + +<!-- End: Tax Categories --> + + Modified: trunk/includes/DatabaseTranslations.php =================================================================== --- trunk/includes/DatabaseTranslations.php 2014-09-13 04:12:51 UTC (rev 6883) +++ trunk/includes/DatabaseTranslations.php 2014-09-13 23:06:42 UTC (rev 6884) @@ -4,9 +4,9 @@ The script includes/DatabaseTranslations.php is a locale language file for the contents of the fields in the database. The purpose of this file is to translate the database fields that appears in screens and reports. This script is only -used at the time that the system default language file is language file is -rebuilt. Can be extended for scripts and other tables where the data from the -table is static and used to display. +used at the time that the system default language file is rebuilt. Can be +extended for scripts and other tables where the data from the table is static +and used to display. *******************************************************************************/ // scripts.description: |