Some countries has an alternative way of summation. F.i. Tax authorities.
2,427 09/06/2012 09:01:21 am
Re: Enhancement fixes for FA 2.3.11+ Build 3042 (7 replies, posted in Report Bugs here)
Hello apmuthu.
We are discussing and considering these implementation.
/Joe
2,428 09/04/2012 02:38:01 pm
Re: Frontaccounting Upgrade Error! (25 replies, posted in Installation)
I will ask Janusz to look at this.
Joe
2,429 09/04/2012 11:38:21 am
Re: Is this a bugs?? (6 replies, posted in Report Bugs here)
You can just use the one from exclusive. We can always update it later.
Looks exiting!
Joe
2,430 09/04/2012 11:35:23 am
Re: Shortly we are going to update the Arabic translation language (2 replies, posted in Translations)
Thank you very much.
Joe
2,431 09/04/2012 09:27:32 am
Re: Is this a bugs?? (6 replies, posted in Report Bugs here)
Do you have any problems with the button?
The standard default theme is automatically updated during development, but the extra themes are normally not. Only if they don't work.
/Joe
2,432 09/03/2012 07:11:21 pm
Re: form set up (5 replies, posted in Report Bugs here)
This is not a bug. Please uncheck the 'search item list' in company setup, setup tab.
Joe
2,433 09/03/2012 07:08:10 pm
Re: No form display while using Indian COA (15 replies, posted in Setup)
Ah, please uncheck the 'search item list' in company setup, setup tab,
Joe
2,434 09/01/2012 07:04:21 am
Re: No form display while using Indian COA (15 replies, posted in Setup)
Hello again.
This error has now been localized. The 0_sys_types data was missing in the COA.
With phpMyAdmin, please copy and paste the following into the sql box in phpMyAdmin and run it.
If you have another table prefix than 0_, please replace this before running.
INSERT INTO `0_sys_types` VALUES(0, 17, '1');
INSERT INTO `0_sys_types` VALUES(1, 7, '1');
INSERT INTO `0_sys_types` VALUES(2, 4, '1');
INSERT INTO `0_sys_types` VALUES(4, 3, '1');
INSERT INTO `0_sys_types` VALUES(10, 16, '1');
INSERT INTO `0_sys_types` VALUES(11, 2, '1');
INSERT INTO `0_sys_types` VALUES(12, 6, '1');
INSERT INTO `0_sys_types` VALUES(13, 1, '1');
INSERT INTO `0_sys_types` VALUES(16, 2, '1');
INSERT INTO `0_sys_types` VALUES(17, 2, '1');
INSERT INTO `0_sys_types` VALUES(18, 1, '1');
INSERT INTO `0_sys_types` VALUES(20, 6, '1');
INSERT INTO `0_sys_types` VALUES(21, 1, '1');
INSERT INTO `0_sys_types` VALUES(22, 3, '1');
INSERT INTO `0_sys_types` VALUES(25, 1, '1');
INSERT INTO `0_sys_types` VALUES(26, 1, '1');
INSERT INTO `0_sys_types` VALUES(28, 1, '1');
INSERT INTO `0_sys_types` VALUES(29, 1, '1');
INSERT INTO `0_sys_types` VALUES(30, 0, '1');
INSERT INTO `0_sys_types` VALUES(32, 0, '1');
INSERT INTO `0_sys_types` VALUES(35, 1, '1');
INSERT INTO `0_sys_types` VALUES(40, 1, '1');The repository will be replaced with an updated sql script.
Joe
2,435 09/01/2012 06:50:59 am
Re: No form display while using Indian COA (15 replies, posted in Setup)
Yes, I have seen that now. Will have a look asap.
/Joe
2,436 09/01/2012 06:40:22 am
Re: Import from WEBERP (4 replies, posted in Setup)
No, the database structure is different. You will have to change when there is a fiscal year end.
/Joe
2,437 08/29/2012 03:34:32 pm
Re: Frontaccounting Upgrade Error! (25 replies, posted in Installation)
Have you tried to make a forced upgrade?
Joe
2,438 08/29/2012 06:27:16 am
Re: Changing the color of the auxiliary data table (1 replies, posted in Reporting)
Try to experiment yourself. F.i. 200,200,200
Joe
2,439 08/28/2012 09:10:43 pm
Re: Customer Payment not updated (11 replies, posted in Report Bugs here)
Please read about the 'search customer list' in the wiki at www.frontaccounting.com/fawiki .
Joe
2,440 08/28/2012 04:37:20 pm
Re: No form display while using Indian COA (15 replies, posted in Setup)
This is strange. Which version were you using before 2.3.11?
Joe
2,441 08/27/2012 03:00:28 pm
Re: ZEN_IMPORT (11 replies, posted in Modules Add-on's)
Please have a look at existing threads before asking a similar question.
This thread handles your question as well.
https://frontaccounting.com/punbb/viewtopic.php?id=3272
Joe
2,442 08/27/2012 02:07:41 pm
Re: ZEN_IMPORT (11 replies, posted in Modules Add-on's)
Please have a look in another thread about this.
Joe
2,443 08/27/2012 06:38:39 am
Re: Supplier entry page (6 replies, posted in FA Modifications)
Have you got the 'Search Supplier List' enabled in Company Setup, Setup tab?
/Joe
2,444 08/27/2012 06:35:09 am
Re: Enlarging the logo in quotations/invoices (6 replies, posted in Reporting)
You can experiment with various values in the width and height fields in
/reporting/includes/header2.inc, line 72
$this->AddImage($logo, $ccol, $this->row, 0, 40);
The 0 is the width and 40 is the height. Try to set both values to 0. If it doesn't work you can experience with the width or height parameter.
/Joe
2,445 08/26/2012 06:41:44 am
Re: Report Generator (1 replies, posted in Reporting)
Please look at the documention inside the module. We are normally not giving support on extensions, because often others have done them and we are lack of resources.
/Joe
2,446 08/26/2012 06:37:58 am
Re: No form display while using Indian COA (15 replies, posted in Setup)
There seems to be a missing file in /company/0/ called installed_extensions.php. You can copy this one from the root folder.
/Joe
2,447 08/26/2012 06:35:21 am
Re: Subsidiary Accounts Setup in FrontAccounting (1 replies, posted in Setup)
You can use account groups/types with parents, which will do the same as you want. The new subaccounts are summed together with the parents. But they are also detailed inside and summed in the group.
/Joe
2,448 08/25/2012 02:38:39 pm
Re: No form display while using Indian COA (15 replies, posted in Setup)
Please set the $go_debug flag in config.php to 1. This will trap any errors.
Joe
2,449 08/25/2012 06:31:05 am
Re: Release 2.1 - Recurrent Invoices. How to? (31 replies, posted in Accounts Receivable)
Well, frankly speaking I can't recall. I am not in office at the moment. Please have a try on the Training Co and see what happens.
/Joe
2,450 08/24/2012 06:19:35 am
Re: Using 2 Dimensions (1 replies, posted in Dimensions)
This depends on how you select the reports where dimensions are included. If you only want dimension 1, you don't select any from dimension 2 (empty). And the other way around for dimension 2.
Go on, you are on the right move ![]()
Joe
