The wiki too needs it in the sidebar.
2,626 10/12/2017 07:45:49 pm
Re: A new forum about Fixed Assets has been created. (7 replies, posted in Announcements)
2,627 10/12/2017 07:37:41 pm
Re: Transaction References (6 replies, posted in Banking and General Ledger)
The lines 55-67 of includes/references.inc
$refline_placeholders = array(
'MM' => 'date',
'YY' => 'date',
'YYYY' => 'date',
'UU' => 'user',
'P' => 'pos',
// FIXME: for placeholders below all the code should work, but as the ref length is variable,
// length specification in placeholder format should be implemented.
// 'C' => 'customer',
// 'B' => 'branch',
// 'S' => 'supplier',
// 'L' => 'location'
);
Hence {UU} is the logged in user.
The method function _parse_next() gets the next formatted reference.
2,628 10/12/2017 07:31:27 pm
Re: Now Importing of Inventory is Possible. (3 replies, posted in Items and Inventory)
You can upload files anywhere and provide the link in the forum too.
2,629 10/11/2017 02:28:58 pm
Re: Not working: Automatic Increase of reference number fields in FA 2.4.2 (67 replies, posted in Setup)
Should it not just save with the next available reference by itself and then inform the user of the new reference number it saved it as?
2,630 10/11/2017 02:27:27 pm
Re: Recurring Invoices ... A Problem (35 replies, posted in Accounts Receivable)
FA is built for "non" computer programming professional users accustomed to the very permissive and then loosely typed PHP versions from PHP 4.x onwards to 5.3.x. Many have been long time users of FA and stability and easy understand-ability are more important than esoteric latest is greatest paradigms. I subscribe to the old fashioned procedural style where individual files are not combined by "less" and "autoloaded" by the likes of composer. To each his own.... When Sun took PHP/MySQL over they tried to make it a clone of Java/JSP. When Oracle took that over from them, they tried to make it really complex by changing even the simple array construct to practically break everything hitherto.
2,631 10/11/2017 02:18:52 pm
Re: void transactions not working (5 replies, posted in Setup)
There is another thread on this topic. The actual commit that removed it is discussed here.
2,632 10/10/2017 04:45:32 pm
Re: void transactions not working (5 replies, posted in Setup)
They were usable in FA 2.3 and the feature is no longer in FA 2.4 and is awaited to come in with some new tweaks...
2,633 10/10/2017 04:44:08 pm
Re: Add Fixed asset sub-category to forum (5 replies, posted in Wish List)
For now, I have added a link to your page in the Wiki's General page and added a few screenshots.
2,634 10/10/2017 02:34:41 pm
Re: void transactions not working (5 replies, posted in Setup)
Audit Trail.....
2,635 10/10/2017 02:33:21 pm
Re: Fixed Assets not working (1 replies, posted in Fixed Assets)
You need to enable permissions for Fixed Assets for the appropriate user role.
2,636 10/10/2017 02:32:12 pm
Re: Bug in includes\ui\ui_input.inc (6 replies, posted in Report Bugs here)
@joe: If this works on older PHP versions, it can make it to the core.
2,637 10/10/2017 02:29:11 pm
Re: VAT in report not correct (4 replies, posted in Report Bugs here)
You would do well to use the Git master latest code that has many bugs fixed.
2,638 10/10/2017 02:08:17 am
Re: TCPDF error: Could not include font definition file: ae_tholoth.php (6 replies, posted in Reporting)
Is your server running Windows or Linux? If on linux, you will need to have the Arabic locale installed in the OS along with the English one (UTF-8).
https://frontaccounting.com/punbb/viewtopic.php?id=3423
2,639 10/10/2017 02:04:17 am
Re: Not working: Automatic Increase of reference number fields in FA 2.4.2 (67 replies, posted in Setup)
@joe: It is better to remove the Reference field from all such forms and save as next available Reference automatically and informing the user of the actual reference it was saved as by reporting it in the "success" message.
2,640 10/10/2017 01:54:45 am
Re: Installation problem (24 replies, posted in Installation)
@PaulShipley's Post #10's commit link has all the necessary files to be copied into the modules/<module name> subfolder. The patch file is used in linux CLI to apply on existing files without having to copy the other replacement files.
2,641 10/08/2017 02:18:22 pm
Re: Generated reports ignore date. (5 replies, posted in Report Bugs here)
Probably that should be sufficient. Is all well now?
2,642 10/08/2017 02:18:58 am
Re: Generated reports ignore date. (5 replies, posted in Report Bugs here)
Upgrade to FA 2.4.2+ and clear the company cache and it's js_cache as well.
Disable the autofill of form fields in the browser settings.
2,643 10/08/2017 02:17:39 am
Re: Not working: Automatic Increase of reference number fields in FA 2.4.2 (67 replies, posted in Setup)
Make sure that the auto form filling in the browser setting is not enabled. A browser refresh may also mitigate it.
2,644 10/08/2017 02:14:35 am
Re: How to correct tax -> tax exempt for completed invoices? (3 replies, posted in Accounts Receivable)
The new tax that is also non taxable is just a temporary creation. As you can see all the tax transactions, your method may be okay. If you had voided each such invoice and recreated them, all may be okay as well.
2,645 10/07/2017 02:47:15 pm
Re: The problem of running Arabic (4 replies, posted in Translations)
Hope you logged out and logged back in after the language change. Browser cache and sometimes js cache in the company/#/#/js_cache may need to be cleared too.
Linux will also need the locale installed for Arabic and a weberver restart.
2,646 10/07/2017 04:54:45 am
Re: Recurring Invoices ... A Problem (35 replies, posted in Accounts Receivable)
Making it an absolute config constant value would avoid having to set and overwrite is everywhere in erroneous relative path method that prevails now. I do not want autoload composerisation as it come with other issues.
2,647 10/07/2017 04:42:44 am
Re: Exchange Variance Error (27 replies, posted in Banking and General Ledger)
For a start, you can make decimals 0 length for Amounts.
@joe: separating the amounts and prices into 2 separate config variables for decimal length may be needed to accommodate such cases.
2,648 10/07/2017 04:38:26 am
Re: How to correct tax -> tax exempt for completed invoices? (3 replies, posted in Accounts Receivable)
You should have made a new tax and then moved the erroneous one there and then moved it from there to the target one. Take a backup before and after so that if any unwanted transactions are not needed, they can be deleted and / or removed from the backup and then restored.
2,649 10/07/2017 04:35:38 am
Re: Add Fixed asset sub-category to forum (5 replies, posted in Wish List)
There should be in context notes of what is pertinent to FA 2.4.x alone and not for FA 2.3.x and vice-versa. Info on enabling Fixed Assets config editing permissions too should be available.
Only @joe can edit the Sidebar.
2,650 10/06/2017 05:03:34 pm
Re: Not working: Automatic Increase of reference number fields in FA 2.4.2 (67 replies, posted in Setup)
https://frontaccounting.com/fawiki/index.php?n=Devel.TrobleshootingFrontAccounting