Highlight or circle the wrong entry for ease of correction. It appears to be only a reporting / viewing issue that should be easily corrected generally but in this case it prevents you from payment allocation as well. Some function used for status checking may be in error.

@joe: is this an issue.
@jcuning: Kindly post all relevant version info.

102

(15 replies, posted in Installation)

Have a look at this.

It is still better to make NULL into empty strings to support a wide range of PHP versions.

@joe: is this a real issue?

Looks like you need the second version alone and a general inventory from FA.
Do the output items always remain output only and do not become input items for other output items?
To reduce complexity, you might want to split your 2 requirements into different applications.

Increase these settings in php.ini and restart webserver.

106

(1 replies, posted in FA Modifications)

What was this commit all about?

Thanks @itronics.

Language list versions updated and attached herein.

@joe: I have updated the extensions for Tamil and Hindi languages at: https://github.com/apmuthu/frontac24/commit/29cc99ff3938e31e7e8160508e85cfcb942300c9

Also attached them here for ease of integration into the official Extensions Repo.

109

(3 replies, posted in Announcements)

Post Release Fixes attached.

CHANGELOG

Github Master (Bleeding Edge) Download Link

These fixes can be applied to (overwrite) the release version to be fully functional.

110

(20 replies, posted in Accounts Receivable)

@joe: appears to be a useful feature. Care to place it in the core with an toggle flag in the per company options?

111

(1 replies, posted in Report Bugs here)

php-residence is now hoteldruid.
https://www.hoteldruid.com/download/php-residence_1.3.1.tar.gz
last known version as php-residence.

https://www.hoteldruid.com/download/hoteldruid_1.3.2.tar.gz

Current one that supports PHP 8 is:
https://www.hoteldruid.com/download/hoteldruid_3.0.6.tar.gz

Updated the FA24extensions repo with the updated code from @trafficpest into the my main repo.
https://github.com/apmuthu/FA24extensions/commit/27098d7653d86278dcafda09a7d4b0c71b72548b

113

(0 replies, posted in Reporting)

In the files reporting\rep301.php (Line 33 - Inventory Valuation) and reporting\rep308.php (Line 35 - Costed Inventory Movements),

    if ($myrow['type'] == ST_SUPPRECEIVE || $myrow['type'] == ST_SUPPCREDIT)

can be changed to

    if ($myrow['type'] == ST_SUPPRECEIVE || $myrow['type'] == ST_SUPPCREDIT || $myrow['type'] == ST_INVADJUST)

@joe: see if it is fit to take into the core.

It is already there as "Deliver To". Use "Deliver to location via Shipping Co"
Check out the Delivery Note screenshot and the Packing List screenshot.
The Packing List and Delivery Note are in reporting/rep110.php.

Compare the DB structures of the good and erroneous instances.
Compare the file and folder permissions of the web facing files.
Try to make the unset command into two separate commands, one for each variable, preferably after checking if it exists.
Compare the php.ini files across both installations.

In the file sales/sales_order_entry.php, at line 603, the unset appears as:

    unset($_POST['_stock_id_edit'], $_POST['stock_id']);

Wonder what the subsequent page_modified() does after the above statement that causes the error.

Your URL is not reachable in India as the major ISP has blocked ibb.co hosted at 213.174.132.224

117

(3 replies, posted in Announcements)

Release date 2024-04-03 as of GitHub commit https://github.com/FrontAccountingERP/FA/commit/3a682c094f4b40cdf4937a0157ae3552ab9d7930

SF Download Link
MD5: fc3cc6b83b5917a29c4840293d45d22e
Filesize: 1,886,651 bytes

First 3 day download stats in SourceForge

CHANGELOG

118

(3 replies, posted in Announcements)

Two new translation strings introduced in lang/new_language_template/LC_MESSAGES/empty.po

"Select a Bank Account: "
"Bank Account ID"

2024-04-26: A nice addition of"copy_link"feature - Assimilated into the core now.

119

(3 replies, posted in Translations)

Use Transifex

Use a tar command to zip up the web folder where FA is installed. Also backup the apache conf and php.ini files. Then use phpMyAdmin or mysqldump to backup the sql dump.

121

(2 replies, posted in Accounts Payable)

Try to submit and edit after every 10 items or so

@joe: is there a variable for Ajax refresh time setting?

122

(3 replies, posted in Translations)

Kindly provide your Platform (Windows/Linux) and versions
Also PHP & MySQL versions and which version of FA are you using.

Check the CLI output of:

php -m

and see if it has gettextb extension.

Spanish translation from Google:
Por favor proporcione su plataforma (Windows/Linux) y versiones.
También las versiones de PHP y MySQL y qué versión de FA estás usando.

Verifique la salida CLI de:
Check the CLI output of:

php -m

y vea si tiene la extensión gettext.

The function display_type() is defined separately in each of these reports in the reporting folder:

rep701.php
rep705.php
rep706.php
rep707.php
rep708.php

where the said $path_to_root is not used.

The $path_to_root variable is defined as global in gl/inquiry/balance_sheet.php as a standalone function.

The only place where the function needs to be changed is in gl/inquiry/profit_loss.php. It is defined in line 57 and is used in lines 108, 264 and 320.

In each case, the locally defined functions are not used outside the specific file.

@joe: kindly make the changes in gl/inquiry/profit_loss.php.

Those files in extensions who "include" this file should be aware of such a change and make amends if and when this is committed.

@joe: can commit changes to this file as needed.

Make sure you update your FA to the bleeding edge where some PHP 8.2 issues have been fixed.

125

(10 replies, posted in Installation)

Check your webserver access and error logs before and after ModSecurity off.
See if there are any intrusions and decide what to do - like making IP exceptions for ModSecurity.