Use XAMPP v1.8.2.5 (not 1.8.2.6) and enable openssl and some other extensions in the php.ini file.
Refer this post, incorporate the php.ini diff stated therein and read this wiki article.
476 12/19/2020 03:26:23 pm
Re: FA 2.4.9 Install error "errors.inc" (11 replies, posted in Installation)
477 12/18/2020 04:58:32 am
Re: FA 2.4.9 Install error "errors.inc" (11 replies, posted in Installation)
See PM.
FA 2.4.x does not support PHP 8.0 that is in your version of XAMPP.
478 12/18/2020 04:55:28 am
Re: Import Transactions Direct Invoice paid by card (8 replies, posted in Modules Add-on's)
@braathwaate: Please specify which file this function can be in and how and where it may be called in the extension. Is it specific to your version of the Import Transactions extension?
479 12/18/2020 04:50:11 am
Re: Item Adjustments Note disable rounding of Unit Cost (11 replies, posted in Items and Inventory)
@joe: Please check and correct it:
Line 202 in inventory/includes/item_adjustments_ui.inc:
amount_cells(null, 'std_cost', null, null, null, $dec);
needs to be replaced with:
amount_cells(null, 'std_cost', null, null, null, $dec2);
This line was introduced in commit on 2019-06-28 as Line 194:
Inventory Adjustment: negative adjustment should always use current average item cost.
480 12/17/2020 05:33:54 pm
Re: Release 2.4.9 (4 replies, posted in Announcements)
Official Extension Versions as on date attached. There is no guarantee that a higher version number has the latest code since version numbers get bumped every so often with no change in the code. Verify the extension contents and the Git Commit logs / date in my unofficial FA24extensions repo.
481 12/17/2020 05:25:33 pm
Re: Release 2.4.9 (4 replies, posted in Announcements)
Post Release Fixes attached.
* This also has the PHP compatibility fix stated here. - It is now in the core and in the attachment herein.
* View this post for fixes to this update. - It is now in the core and in the attachment herein.
482 12/17/2020 05:17:54 pm
Re: Import Transactions Direct Invoice paid by card (8 replies, posted in Modules Add-on's)
@joe: Can we have a company specific flag to choose this option as a sys_prefs record? Or should we just have "cash and bank" accounts available in the select box?
483 12/17/2020 04:28:35 pm
Re: FA 2.4.9 Purchase Order pdf printout won't work. (5 replies, posted in Report Bugs here)
Yes. This error was introduced in this 2020-11-28 commit.
A whole list of functions used in FA can be extracted from the webroot core folder with:
grep -R "function " core > FAFunctionList.txt
and remove all commented lines (and their multiline continuities) and normalise the tabs between the file name: and the function word besides removing sql and class elements and __construct().
484 12/17/2020 04:04:33 pm
Re: Item Adjustments Note disable rounding of Unit Cost (11 replies, posted in Items and Inventory)
Try with FA 2.4.9+ and see if the issue persists.
Also, state your PHP/MySQL/Platform versions.
485 12/17/2020 02:59:52 pm
Re: Developer Needed Urgently - Collections Module for FA (2 replies, posted in Jobs wanted/offered, non-free offers)
Check your PM.
486 12/15/2020 06:38:48 pm
Re: Compatibility fix for commit on 2020-09-28 (4 replies, posted in Banking and General Ledger)
@joe: Fixed in my repo.
487 12/15/2020 06:31:34 pm
Re: Release 2.4.9 (4 replies, posted in Announcements)
Attached is the set of changed files between FA 2.4.8 and FA 2.4.9.
This also has the PHP compatibility fix stated here.
First 2 day download stats at SF
Previous release fileset changes in this post.
SF Main Download Page
FA 2.4.9 tar.gz download
MD5 Hash: b05ab536e2193281cd461741f5341c0a
Filesize: 1,597,628 bytes
488 12/15/2020 06:11:37 pm
Re: Release 2.4.9 (4 replies, posted in Announcements)
10 New Translation strings attached.
Translations on Transifex.
2 Translations removed:
No Revaluation was needed
Show Shortage
489 12/15/2020 04:31:05 pm
Re: Compatibility fix for commit on 2020-09-28 (4 replies, posted in Banking and General Ledger)
@joe: This should have been corrected before the FA 2.4.9 release as it will surely break any upgrade on systems with PHP < v5.4.
490 12/15/2020 04:26:34 pm
Re: Sales Order View showing DN and INV of an year old order (1 replies, posted in Accounts Receivable)
Looks like some primary keys got mangled or indexes are corrupt. Diagnose and fix DB errors in phpMyAdmin or other MySQL client. Also the next auto_increment key may have got jumped.
491 12/15/2020 04:13:19 pm
Re: Item Adjustments Note disable rounding of Unit Cost (11 replies, posted in Items and Inventory)
@joe: why is this?
492 12/06/2020 07:11:51 am
Re: Developer Needed Urgently - Collections Module for FA (2 replies, posted in Jobs wanted/offered, non-free offers)
Better still, make a separate application that uses the FA tables - this way you do not need to touch FA. PM for possibilities.
493 12/06/2020 07:10:36 am
Re: Display payment information in the printed invoice (8 replies, posted in FA Modifications)
What happens when the payment is edited to show it as being only partially paid.... Better still do it offline manually!
494 12/06/2020 07:09:32 am
Re: Dimensions in Balance Accounts (7 replies, posted in Dimensions)
Yes Joe. But the issue of segregated logins and customer subsets for FA usage across branches independently too is a subsequent missive here.
495 12/06/2020 07:05:58 am
Re: Exchange Variations (1 replies, posted in Report Bugs here)
Instead of a journal entry, make a discount at allocation / payment time of $2.
496 12/02/2020 07:38:08 pm
Re: Dimensions in Balance Accounts (7 replies, posted in Dimensions)
Dimensions just provide a filtered view.
Current FA does not have per branch access control.
Can be a candidate for FA 2.5 and make do with an extension / core mod for now with users / branches stored in a json as sys_prefs records.
@joe: what say you?
497 12/01/2020 11:32:40 am
Topic: PHPMailer extension for FA 2.4.x added (1 replies, posted in Modules Add-on's)
PHPMailer Extension for FA has been packaged at https://github.com/apmuthu/FA24extensio … sions/mail and attached here.
Rename the reporting/includes/class.mail.inc file and copy over the one in the extension there.
Please test and provide feedback. Note that all info are stored in the sys_prefs table and hence backup and restore exposure should be taken care of.
Credits to Serban Constantinescu and his repo for this extension is here.
498 12/01/2020 11:22:44 am
Re: Error selecting wrong customer branch when browser javascript is off (2 replies, posted in Report Bugs here)
The said branch_id is actually commented out, possibly a remnant of an old version.
499 11/30/2020 04:28:03 pm
Re: Import of Direct Sales Invoice from csv fails (18 replies, posted in Modules Add-on's)
Choose the entry that was successful and make 10 entries of the same and import them making sure the Inv Nos are different so as not to violate the primary key requirements.
If you still get the error then it has something to do with the memory setting in PHP / Webserver configs.
Also check if your PHP variables settings are high enough like 3000 or so (default is 1000 only).
500 11/30/2020 09:36:16 am
Re: Import of Direct Sales Invoice from csv fails (18 replies, posted in Modules Add-on's)
You are using backticks in item_description and delto field values. Remove them and all should be well.