Updated the FA24extensions repo with the updated code from @trafficpest into the my main repo.
https://github.com/apmuthu/FA24extensions/commit/27098d7653d86278dcafda09a7d4b0c71b72548b
76 04/14/2024 06:02:06 pm
Re: Cach chon dich vu in an hieu qua cho doanh nghiep (4 replies, posted in Reporting)
77 04/08/2024 09:09:20 am
Topic: ST_INVADJUST fix (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.
78 04/08/2024 08:36:56 am
Re: Cach chon dich vu in an hieu qua cho doanh nghiep (4 replies, posted in Reporting)
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.
79 04/07/2024 09:00:34 am
Re: Can't Add Direct Invoice Item for some customers (8 replies, posted in Report Bugs here)
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.
80 04/06/2024 08:16:11 pm
Re: Can't Add Direct Invoice Item for some customers (8 replies, posted in Report Bugs here)
Your URL is not reachable in India as the major ISP has blocked ibb.co hosted at 213.174.132.224
81 04/05/2024 07:30:36 pm
Re: Release 2.4.18 (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
82 04/05/2024 07:25:21 pm
Re: Release 2.4.18 (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.
83 04/05/2024 06:29:22 pm
Re: How to update translation (3 replies, posted in Translations)
Use Transifex
84 04/05/2024 06:25:15 pm
Re: Been using for 8 mths but now starting installation routine (8 replies, posted in Installation)
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.
85 03/30/2024 06:16:54 am
Re: Screen Refresh Issue (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?
86 03/30/2024 06:12:33 am
Re: Actualizado Lang es_CL (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.
87 03/29/2024 04:37:50 am
Re: Error Handler not working for php 8.2 (11 replies, posted in FA Modifications)
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.
88 03/26/2024 09:15:28 am
Re: 2.4.17 Email Bar Missing & PHP ver 8.0 and higher not working. (8 replies, posted in Report Bugs here)
Make sure you update your FA to the bleeding edge where some PHP 8.2 issues have been fixed.
89 03/26/2024 09:12:55 am
Re: login issues (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.
90 03/24/2024 05:55:34 pm
Re: Emailing not setting mime-type (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.
91 03/24/2024 05:52:10 pm
Re: login issues (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. .
92 03/22/2024 06:44:48 am
Re: Emailing not setting mime-type (38 replies, posted in Reporting)
Pulled in and updated Unofficial Extensions Repo.
93 03/11/2024 05:13:46 pm
Re: The invoice file not found (3 replies, posted in Accounts Receivable)
FA 2.3 will run on PHP 5 only.
Try the latest FA v2.4.17+
94 03/11/2024 05:12:34 pm
Re: login issues (10 replies, posted in Installation)
File and folder permissions for owner and group that the webserver process is running on
95 03/09/2024 04:56:46 am
Re: login issues (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.
96 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?
97 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
98 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
99 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.
100 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.