77 02/09/2025 03:42:03 pm
Re: WordPress (23 replies, posted in Modules/Add-on's)
Wonder what the line for SHA1sum is in the _init/config file ?
As I have added woo_orders to my repo the pull request was not needed now.
78 02/06/2025 08:06:00 pm
Re: WordPress (23 replies, posted in Modules/Add-on's)
Unofficial Extensions repo:
https://github.com/apmuthu/FA24extensions/tree/master/Extensions/woo_orders
79 01/18/2025 06:22:11 pm
Re: Inventory Adjustment GL Account (1 replies, posted in Banking and General Ledger)
All opening balances in amounts are made through a journal entry that is balanced. All inventory opening balances too can be done through a dummy sales / purchase account that can be settled as paid/received onto the suspense account in a balanced manner. Mere creation of stock on hand will not have its value balanced off.
80 01/18/2025 06:19:10 pm
Re: 504 Gateway Timeout (12 replies, posted in Installation)
PHP / MySQL vagaries in encoding and function constructs and crypto hashes and some function definitions and rounding off errors besides Apache versions
81 01/15/2025 01:27:47 am
Re: 504 Gateway Timeout (12 replies, posted in Installation)
Please make sure that any master changes have compatibility with Windows as well.
82 01/13/2025 07:12:48 am
Re: Costed Inventory Movements (2 replies, posted in Reporting)
Costing method used can be stated in the report.
83 01/13/2025 07:08:29 am
Re: 504 Gateway Timeout (12 replies, posted in Installation)
Lines 416 and 481 have both parameters in admin/db/maintenance_db.inc
Also in the CoA sql/en_US-new.sql we have SET NAMES latin1; and it may be utf8 for other language CoAs.
Please list the changes you have made.
84 01/10/2025 06:58:43 pm
Re: Is FrontAccounting PHP 8.3 Ready? (10 replies, posted in Setup)
FA has some fixes for PHP 8 and deployment notes from users on PHP 8.3 would be welcome.
85 01/08/2025 05:34:39 pm
Re: WordPress (23 replies, posted in Modules/Add-on's)
SCOTT WHEELER, President, NOVERHEAD SOFTWARE, LLC, 132 Woodcrest Dr Loveland, OH, 45140-7756 United States/
In 2011: 6971 TICONDEROGA TRAIL EDEN PRAIRIE OH 55346
https://www.cartspan.com/
513-708-1317
https://frontaccounting.com/punbb/viewtopic.php?pid=43386#p43386
CartSpan itself is a Microsoft Windows based application that resides on your local desktop. CartSpan will communicate with its own standard PHP script (ionCube encoded) to accomplish the integration work.
86 12/29/2024 02:00:42 pm
Re: WordPress (23 replies, posted in Modules/Add-on's)
Zip and attach herein and send to @joe.
Fork and send pull request to the unofficial Extensions repo as well.
Also it should state the version of WP it was tested on and whether PHP8 constructs undermine legacy PHP versions of FA in usage.
87 12/29/2024 02:30:24 am
Re: Inventory cost/value (7 replies, posted in Items and Inventory)
There are 2 tables - stock_category and stock_master - that have the field mb_flag in FA default installation. The former has it as dflt_mb_flag.
There are a total of 53 files with the field mb_flag in them in the core FA.
mb_flag values:
F => Fixed Asset
B =>Purchased - Default in the tables, used only in reports rep3*.php as item.mb_flag='B' OR item.mb_flag='M'
M => Manufactured
D =>Service (S old flag)
Which file has mb_flag='A' ?
88 12/27/2024 01:56:23 am
Re: Add Email column to Customer Transactions page (2 replies, posted in FA Modifications)
@joe: Should this be included?
89 12/19/2024 07:29:57 am
Re: Change from Non-Inventory to Inventory Item (3 replies, posted in Items and Inventory)
Try to create another item of inventory type for the old one without inventory and proceed thereafter and see if you can back enter the old ones in the latter and then edit the invoices, salesorders and others that affect inventory thereafter
90 12/18/2024 10:25:33 am
Re: allocated cloumn, and an option not to show it (17 replies, posted in Reporting)
Those in EU will have time for this only when the Ukraine war is over and everyone feels safe there.
91 12/09/2024 01:43:54 am
Re: Import Transactions not working (28 replies, posted in Modules/Add-on's)
When re-ordering the arguments to functions, the appropriate function definitions should also be aligned accordingly.
92 12/04/2024 02:40:23 pm
Re: Report on item sales (6 replies, posted in Items and Inventory)
Make the choice in the form for the said report. See attachment.
93 12/04/2024 02:34:55 pm
Re: Upgrade from 2.3 to latest version of 2.4.16 or latest ver (2 replies, posted in Installation)
Deprecated is just a warning and can be suppressed in the php,ini.
Solution : Rename your function name emailcomm() to __construct()
Explanation: In previous versions of PHP, if PHP cannot find a __construct() function for a given class, it will search for the old-style constructor function, by the name of the class, but now old style constructors are DEPRECATED in PHP 7.0, and will be removed in a future version. You should always use __construct() in new code. Read php manual
function __construct() {
// copy your old constructor function code
https://stackoverflow.com/questions/47549783/php-deprecated-methods-with-the-same-name-as-their-class-will-not-be-constructo
94 12/01/2024 03:16:59 pm
Re: Report on item sales (6 replies, posted in Items and Inventory)
https://frontaccounting.com/fawiki/uploads/Help/Rep304_Inventory_Sales_Report.png
95 11/27/2024 04:55:27 pm
Re: Items variations by sizes and color (3 replies, posted in Items and Inventory)
Item Categories and Items
96 11/12/2024 01:14:44 pm
Re: Translation using googletranslate (6 replies, posted in Translations)
The removal of & in &Items can be automated as well as long as & is not used anywhere else.
It can also be a php script as part of FA just like:
https://github.com/apmuthu/frontac24/blob/master/FA24Mods/make_coa.php
97 11/05/2024 04:05:02 pm
Re: Report on item sales (6 replies, posted in Items and Inventory)
Inventory => Inventory Sales Report => rep304
98 10/31/2024 10:55:02 pm
Re: Module and page access breaking .. (4 replies, posted in Modules/Add-on's)
Try to make the settings to http instead of https and make appropriate changes in includes/session.inc
Which platform are you on - linux/mac or windows?
Troubleshoot by putting in the extensions one by one and checking if the anomaly still exists.
Which extensions have you loaded and activated for each company?
Check the error logs.
99 10/29/2024 04:09:15 pm
Re: Module and page access breaking .. (4 replies, posted in Modules/Add-on's)
Try with PHP 5.5 / 5.6 and see if it persists.
100 10/14/2024 04:12:42 pm
Re: Alternative to RepGen (3 replies, posted in Reporting)
Use an older version like v6 for best performance if using PHP 5.6 or earlier.