Download and install from the below link

https://frontaccounting.com/wbt/pages/download/downloads-for-release-2.3fonts.php

27

(1 replies, posted in Accounts Receivable)

Please list your Setup->Transaction References

28

(3 replies, posted in Report Bugs here)

@sulheen,

Your (Egyptian Arabic) ar_EG.utf-8 locale is not installed on your Linux system. You need to install it.
We will take it from there if still Arabic is not showing..but I see some (not all)  Arabic strings are translated already which shows your Arabic Translation files (.po and .mo) do not contain the proper Translation. Better if u list your ../lang/installed_languages.inc

You need to find the tax_group_id for the exempt customer. This can be done by browsing the database (with phpmyadmin for example) and displaying the content of (x_cust_branch) of the exempt customer. There you will find the tax_group_id that you will need to use in the above code. As I said mine is 2. Yours could be the same or different,

Note: You can also find the group_id from x_tax_groups table in the database.


Good luck.

Its not the same code. tax_included == 0  is not the same as Tax Exempt.

@msuhail197

I am not a php programmer at all. I can barely make sense of the code. Below is my only assessment of what could be done. Please dont take it for granted as it could all be wrong. One thing of caution here is
'tax_group_id' for exempt customers is unique to every installation. in my case its 2. In your case it could be different.

Insert after line 165 in rep111.php

if ($myrow['tax_group_id'] == 2) {
        $rep->TextCol(3, 6, _("TOTAL ORDER"), - 2);
        $rep->TextCol(6, 7,    $DisplayTotal, -2);
        $rep->NewLine();
        continue;
        } 

Please test on a test environment and advise result.

@msuhail197

This needs modifications to rep111 which is beyond my scope. Hope someone can help with this. I agree the narrative is confusing and there is no need for it if the customer is exempt.

Better if you have an example. If truly your customer is Tax Exempt in the system then these should not appear on the quote.
Try Setup->Company Setup->Put alternative Tax Include on Docs    (unticked)
It might help you.

@moiz74,
This is a very difficult thing to crack if you don't have full access to the server.

I recommend :

https://www.howtogeek.com/357785/what-is-a-403-forbidden-error-and-how-can-i-fix-it/

Good luck.

If you want to use 004/2022 then your pattern should be {001}/{YYYY} and you make sure 004/2022 does not exist in the system. Also the system will not accept blank reference. It accepts a space (NULL). All fields in the spreadsheet should also be formatted accordingly..i.e Reference is General and Date is Date with the relevant date format...etc..Also make sure the Fiscal Year that you are posting into is active and the Banking and GL Configuration has the Allow entry on non closed Fiscal years ticked.
If you still facing problems try debug on and look to see if any errors.

You seem to have done all OK. The only thing you need to make sure is the Reference
(must match pattern in Setup->Transaction References). You should be flying then.

Sorry..I meant to clear the cache. Which is to remove the files in company/x/js _cache/x/*.js
Logoff and login again. You also might have folder permission problems. Review permissions as in

https://frontaccounting.com/punbb/viewtopic.php?id=10218

My last thoughts is to clear company/x/js _cache/x/*.js
This should not be a live system though.
where x is the company number.

Try a different browser and see if it works.

Preferences->Use Date Picker
update

Setup->Company Setup->Suppress Tax Rates on Docs (ticked).

Setup->Company Setup->Max day range in documents.
Increase this figure from the default of 180 days.

43

(10 replies, posted in FA Modifications)

I think @joe was very clear with this and I quote him:

joe wrote:

Hello Sir,

I guess you are referring to an external COA. In the FA core there are 2 COAs, en_US_demo.sql and en_US_new.sql. These 2 COAs only contains two fiscal years, Currently these are 2020 and 2021.

In the next minor release these will be updated to 2021 and 2022.

All the COAs in the Extension repository are maintained by various users and some are probably not updated.

Joe

Good decision Joe.

@MacKenzie
Did you investigate this with debug on?

46

(10 replies, posted in FA Modifications)

what did you find and how you solved it?

47

(6 replies, posted in Wish List)

I agree with @poncho1234. Lets make it easier  for members to use the forum.

@seahawk
Have you considered adding a GL Item to the Supplier Invoice. The Discounts Received account is 5060 in the demo COA (US COA). With this you can add Total Discount to invoices but not to direct ones. Give it a try. I like it.

setup->Company Setup->choose 2021 fiscal year. Bottom of screen press Update.
Now you will be able to enter data in that year.

@doug86 can you please list your environment . php mysql apache OS FA on the server side?