@joe: Kindly fix this.
401 01/24/2022 03:02:04 am
Re: Missing function 'delete_image' when trying to delete an Item (5 replies, posted in Report Bugs here)
402 01/24/2022 03:01:05 am
Re: FrontAccounting SaaS Sellers (2 replies, posted in Announcements)
Add another option for Education / Training purposes.
403 01/24/2022 02:59:29 am
Re: login repeats with every click (15 replies, posted in Report Bugs here)
It is then better not to be hardcoded as a define but dynamically computed if https is in the URL. As it stands after the current commit, we still need to set the define manually.
404 01/23/2022 04:03:12 pm
Re: Missing function 'delete_image' when trying to delete an Item (5 replies, posted in Report Bugs here)
Looks like it should be del_image instead of delete_image.
The function is defined in inventory/manage/items.php at 59 to 67:
function del_image($stock_id)
{
foreach (array('jpg', 'png', 'gif') as $ext) {
$filename = company_path().'/images/'.item_img_name($stock_id).".".$ext;
if (file_exists($filename) && !unlink($filename))
return false;
}
return true;
}405 01/23/2022 03:45:58 pm
Re: Missing function 'delete_image' when trying to delete an Item (5 replies, posted in Report Bugs here)
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.
406 01/23/2022 03:44:50 pm
Re: Change Item Description Field to long_description Field. (14 replies, posted in Reporting)
@joe: Any changes, if minor, can be accommodated for 2 languages in Quotations into the core.
407 01/21/2022 03:37:39 am
Re: Standard Cost Changes and as such result to Negative Profit in Report (28 replies, posted in Items and Inventory)
Try the latest FA v2.4.11+ and see if it persists.
408 01/21/2022 03:32:36 am
Re: Anomaly in Database Entry (4 replies, posted in Banking and General Ledger)
It is likely that many such voids will confuse the admin. A better way is needed. @joe?
409 01/21/2022 03:30:07 am
Re: Incorrect Journal Balance (sales invoice) (6 replies, posted in Report Bugs here)
Check the order of the entries. Looks okay except for the order.
410 01/21/2022 03:25:13 am
Re: Import Transactions (154 replies, posted in Modules Add-on's)
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;411 01/21/2022 03:04:23 am
Re: login repeats with every click (15 replies, posted in Report Bugs here)
@joe: This needs to be automagically set based on PHP version or by a server wide config variable.
412 01/02/2022 05:56:28 am
Re: Release 2.4.11 notes (3 replies, posted in Announcements)
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.
413 01/02/2022 05:43:03 am
Re: Release 2.4.11 notes (3 replies, posted in Announcements)
Attached is the set of changed files between FA 2.4.10 and FA 2.4.11.
414 01/02/2022 05:40:28 am
Re: Release 2.4.11 notes (3 replies, posted in Announcements)
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 exists415 01/02/2022 05:39:38 am
Topic: Release 2.4.11 notes (3 replies, posted in Announcements)
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
416 01/02/2022 02:08:29 am
Re: Import Transactions (154 replies, posted in Modules Add-on's)
A backup and restore may suffice better when no other users are trying to enter data.
417 01/02/2022 02:07:26 am
Re: unnecessary file included (2 replies, posted in FA Modifications)
Maybe required when no. of listing entries grow.
418 01/02/2022 02:06:10 am
Re: Cannot download repo index file - Problem with reCAPTCHA? (1 replies, posted in Modules Add-on's)
Disable https://bitninja.io/ service for the said page.
419 01/02/2022 02:00:43 am
Topic: Default admin password not changeable in web interface of the guest co (0 replies, posted in Setup)
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.
420 01/02/2022 01:57:42 am
Topic: Backup and Restore not deleting lone entry (0 replies, posted in Setup)
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.
421 11/22/2021 06:17:00 pm
Re: my customer is my supplier (7 replies, posted in Banking and General Ledger)
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.
422 11/22/2021 06:11:47 pm
Re: Integration with gridphp.com (5 replies, posted in Development)
Lightweight AjaxCRUD is superb to integrate too.
423 11/22/2021 05:56:38 pm
Re: Invoice sales (2 replies, posted in Reporting)
https://sdk.invoicing.eta.gov.eg/start/
424 11/04/2021 04:34:57 am
Re: Username login security? (12 replies, posted in Setup)
VPN?
htaccesspwd?
425 10/19/2021 12:49:00 pm
Re: Menu for reduce inventory (1 replies, posted in Items and Inventory)
Wastage as negative item entry.
