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.
177 03/09/2024 04:53:30 am
Re: The invoice file not found (3 replies, posted in Accounts Receivable)
Platform, FA version, PHP version and files/folder permissions?
178 02/23/2024 04:44:44 pm
Re: PHP to 8.2 errors with FA 2.4.17 (16 replies, posted in Report Bugs here)
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
179 02/23/2024 04:39:51 pm
Re: Added Branches to additional Fields Ext (5 replies, posted in Modules/Add-on's)
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
180 02/22/2024 05:59:55 pm
Re: Been using for 8 mths but now starting installation routine (8 replies, posted in Installation)
Any updates would have revived the presence of install folder.
181 02/21/2024 10:39:44 am
Re: Thousands of sales order need to be converted to invoice (1 replies, posted in Accounts Receivable)
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.
182 02/21/2024 10:36:29 am
Re: Been using for 8 mths but now starting installation routine (8 replies, posted in Installation)
Looks like you forgot to delete the install folder. Check if your config.php file exists, if not, restore it from your backup.
183 02/21/2024 09:51:41 am
Re: Added Branches to additional Fields Ext (5 replies, posted in Modules/Add-on's)
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
184 02/19/2024 04:55:16 pm
Re: Australian payroll extension (1 replies, posted in Jobs wanted/offered, non-free offers)
Have you tried OrangeHRM and creating views for read only tables from FA tables?
185 02/16/2024 02:10:24 pm
Re: Just Added shipper filter and print by date in reports (3 replies, posted in Modules/Add-on's)
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.
186 02/16/2024 01:55:43 pm
Re: Can't add a new supplier (1 replies, posted in Report Bugs here)
Check out the debug and debugsql settings in config.php
What do your Apache/PHP logs say?
187 02/16/2024 01:53:57 pm
Re: POS for FA and till printer link? (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.
189 02/09/2024 05:50:40 am
Re: Cannot download repo index file (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.
190 02/07/2024 03:09:36 pm
Re: Upgraded PHP version now can't login (7 replies, posted in Installation)
Time to exit your hosting service and roll your own - a learning curve though.
191 02/02/2024 07:24:55 pm
Re: 2.4.17 Long Descriptions in Sales Invoices (7 replies, posted in Report Bugs here)
@joe: was that commit complete to include edition as well?
192 02/02/2024 07:23:23 pm
Re: Upgraded PHP version now can't login (7 replies, posted in Installation)
Use the bleeding edge from the GitHub Master as it has many PHP 8.x fixes.
193 02/02/2024 07:16:32 pm
Re: Unable to login after upgrade to the latest version 2.4.14 (3 replies, posted in Installation)
PHP 8.3 is not yet supported in most configurations in frontaccounting 2.4.x.
194 01/25/2024 09:21:24 am
Re: Cannot download repo index file (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.
195 01/25/2024 09:16:09 am
Re: allocated cloumn, and an option not to show it (17 replies, posted in Reporting)
Even a mere checkbox might suffice for all binary choices.
196 01/21/2024 02:31:42 pm
Re: allocated cloumn, and an option not to show it (17 replies, posted in Reporting)
@joe: Is this essential to include in the core FA. If so clean up the kludge herein which was just a Quick'n Dirty fix.
197 01/13/2024 08:12:06 pm
Re: allocated cloumn, and an option not to show it (17 replies, posted in Reporting)
Attached is modified version of reporting/rep201.php file to suit your needs. You may do the same for reporting/rep201.php.
Such modified files should be placed in the company/#/reporting folder so as to be applicable as a substitute for the default one in the reporting folder.
198 01/13/2024 07:40:28 pm
Re: Installation at office and multiple trucks that are warehouses (2 replies, posted in Installation)
Have a separate application for managing the truck transaction data and have a middleware to synch with FA tables when at the HQ. Issues such as change in data that was already synched will render the HQ server data as stale even though newer data are in synch.
199 01/13/2024 07:33:40 pm
Re: Error Handler not working for php 8.2 (11 replies, posted in FA Modifications)
Let us freeze the PHP version for this FA version.
People should not keep updating PHP version frequently.
200 01/13/2024 07:32:23 pm
Re: How to delete or modify leave of employee from timecard (1 replies, posted in Modules/Add-on's)
If you are referring to Notrinos FrontHRM module, visit
https://frontaccounting.com/punbb/viewtopic.php?id=9773
Check for newer version.