You should create a new theme for doing that. If you end up with a nice theme, please share it with us.
2,402 09/17/2012 02:00:29 pm
Re: Modify Navigation (4 replies, posted in FA Modifications)
Look at the various themes, also those in the repository, to see how the menu presentations are done. You can access the repository frm the setup tab.
Joe
2,403 09/16/2012 06:29:41 am
Re: Purchase Invoice rounding (2 replies, posted in Accounts Payable)
Maybe you can use a quick entry for doing this. You then use the GL items to enter the tax. Read about this in the Wiki.
/Joe
2,404 09/15/2012 06:29:41 am
Re: Ecuador Chart of Accounts (7 replies, posted in Misc. Charts of Accounts)
Do you want me to prepare a COA script for es_EC, from this?
I guess the class_id field in the chart_types is wrong, but I can fix this.
Joe
2,405 09/12/2012 06:47:00 pm
Re: Solution to locale problems on Ubuntu based systems (12 replies, posted in Translations)
Hello guys, please try to make these posts in English, so we all can share the information.
Thanks in advance
Joe
2,406 09/12/2012 06:44:00 pm
Re: Date Format Modification to dd-Mmm-YYYY (18 replies, posted in FA Modifications)
This is ok, Apmuthu. Please continue delving into this formatting. As this can always be implementied during a minor release, we are not in a hurry.
Joe
2,407 09/11/2012 09:26:30 pm
Re: Date Format Modification to dd-Mmm-YYYY (18 replies, posted in FA Modifications)
This looks promissing, Amuthu. But let it mature a bit, before we include it in FA core. Maybe we need more formatting, like Jan 06 2012 or 2012 Jan 06. I don't know how needed this is, but I understand that the Asian Countries use this format a lot.
Letting it be world wide, we only need to replace the month digits with the short month name.
I am positive to this, just wanting it to mature a bit.
/Joe
2,408 09/11/2012 06:44:55 am
Re: Outstanding List per Customer (5 replies, posted in Accounts Receivable)
If you use Customer Transactions Inquiry, and select a customer, you will see his total balance together with an aged balance.
You can get the same result by running an aged customer analysis in the reports. And you can selext a summary only report.
/Joe
2,409 09/11/2012 06:39:40 am
Re: Searching Invoiced INVOICE (1 replies, posted in Accounts Receivable)
In Customer Transactions inquiry you can filter by Customer, Date range and Type. That should easily find your invoice.
/Joe
2,410 09/11/2012 06:37:16 am
Re: Import csv or xml or text file in Bnaking en General Ledger (7 replies, posted in Banking and General Ledger)
No, I don't think there is an extension that can do that at present.
/Joe
2,411 09/10/2012 06:37:53 am
Re: Mobile plugin (8 replies, posted in Setup)
Please make a search in the forums. I guess AntErp has some solutions.
/Joe
2,412 09/08/2012 07:30:56 pm
Re: Hide Menu options if not authorized (7 replies, posted in Wish List)
This has been implemented, though has the global variable, $hide_inactive_menu_items, has been placed in config.php, with the backwards compatible value of 0.
HG repository updated.
Joe
2,413 09/07/2012 08:28:05 pm
Re: What are dimensions? (27 replies, posted in Dimensions)
Dimension tags are for future use. It is a kind of extra selection.
Joe
2,414 09/07/2012 08:25:38 pm
Re: Profit and Loss Account (8 replies, posted in Setup)
Some countries has an alternative way of summation. F.i. Tax authorities.
2,415 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,416 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,417 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,418 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,419 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,420 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,421 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,422 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,423 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,424 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,425 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