I guess the reports are not split up at the access permissions level.
1 09/11/2024 01:58:48 pm
Re: Reports and Analysis - Why are the reports of all modules listed? (1 replies, posted in Setup)
2 08/20/2024 05:06:50 pm
Re: Attachments (5 replies, posted in Setup)
If you are checking in the first company than you must copied it to company/0/attachments
If you copied for the second company that's right. So you can try further by enabling debugging mode
3 08/20/2024 05:04:52 pm
Re: WordPress (5 replies, posted in Modules/Add-on's)
Yes its possible with its rest api and webhook to easily pass the orders, customers information nd also sync stock bètween woocommerce and FA
4 07/20/2024 02:01:11 am
Re: Upgrade from older version (11 replies, posted in Setup)
Just keep a backup of both database and 2.4.6 in a zip.
And than install a new fa 2.4.18 in a separate folder with a new database. Than copy this exported database of 2.4.6 to newfa/company/0/backups
And than login to your new fa 2.4.18 and goto setup backup and restore. There you can restore the backup..
After that system will block and show you the message to update it.
Now goto updates. There you can update your data base to new.
Hope you also didn't make modifications in your FA 2.4.6
5 07/07/2024 04:28:03 am
Re: Contacts are deleting without prompting confirmation (3 replies, posted in Report Bugs here)
@joe,
Yes it deletes without confirmation.
6 06/26/2024 04:00:23 pm
Re: Installation 2.4.18 PHP 8 (15 replies, posted in Installation)
@apmuthu. It has to be updated. And this forum should be for the developers community. We need to fix this issues before next php version come up.
@steven, you are trying to install frontaccounting without table prefix. That's the reason caused this error. But this won't interrupt you to use the system. So better you create companies or install frontaccounting with table prefix.
And it will be fixed and updated to next release. @joe fix this and make it on next update.
7 06/24/2024 09:33:22 am
Re: Nothing shows up when i press the process and close order. (2 replies, posted in Manufacturing)
Enable debugging mode and send me screenshot of it.
You might get errors in it.
8 06/24/2024 06:06:54 am
Re: i do not found Report for Transfers item (5 replies, posted in Reporting)
Query it from stock moves and get only the location transfer entries.
And copy an existing report of any summary report which matches your results. And you can modify that report with this query and get your report done.
9 06/22/2024 04:40:02 pm
Re: i do not found Report for Transfers item (5 replies, posted in Reporting)
Yes. It's possible to create such an inventory transfer summary reports. Along with items details of movement.
10 06/21/2024 02:46:18 pm
Re: i do not found Report for Transfers item (5 replies, posted in Reporting)
There is no core report available for inventory transfers
11 05/15/2024 05:18:17 pm
Re: New sales_order_entry.php very slow (4 replies, posted in Accounts Receivable)
Are those customers have home currency or different currency..
If different. May be the exchange rate issue.
12 05/15/2024 08:25:41 am
Re: Problem with any language other than English not working on the system (7 replies, posted in Translations)
Is it shared hosting or vps.?
13 05/15/2024 08:24:00 am
Re: New sales_order_entry.php very slow (4 replies, posted in Accounts Receivable)
1. Do you have more than 5000 entries in items or customers ?
2. Did you check php version like 8.2 or 8.1
14 04/22/2024 04:36:47 pm
Re: Returning Ajax Failure on Add Item (3 replies, posted in Report Bugs here)
It depends on the speed of your server and also your timeout in js. Increase both.. May be your old version has more execution time
15 04/16/2024 01:28:25 pm
Re: Product type filter in report and analysis (1 replies, posted in Reporting)
The product type is a good one. But needs to connect it with items and then we have to use it in each reports filters where ever we have category drop down. We can use this filter too.
But it's a time consuming to make it. Hire a developer or post a job in forum and get right developer to make it..
16 04/14/2024 02:10:43 pm
Re: Been using for 8 mths but now starting installation routine (8 replies, posted in Installation)
The problem you have told the config.php not accessible . Which means it's removed.
Why don't you create a new config.php and config_db.php with your MySQL information. So it will resume working.
Just configurations problem for this
17 04/07/2024 11:15:06 am
Re: Can't Add Direct Invoice Item for some customers (8 replies, posted in Report Bugs here)
It seems you are using the select2 feature in every drop down. It's not core of FA. You might use a modified the version of it.
So when you choose certain customers. The drop down or the items list might be directly connected to the sales price.
Or there can be the custom query which is failed to get results..
Or if any drop down or the list might be oversized. And it fails to load.
Or may be timeout. Increase the time if it.
Looks like you are a developer to modify the theme. So check those perspectives.
Try something more on that to elaborate the error
18 03/31/2024 01:01:24 am
Re: 2.4.17 Email Bar Missing & PHP ver 8.0 and higher not working. (8 replies, posted in Report Bugs here)
1. Your update go corrupted. It doesn't get the timeout properly. That's the reason for login popup. And your session timeouts frequently.
2. You are still using old phpmailer class. Update your phpmailer to send mail.
19 03/30/2024 02:00:59 pm
Re: Supplier Payment - FA version 2.4.17 (2 replies, posted in Accounts Payable)
Looks the COA is not good. Try with new company and this time use default FA coa with or without demo data and than try the same scenario. If that worked.
You can decide it's COA error. Give it a try by creating a new company for default COA
20 03/27/2024 04:59:49 am
Re: Error Handler not working for php 8.2 (11 replies, posted in FA Modifications)
We have another required parameter after the optional parameter.
on profit_loss.php
function display_type ($type, $typename, $from, $to, $begin, $end, $compare, $convert,
$dimension=0, $dimension2=0, $drilldown, $path_to_root)
here $drilldown can be put default value as 0
And $path_to_root can be declared as global variable inside the display_type
function display_type ($type, $typename, $from, $to, $begin, $end, $compare, $convert,
$dimension=0, $dimension2=0, $drilldown=0) {
global $path_to_root;
this will work there
21 03/27/2024 04:54:56 am
Re: Error reporting functionality doesnt seem to be working (5 replies, posted in Report Bugs here)
Fa 2.4.4 doesnt work on PHP 8. Either you update your FA to recent 2.4.17 or you keep the 2.4.4. with PHP 5.6
suppose if you are running wordpress on the same server, create a sub domain for the FA and for that sub domain keep the version of php in 5.6 and run it there.
Seems like you are trying the same version on 2.4.4 on php 8. it wont work.
22 03/26/2024 02:58:29 am
Re: 2.4.17 Email Bar Missing & PHP ver 8.0 and higher not working. (8 replies, posted in Report Bugs here)
2. May be the progressbar.gif path changed or not being captured with path to root level
23 03/26/2024 02:56:19 am
Re: 2.4.17 Email Bar Missing & PHP ver 8.0 and higher not working. (8 replies, posted in Report Bugs here)
1. Seems like your FA has core modified and something affected to connect login functions. May be check the log and bring the errors here. We will help you out
24 03/09/2024 02:33:09 pm
Re: login issues (10 replies, posted in Installation)
Seems like our POS program htaccess interrupt here. Create sub domain for either ERP or POS and maintain them to access separate
25 03/07/2024 03:26:58 am
Re: login issues (10 replies, posted in Installation)
Is it happens when your FA installed locally on Windows or Linux.?
Do you have the htaccess with you in the root of your FA?
Can you copy here.?
What is the url of your FA looks like ?