Topic: Tax no adding

Good day all

I have just installed 2.4.14 and the tax appears in the text column and is not being calculated on the final figures.


https://pasteboard.co/A8CnpWJuJuOv.png

Post's attachments

A8CnpWJuJuOv.png 6.3 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Tax no adding

The tax is calculated and it is included the final figure(26.09 is included in the 200). Sales->Sales Types define if the tax is included or not.

Re: Tax no adding

Thank you so much

How do I add quite some legal text to all documents? Its over the amount of characters that the legal text permits on the invoices etc

4 (edited by rafat 12/15/2022 10:50:06 am)

Re: Tax no adding

By default the Legal Text is only available on invoices and statements. The field is around 150 characters. You need to manipulate some files to get to where you want to go. Google "frontaccounting legal text" and you will find some help there. If you want to see Legal text on all documents then in /reporting/includes/doctext.inc comment as below (line 282 as of FA 2.4.14)

    // if (($this->formData['doctype'] == ST_SALESINVOICE || $this->formData['doctype'] == ST_STATEMENT) && $this->company['legal_text'] != "") 

Re: Tax no adding

i need to separate the access set-up for Sales transactions view from sales inquires. Has a stand alone access check right.