Thanks @rafat & @apmuthu for advise, issue fixed automatically, not sure what was the reason!

FA Version 2.4.11 Build 19.05.2022 was smoothly running since one year and suddenly today it is giving error 403 Forbidden Access to this resource on the server after user and password is submitted. What could be the reason, please help.

3

(8 replies, posted in Reporting)

This was helpful. I am using 2.4.11 and changed below in doctext.inc file.
Thanks Joe.


joe wrote:

in the line 318

if (isset($bankaccount['bank_name']))

change to the following:

if (isset($bankcccount['bank_name']) && $doctype != ST_SALESQUOTE)

/Joe

4

(5 replies, posted in Reporting)

Thanks this was very useful. Do you have any list of repXXX files to know which one is for which document. E.g. i am now looking for sales quotation.

5

(5 replies, posted in Reporting)

I am using 2.4.11 and new to system. Is there any option form where I can change or remove text form documents reports like, quote, invoice, delivery order etc. Thx.

6

(5 replies, posted in Report Bugs here)

Hello Kvvaradha,

you pointed out correct, it was due to Sales Type check mark, thanks. I have not checked shipping tax and not using it for now.  However, when I uncheck it calculates correctly but now system is calculating tax as separate, which is increasing the net amount of invoice. E.g.. item1 sales price is 1600, it is adding 4.5 tax and making receivables 1672. How can I make price inclusive of tax. Thanks.

7

(5 replies, posted in Report Bugs here)

Thanks for response. It’s deployed on web-hosting. Below are the details:
Apache Version    2.4.53
PHP Version    7.0.33
MySQL Version    10.3.35-MariaDB
Architecture    x86_64
Operating System    linux

I am new to system, i defined a withholding tax as 4.5%. When i create invoice it calculates 4.3%, can anyone help findingout out the reason? i am using ver.2.4.11.
Thanks.