Allow creation of combinations with Org *

Description

When creating a new company the default accounting combinations are created using org *

But when you try to create a new accounting combination then * is not allowed - causing in multi-org clients doubts about why org must be assigned to defaults.

Suggestion -> Allow creation of combinations with Org *

Environment

None

Attachments

3

Activity

Nicolas Micoud
October 10, 2013 at 7:05 AM

Hi Armen,

You mean that the organization list does not have the * item ?
If yes, i guess this is related to some access rights i guess.

Otherwise, try to create a new account and select it with org*.

Regards,

Nicolas

Armen Rizal
October 10, 2013 at 4:03 AM

Hi Nicolas,

I tried your solution, however I cannot select Org-* in the Account Dialog. There is not in the selection. I'm using the web UI.

What am I missing ?

Regards,

Armen
Goodwill.co.id

Nicolas Micoud
October 7, 2013 at 9:31 AM

Hi,

If you want to re-use an existing combination with organization *, you have to set the IsFullyQualified to Y (it muse be done in sql as the window is in readonly mode) :

update c_validcombination set isfullyqualified='Y' where c_validcombination_id = xxx;

regards,

Nicolas

Nicolas Micoud
October 4, 2013 at 6:28 AM

Hi Armen,

I was not aware of this contribution (and so, haven't tested it). Seems they do the same thing.

Regards,

Nicolas

Armen Rizal
October 4, 2013 at 5:38 AM

Hi Nicolas,

Is this related to this contribution ? or it's just a different approach ?

http://sourceforge.net/p/adempiere/contribution-adaxa/ci/ad1ffe229fac939dc29f92ecbdd3eda805a882af

Rgds,

Armen

Fixed

Details

Assignee

Reporter

Labels

Fix versions

Priority

Created February 18, 2012 at 10:45 PM
Updated May 2, 2014 at 9:57 PM
Resolved October 2, 2013 at 5:45 PM