1,152 09/13/2015 06:20:25 am
Re: Purge Old Item Numbers (3 replies, posted in Items and Inventory)
The best you can do, is to inactivate the items when you do not wantt them to show up in the dropdown boxees.
Joe
1,153 09/11/2015 03:02:20 pm
Re: Keen on translating (40 replies, posted in Translations)
Hello,
You can se many of the short cuts in the file /includes/sysnames.inc about line 46.
GRN stands for Goods Receival Note
COGN stands for Cost of Goods Sold.
Don't hesitate to ask more if you are unsure. Thanks in advance.
Joe
1,154 09/10/2015 04:53:31 am
Re: Report Destination missing in some reports (3 replies, posted in Reporting)
Yes.
Joe
1,155 09/09/2015 08:22:34 pm
Re: Report Destination missing in some reports (3 replies, posted in Reporting)
The documents are not going to Excell/Calc due to another approach in layouts.
Joe
1,156 09/08/2015 04:16:54 pm
Re: Keen on translating (40 replies, posted in Translations)
Sounds great, MicCo
Joe
1,157 09/08/2015 02:28:32 pm
Re: Frontaccounting complies with Swedish bookkeeping law (Bokföringslag)? (4 replies, posted in Setup)
Hello again,
Everything is covered in the audit trail.
On a global base we have about 200.000 downloads. From Sweden about 576, however we dont know how many use it.
Maybe someone in Sweden will respond to this topic. Let us hope so.
Joe
1,158 09/08/2015 01:26:58 pm
Re: Frontaccounting complies with Swedish bookkeeping law (Bokföringslag)? (4 replies, posted in Setup)
Thanks for your points.
FrontAccounting is rather open on this subject. All the corrections can be followed by the audit trail.
If your country doesn't accept this, you can use the access roles to prohibit these changes.
Joe
1,159 09/04/2015 09:11:00 pm
Re: PDF window not working (18 replies, posted in Reporting)
@apmuthu.
This is strange. The expression version_compare(PHP_VERSION, "5.3.0") should return -1 if the PHP_VERSION is 5.2.17.
Therefore is should only enter the preg_replace_callback function if the PHP_VERSION was 5.3.0 or higher.
I have no idea why. But we could make it safe by adding the function_exists on the line too, f.i.
if (version_compare(PHP_VERSION, "5.3.0") >= 0 && function_exists("preg_replace_callback"))
For your information the preg_replace with the /e option is deprecated from PHP version 5.3.0.
/Joe
1,160 09/02/2015 09:13:07 am
Re: Wiki Config Page link restoration (2 replies, posted in Setup)
Done!
/Joe
1,161 09/02/2015 06:46:38 am
Re: Restore Password (19 replies, posted in Installation)
In release FA2.4 you can set the following variable in config.php to true
$allow_password_reset = false;
This will show a link to get a password reset.
/Joe
1,162 08/26/2015 04:24:45 pm
Re: quick entries question (5 replies, posted in Banking and General Ledger)
Thanks apmuthu. As always you are my man!;)
Joe
1,163 08/25/2015 08:48:56 pm
Re: quick entries question (5 replies, posted in Banking and General Ledger)
Thanks LindPrKr!
You are right. This is a classical example. You have an amount where tax is included. How many percent to reduce to get the correct tax value. Maybe a good idea to put this on the Wiki.
@apmuthu, will you please?
Joe
1,164 08/25/2015 10:03:37 am
Re: New inventory related custom field (5 replies, posted in Wish List)
Could Foreign Item codes help you?
It is located in Items and Inventory tab, Foreign Item Codes.
Joe
1,165 08/23/2015 11:48:34 pm
Re: New inventory related custom field (5 replies, posted in Wish List)
You can have as many locations per item as you want. Did I miss something?
/Joe
/Joe
1,166 08/12/2015 01:41:15 pm
Re: Bug in zen_import (4 replies, posted in Modules Add-on's)
Sorry, we will have to ask Janusz to do that. He is on vacation at present, but hopefully he reads the forum.
/Joe
1,167 08/03/2015 05:31:25 pm
Re: Problem with editing customer contacts (15 replies, posted in Report Bugs here)
There are no setup options to make that in the maintenance setup.
However we can hack the code manually if this should be done.
Another option in these situations is to create a link to the file in the Git repository, where the file can be downloaded.
Joe
1,168 07/29/2015 07:24:33 am
Re: Need a second option for Shipping Charged Account (3 replies, posted in Setup)
No, but you can create a service iten, called tax free shipping. Use the new gl account for this one.
Everytime you use tax free shipping only select this service as your last item.
1,169 07/23/2015 09:10:44 pm
Re: Print invoice and View This Invoice have different Invoice numbers (6 replies, posted in Report Bugs here)
If you want to use the built-in number as invoice number, then there is a global flag in config.php to handle that. Otherwise you can set the next reference number to be used in form setup, setup tab. You can use a combination of characters and numbers and the number is automatically increased.
Remember to look into the wiki if you are unsure about how FA operates.
If your installation is www.xxx.com/frontaccounting then it would be very easy to put
Www.xxx.com/frontaccounting/company/0/pdf_files/BalanceSheet.pdf into your browser.
And you get the pdf report nice and clear. This is the reason for scrambling the report name.
Joe
1,170 07/23/2015 03:04:24 pm
Re: Print invoice and View This Invoice have different Invoice numbers (6 replies, posted in Report Bugs here)
The incoice number 22 is the built in number. The number 117 is the reference number. The reason to have this reference number is that many users wish to create their own number that contains alphanumeric charecters, like WO-12 and WO-13 or something like that.
The random file name is due to security. If you know the folder where the pdf files are created, it is easy to look at the documents, if they have look-a-like titles.
Joe
1,171 07/10/2015 07:13:22 pm
Re: PDF Print, Print & Email are non-functional on a new install (22 replies, posted in Reporting)
Maybe Janusz will answer this. He has done some commits today.
Joe
1,172 07/10/2015 07:47:16 am
Re: Editing a Journal Entry results in a duplicate entry on Tax Report (20 replies, posted in Report Bugs here)
This bug has also been reported on Mantis.
I have asked Janusz to take care of this. Hopefully he will do that asap.
Joe
1,173 07/09/2015 04:27:16 pm
Re: Bug: e-mail Subject is not UTF-8? Characters displayed incorrectly (9 replies, posted in Report Bugs here)
Regarding the UTF-8 font, dejavu, it can be downloaded from our website. Look under the download sections. Follow the instructions given on the pages.
The downside of using UTF-8 is the huge footprint in PDF files.
Joe
1,174 07/07/2015 02:25:30 pm
Re: Bug: e-mail Subject is not UTF-8? Characters displayed incorrectly (9 replies, posted in Report Bugs here)
The charset="ISO-8859-1" is related to the charset set for the document Before creating the PDF file. For domestic documents this would be the same as the charset set for your language. Foreign documents would use the language charset.
You can see the language charsets by going to Setup tab, Install / Activate Languages.
/Joe
1,175 07/07/2015 02:12:45 pm
Re: Forums help.php?section=bbcode pages has errors (1 replies, posted in Report Bugs here)
You are right. The problem has already been reported to the guys at punbb. There doesn't seem to be a solution to this yet.
/Joe