I guess the reports are not split up at the access permissions level.

2

(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

(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

(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

@joe,

Yes it deletes without confirmation.

6

(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.

Enable debugging mode and send me screenshot of it.

You might get errors in it.

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.

Yes. It's possible to create such an inventory transfer summary reports. Along with items details of movement.

There is no core report available for inventory transfers

Are those customers have home currency or different currency..

If different. May be the exchange rate issue.

Is it shared hosting or vps.?

1. Do you have more than 5000 entries in items or customers ?

2. Did you check php version like 8.2 or 8.1

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

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..

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

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

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.

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

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

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.

2. May be the progressbar.gif path changed or not being captured with path to root level

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

(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

(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 ?