Which version of FA, PHP and MySQL are you using?
Line 338 of inventory/manage/items.php is:
delete_image($stock_id);
The said function literal is absent in whole of the FA codebase and wonder how the image gets deleted.
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Posts by apmuthu
Which version of FA, PHP and MySQL are you using?
Line 338 of inventory/manage/items.php is:
delete_image($stock_id);
The said function literal is absent in whole of the FA codebase and wonder how the image gets deleted.
@joe: Any changes, if minor, can be accommodated for 2 languages in Quotations into the core.
Try the latest FA v2.4.11+ and see if it persists.
It is likely that many such voids will confuse the admin. A better way is needed. @joe?
Check the order of the entries. Looks okay except for the order.
The said field sales_orders.prep_amount is defined as:
`prep_amount` double NOT NULL DEFAULT '0',
The default for double type field may not be accepted as 0 in your MySQL version or needs to be 0.0. and / or the initialisation to be:
$this->prep_amount = 0.0;
@joe: This needs to be automagically set based on PHP version or by a server wide config variable.
Post Release Fixes attached.
Github Master (Bleeding Edge) Official Download Link
These fixes can be applied to (overwrite) the release version to be fully functional.
Will need this additional fix to work for https installs now.
Attached is the set of changed files between FA 2.4.10 and FA 2.4.11.
Changes in translatable strings:
New Strings:
Half Donut
Splines
Tables
Salesmen
Sales Total
Aging Total
New Orders
Locations
Below Reorder Level
Assembled Items
Manufactured Items
Open Workorders
Categories
Total Sales
Total Costs
Total Results
Type 2 Dimensions
Dimensions Total Balance
Dimensions Total Result
Receivables
Payables
Todays Deposits
Todays Payments
Extensions
Languages
Database Size
Results
Result
Totals
Last %s weeks Performance
Weeks
Last %s Months Performance
Month
Months
Total Customers Aged Analysis
Balances
Total Suppliers Aged Analysis
Last %s Months Cash Flow
No Data available yet!
items are below Reorder Level
Reorder
Replaced Translations:
<del>Purchase => Purchable Total => (should be Purchasable Total)</del> ->> corrected on 2022-02-05
Show Shortage => Show Only Shortages
Case alternates as new strings:
Kits < kits already exists
Fixed Asset Classes < "Fixed Asset classes" already exists
Stock Id < "Stock ID" already exists
qty < "Qty" already exists
As the original release posts got cluttered with many issue posts, this thread is started to address details for this specific release.
Release date 2021-12-04 as of GitHub commit https://github.com/FrontAccountingERP/FA/commit/75a6c36f067b8a728934f0f89ba33381a2bbec06
MD5 Hash for above tar.gz file: c82477d8ad679319a0c3da5e82860af9
Filesize: 1,874,152 bytes
A backup and restore may suffice better when no other users are trying to enter data.
Maybe required when no. of listing entries grow.
Disable https://bitninja.io/ service for the said page.
A non default company when logged in does not allow change of "admin" password.
This is expected to be changed from the default company login only.
The error message is however quite cryptic.
If there exists only one backup in the Backup and Restore page, then we will not be able to delete it. There is no message to that effect.
1. Create 1 Supplier and 1 Customer for the same client.
2. From time to time, pass a Journal entry from one to the other to transfer outstanding balance.
3. Settle by allocation of payments at the transferred account.
Lightweight AjaxCRUD is superb to integrate too.
https://sdk.invoicing.eta.gov.eg/start/
VPN?
htaccesspwd?
Wastage as negative item entry.
Just taking from his profits from time to time.
Keep debiting his account for each withdrawal and then credit his profits from the business into it from time to time or at the end of he fiscal.
Use a Journal Entry with all opening balances as of the last day of the previous finscal year and close that and ll will be fine for the current fiscal year.
Did you replace "0, 0" with "$dimension_id, $dimension2_id" ?
Or did you put in some $info[] element?
At the time the API was framed, dimensions may not have been available for customers.
I expect you are referring to line 111.
FrontAccounting forum → Posts by apmuthu
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.