Allow creation of combinations with Org *
Description
Environment
Attachments
relates to
Activity
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
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
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
Hi Armen,
I was not aware of this contribution (and so, haven't tested it). Seems they do the same thing.
Regards,
Nicolas
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
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 *