126

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

127

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

128

(38 replies, posted in Reporting)

Pulled in and updated Unofficial Extensions Repo.

129

(3 replies, posted in Accounts Receivable)

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

130

(10 replies, posted in Installation)

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

131

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

132

(3 replies, posted in Accounts Receivable)

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.

Check for an sql method to auto convert. Take an sql backup, then convert one sales order to a delivery, now take another sql backup, compare the 2 sql backups and see what INSERT, UPDATE differences exist and check what info was passed on (each order may have different line items) and then prepare the new sql statements in an excel / sql query and run it in one shot. Take backup before any changes.

Post a bounty offer in the Job board if you are not upto doing it yourself.

Looks like you forgot to delete the install folder. Check if your config.php file exists, if not, restore it from your backup.

Your sql/update.sql has an error "END IF;" that needs to be removed as well as the trailing blank line for synch with existing module.

https://github.com/apmuthu/FA24extensions/commit/698b3f2b4f90bd7d743e9a8aabbb0e2e4f4e02e6

Have you tried OrangeHRM and creating views for read only tables from FA tables?

Anyone tested it out ?

Will then upload it to my repo and possibly @joe can take it into the official repo after vetting it.

This extension refers to OpenStreet Route Map project.

https://project-osrm.org has some subdomains like https://map.project-osrm.org and other obsolete ones like http://route.project-osrm.org last seen in 2018.

141

(1 replies, posted in Report Bugs here)

Check out the debug and debugsql settings in config.php

What do your Apache/PHP logs say?

142

(2 replies, posted in Wish List)

You can set the PDF page size in the reports by referring to TCPDF library to print on customized paper.

TCLim and others have POS. Also PHPPointofSale and OSPOS are other alternatives in php/mysql.

143

(5 replies, posted in Installation)

Refer to the existing reports in the wiki and see what you want to modify or mockup a screenshot. Check out the ERDs for the fields you need in your report.

144

(57 replies, posted in Installation)

It works if your IP is not blacklisted (does one exist?).
The following is the contents of the modules/_cache folder that has the the list of extensions as of today.

Alternatively make a separate repo with all the current ones in them and take it from there.

The unofficial repo of extensions can also be used although version bumps may not be uptodate but with fixes/extensions not in the official repo.

Time to exit your hosting service and roll your own - a learning curve though.

@joe: was that commit complete to include edition as well?

Use the bleeding edge from the GitHub Master as it has many PHP 8.x fixes.

PHP 8.3 is not yet supported in most configurations in frontaccounting 2.4.x.

149

(57 replies, posted in Installation)

The check / cheque print extensions are attached. They are from the unofficial repo.

Just unzip the appropriate one into the modules folder and update the installed_extensions.php file.

Even a mere checkbox might suffice for all binary choices.