Thanks @rafat & @apmuthu for advise, issue fixed automatically, not sure what was the reason!
1 03/16/2023 04:59:01 am
Re: 403 Forbidden Access to this resource on the server - Version 2.4.11 (3 replies, posted in Report Bugs here)
2 03/14/2023 07:39:13 am
Topic: 403 Forbidden Access to this resource on the server - Version 2.4.11 (3 replies, posted in Report Bugs here)
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 10/31/2022 01:24:04 pm
Re: Bank details on Quotes (8 replies, posted in Reporting)
This was helpful. I am using 2.4.11 and changed below in doctext.inc file.
Thanks Joe.
in the line 318
if (isset($bankaccount['bank_name']))
change to the following:
if (isset($bankcccount['bank_name']) && $doctype != ST_SALESQUOTE)
/Joe
4 07/28/2022 10:16:28 am
Re: Reports Modification (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 05/31/2022 10:42:10 am
Topic: Reports Modification (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 05/24/2022 11:25:16 am
Re: Incorrect Tax Calculation (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 05/23/2022 03:30:05 pm
Re: Incorrect Tax Calculation (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
8 05/23/2022 01:24:00 pm
Topic: Incorrect Tax Calculation (5 replies, posted in Report Bugs here)
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.