1

(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

3

(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

7

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

8

(2 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"

9

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

11

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

12

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

15

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

16

(36 replies, posted in Reporting)

Check this out for differential encoding issues and potential use of utf8_encode(). Also check if $mail->CharSet = "UTF-8"; works.

17

(10 replies, posted in Installation)

ModSecurity does protocol filtering and hence it may be affecting FA login.ModSecurity provides a rule configuration language known as 'SecRules' for real-time monitoring, logging, and filtering of Hypertext Transfer Protocol communications based on user-defined rules. .

18

(36 replies, posted in Reporting)

Pulled in and updated Unofficial Extensions Repo.

FA 2.3 will run on PHP 5 only.
Try the latest FA v2.4.17+

20

(10 replies, posted in Installation)

File and folder permissions for owner and group that the webserver process is running on

21

(10 replies, posted in Installation)

Using admin/password it goes to kvcodes login theme. Check if the code integration is proper. Look at all the external modules you have used.

Platform, FA version, PHP version and files/folder permissions?

Screenshot missing.
Check the Post release notes for FA 2.4.16 and later:
https://frontaccounting.com/punbb/viewtopic.php?id=10282
Check CHANGELOG for your version:

2023-10-10 Joe Hunt
Release 2.4.17
M    version.php

2023-09-22 Joe Hunt
Bug Found in Supplier Invoice in Calculating Unit Tax
M    purchasing/includes/db/invoice_db.inc

2023-09-21 Joe Hunt
New empty language empty.po file
M    lang/new_language_template/LC_MESSAGES/empty.po

2023-08-07/08 Joe Hunt
PHP 8.2 fixes - 4 commits
M    admin\includes\fa_patch.class.inc
M    includes\hooks.inc
M    includes\prefs\userprefs.inc
M    includes\ui\allocation_cart.inc
M    includes\ui\attachment.inc
M    includes\ui\contacts_view.inc
M    purchasing\inquiry\supplier_inquiry.php
M    reporting\rep110.php
M    reporting\includes\class.graphic.inc
M    sales\includes\cart_class.inc
M    sales\inquiry\customer_inquiry.php

2023-08-01/06 Joe Hunt
Added Payment Link (Payment Service) for XUMM. A Dutch free Payment Service and re-run
M    includes/ui/ui_view.inc

2023-05-03 / 2023-07-03 Joe Hunt
Mark Inactive Customers and Suppliers in Reports (when no Filter). Bug 5709: Calculation fixed.
M    reporting/rep101.php
M    reporting/rep102.php
M    reporting/rep115.php
M    reporting/rep201.php
M    reporting/rep202.php
M    reporting/rep203.php
M    reporting/rep206.php

2023-05-03 Joe Hunt
Release 2.4.16
M    lang/new_language_template/LC_MESSAGES/empty.po
M    version.php

Cleaned up the code and uploaded to the unofficial FA24extensions repo at:
https://github.com/apmuthu/FA24extensions/tree/master/Extensions/rep_route_deliveries_no_ship

Any updates would have revived the presence of install folder.