I will ask Janusz to look at this.
Joe
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Posts by joe
I will ask Janusz to look at this.
Joe
You can just use the one from exclusive. We can always update it later.
Looks exiting!
Joe
Thank you very much.
Joe
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
This is not a bug. Please uncheck the 'search item list' in company setup, setup tab.
Joe
Ah, please uncheck the 'search item list' in company setup, setup tab,
Joe
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
Yes, I have seen that now. Will have a look asap.
/Joe
No, the database structure is different. You will have to change when there is a fiscal year end.
/Joe
Have you tried to make a forced upgrade?
Joe
Try to experiment yourself. F.i. 200,200,200
Joe
Please read about the 'search customer list' in the wiki at www.frontaccounting.com/fawiki .
Joe
This is strange. Which version were you using before 2.3.11?
Joe
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
Please have a look in another thread about this.
Joe
Have you got the 'Search Supplier List' enabled in Company Setup, Setup tab?
/Joe
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
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
There seems to be a missing file in /company/0/ called installed_extensions.php. You can copy this one from the root folder.
/Joe
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
Please set the $go_debug flag in config.php to 1. This will trap any errors.
Joe
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
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
Well, I guess you will have to set both languages to utf-8, also in database. Please try to test this on the Training Co.
/Joe
Please set the $go_debug to 1 in the file config.php. This will trap any possible errors.
/Joe
FrontAccounting forum → Posts by joe
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.