For now, I have added a link to your page in the Wiki's General page and added a few screenshots.
2,626 10/10/2017 04:44:08 pm
Re: Add Fixed asset sub-category to forum (5 replies, posted in Wish List)
2,627 10/10/2017 02:34:41 pm
Re: void transactions not working (5 replies, posted in Setup)
Audit Trail.....
2,628 10/10/2017 02:33:21 pm
Re: Fixed Assets not working (1 replies, posted in Fixed Assets)
You need to enable permissions for Fixed Assets for the appropriate user role.
2,629 10/10/2017 02:32:12 pm
Re: Bug in includes\ui\ui_input.inc (6 replies, posted in Report Bugs here)
@joe: If this works on older PHP versions, it can make it to the core.
2,630 10/10/2017 02:29:11 pm
Re: VAT in report not correct (4 replies, posted in Report Bugs here)
You would do well to use the Git master latest code that has many bugs fixed.
2,631 10/10/2017 02:08:17 am
Re: TCPDF error: Could not include font definition file: ae_tholoth.php (6 replies, posted in Reporting)
Is your server running Windows or Linux? If on linux, you will need to have the Arabic locale installed in the OS along with the English one (UTF-8).
https://frontaccounting.com/punbb/viewtopic.php?id=3423
2,632 10/10/2017 02:04:17 am
Re: Not working: Automatic Increase of reference number fields in FA 2.4.2 (67 replies, posted in Setup)
@joe: It is better to remove the Reference field from all such forms and save as next available Reference automatically and informing the user of the actual reference it was saved as by reporting it in the "success" message.
2,633 10/10/2017 01:54:45 am
Re: Installation problem (24 replies, posted in Installation)
@PaulShipley's Post #10's commit link has all the necessary files to be copied into the modules/<module name> subfolder. The patch file is used in linux CLI to apply on existing files without having to copy the other replacement files.
2,634 10/08/2017 02:18:22 pm
Re: Generated reports ignore date. (5 replies, posted in Report Bugs here)
Probably that should be sufficient. Is all well now?
2,635 10/08/2017 02:18:58 am
Re: Generated reports ignore date. (5 replies, posted in Report Bugs here)
Upgrade to FA 2.4.2+ and clear the company cache and it's js_cache as well.
Disable the autofill of form fields in the browser settings.
2,636 10/08/2017 02:17:39 am
Re: Not working: Automatic Increase of reference number fields in FA 2.4.2 (67 replies, posted in Setup)
Make sure that the auto form filling in the browser setting is not enabled. A browser refresh may also mitigate it.
2,637 10/08/2017 02:14:35 am
Re: How to correct tax -> tax exempt for completed invoices? (3 replies, posted in Accounts Receivable)
The new tax that is also non taxable is just a temporary creation. As you can see all the tax transactions, your method may be okay. If you had voided each such invoice and recreated them, all may be okay as well.
2,638 10/07/2017 02:47:15 pm
Re: The problem of running Arabic (4 replies, posted in Translations)
Hope you logged out and logged back in after the language change. Browser cache and sometimes js cache in the company/#/#/js_cache may need to be cleared too.
Linux will also need the locale installed for Arabic and a weberver restart.
2,639 10/07/2017 04:54:45 am
Re: Recurring Invoices ... A Problem (35 replies, posted in Accounts Receivable)
Making it an absolute config constant value would avoid having to set and overwrite is everywhere in erroneous relative path method that prevails now. I do not want autoload composerisation as it come with other issues.
2,640 10/07/2017 04:42:44 am
Re: Exchange Variance Error (27 replies, posted in Banking and General Ledger)
For a start, you can make decimals 0 length for Amounts.
@joe: separating the amounts and prices into 2 separate config variables for decimal length may be needed to accommodate such cases.
2,641 10/07/2017 04:38:26 am
Re: How to correct tax -> tax exempt for completed invoices? (3 replies, posted in Accounts Receivable)
You should have made a new tax and then moved the erroneous one there and then moved it from there to the target one. Take a backup before and after so that if any unwanted transactions are not needed, they can be deleted and / or removed from the backup and then restored.
2,642 10/07/2017 04:35:38 am
Re: Add Fixed asset sub-category to forum (5 replies, posted in Wish List)
There should be in context notes of what is pertinent to FA 2.4.x alone and not for FA 2.3.x and vice-versa. Info on enabling Fixed Assets config editing permissions too should be available.
Only @joe can edit the Sidebar.
2,643 10/06/2017 05:03:34 pm
Re: Not working: Automatic Increase of reference number fields in FA 2.4.2 (67 replies, posted in Setup)
https://frontaccounting.com/fawiki/index.php?n=Devel.TrobleshootingFrontAccounting
2,644 10/06/2017 05:02:05 pm
Re: VAT in report not correct (4 replies, posted in Report Bugs here)
Which version of FA are you using?
Have you patched it with fixes after it's latest release?
2,645 10/06/2017 05:00:46 pm
Re: Add Fixed asset sub-category to forum (5 replies, posted in Wish List)
Even the wiki will need a separate menu link....
@joe: listening?
2,646 10/06/2017 05:00:03 pm
Re: Exchange Variance Error (27 replies, posted in Banking and General Ledger)
https://frontaccounting.com/fawiki/index.php?n=Devel.TrobleshootingFrontAccounting
2,647 10/06/2017 04:58:50 pm
Re: Cannot Edit, Add or Save data (9 replies, posted in Installation)
The latest PHP 7.1 will not ordinarily accept FA code. They will insist on changing the constructor and destructor names. May be you are using some php.ini settings for backward compatibility in your specific version.
2,648 10/06/2017 04:57:15 pm
Re: Recurring Invoices ... A Problem (35 replies, posted in Accounts Receivable)
The idea is to make it usable in a uniform way without different hardcoded values.
2,649 10/06/2017 04:56:07 pm
Re: Login Timeout (3 replies, posted in Report Bugs here)
Check this thread.
2,650 10/06/2017 04:50:44 pm
Re: Add custom fields into item (24 replies, posted in FA Modifications)
You need to create a new item for each combination of attributes. Otherwise, there is no place other than in the description to place your attribute specifics.