Thanks Janusz for the clarification. Wikied it.
3,977 07/26/2015 11:09:06 am
Re: FA v2.4 development (48 replies, posted in Setup)
Screenshots of FA 2.4 Beta - Install, Usage and Extensions available.
FA v2.4 beta can be installed after incorporating the fix detailed in this post.
sys_types and movement_types tables are still present in en_US-demo.sql while being absent in en_US-new.sql - not used in FA 2.4.
journal, reflines and wo_costing are the new tables introduced in FA v2.4.
If you have installed the en_US-demo.sql, then update the currency symbols with:
UPDATE `0_currencies` SET `curr_symbol`='£' WHERE `curr_abrev`='GBP';
UPDATE `0_currencies` SET `curr_symbol`='€' WHERE `curr_abrev`='EUR';
The demo data has been pruned and computer images (items) have been replaced with the more contemporary cell phone images.
PDFs render well in windows without any cludge fixes anymore.
rep709.php fix in FA v2.3 not ported to FA 2.4 as yet.
demouser is no longer in the en_US-demo.sql
The $src_version variable is now "2.4 beta" and is different from the $db_version which is "2.4.0" in version.php.
Anyone using it in production?
3,978 07/26/2015 10:07:58 am
Topic: FA 2.4 beta installation fix (1 replies, posted in Installation)
Attempting to install FA v2.4 (latest current unstable master) will result in the following error:
Call to undefined function cache_invalidate() in D:\WebServers\XAMPP\htdocs\fa24\admin\db\maintenance_db.inc on line 248
.
Have informed the devs a few days ago but the fix has not been incorporated yet.
During installation, after filling in the db parameters, on submission, there is an error due to recent inclusion of the function cache_invalidate() in FA 2.4's includes/session.inc, without including it in the install/isession.inc file.
The fix is to append the following snippet of code to install/isession.inc:
/*
Ensure file is re-read on next request if php caching is active
*/
function cache_invalidate($filename)
{
if (function_exists('opcache_invalidate')) // OpCode extension
opcache_invalidate($filename);
}
3,979 07/26/2015 09:31:43 am
Re: Print invoice and View This Invoice have different Invoice numbers (6 replies, posted in Report Bugs here)
A cron job to flush out stale pdfs is one way. Randomised file names are another way. Multiple ways to beat file snooping will be needed in the meanwhile till we plug this one. Currently, the preferred method is possibly making a linux user with permissions for viewing the folder having the reports.
3,980 07/26/2015 09:27:03 am
Re: Backup not done (6 replies, posted in Setup)
Enable MySQL logging and see if anything turns up.
If an external DB Dump from phpMyAdmin is available then it can be analysed for any non escaped characters and / or data size issues.
3,981 07/26/2015 09:23:53 am
Re: Foreign Exchange Rates (9 replies, posted in Banking and General Ledger)
For records and settlements, even if there are no transactions/invoices, every day's exchange rate may be got.
3,982 07/26/2015 09:20:41 am
Re: INVOICE NUMBER - PREVENT CHANGE BY USER (9 replies, posted in Accounts Receivable)
You will need to make a hidden field with assigned value.
3,983 07/26/2015 09:15:47 am
Re: fa modified with batch number , MRP and expiry date for items (27 replies, posted in FA Modifications)
Fork on GitHub and post changes
3,984 07/21/2015 09:31:20 am
Re: clients letterheads (1 replies, posted in Reporting)
Report Watermarking is one way.
3,985 07/21/2015 09:29:07 am
Re: Backup not done (6 replies, posted in Setup)
Try to take a backup from SQLyog and analyse the dump to see where the time hog is.
3,986 07/21/2015 09:27:32 am
Re: Return Goods - How to handle it!? (2 replies, posted in Setup)
https://frontaccounting.com/punbb/viewtopic.php?id=997
3,987 07/10/2015 05:36:20 pm
Re: PDF Print, Print & Email are non-functional on a new install (22 replies, posted in Reporting)
Thanks for the feedback.
@joe: is another release in the 2.3 series due?
3,988 07/10/2015 04:07:57 pm
Re: Bug: e-mail Subject is not UTF-8? Characters displayed incorrectly (9 replies, posted in Report Bugs here)
TCPDF 's UTF-8 option embeds the font file in the generated PDF. You can try to turn t off by tinkering with the defaults in TCPDF.
3,989 07/10/2015 04:05:58 pm
Re: PDF Print, Print & Email are non-functional on a new install (22 replies, posted in Reporting)
In general, it wll be best for you to replace all files that have changed since the release of FA v2.3.24 but in this instance, it should be okay for you to just replace the it with the one in the dev repo.
3,990 07/09/2015 06:04:13 pm
Re: Bug: e-mail Subject is not UTF-8? Characters displayed incorrectly (9 replies, posted in Report Bugs here)
Read the Wiki page on it under dejavu.php missing - TCPDF Font Failure part.
3,991 07/09/2015 06:01:26 pm
Re: PDF Print, Print & Email are non-functional on a new install (22 replies, posted in Reporting)
3,993 07/09/2015 05:55:15 pm
Re: Barcode Scanner - Outstanding Workorders (1 replies, posted in Manufactoring)
Check the barcode scanner setting for field termination - in some cases it is a tab (\t) and in others it is a carriage return (\r\n) or Enter key.
3,994 07/03/2015 11:13:23 pm
Re: How fo you send delivery orders to warehouse (1 replies, posted in Items and Inventory)
Use the Packing List option in Delivery Note report.
3,995 07/03/2015 11:12:13 pm
Re: Registration of complex invoice (3 replies, posted in Accounts Payable)
Would not general categorization of the Items available in FA be sufficient for reporting purposes?
3,996 07/03/2015 11:08:45 pm
Re: Accounts chart for Belgium (24 replies, posted in Setup)
Anything wrong with the official Dutch / Belgian CoA?
3,997 07/03/2015 11:04:51 pm
Re: FA for Hotel and Accommondation Industr (2 replies, posted in FA Modifications)
Read the wiki on REST APIs available for interface with FA.
3,998 07/03/2015 11:03:49 pm
Re: Can you please check is it ok, i'm not sure. (3 replies, posted in Report Bugs here)
Is your delivery matching the invoice or are they independant? Otherwise, your database is corrupt or needs re-indexing.
3,999 07/03/2015 10:58:23 pm
Re: COA Canadian non-profit (5 replies, posted in Misc. Charts of Accounts)
The devs will generally hammer out one when they have time - priorities.....
4,000 07/03/2015 10:57:08 pm
Re: New installation and default Admin email address (3 replies, posted in Installation)
The FA Mantis Bug Portal is where it generally goes, but the devs can take it from here as well.