Openbravo Issue Tracking System - Localization Pack: Spain
View Issue Details
0014981Localization Pack: SpainAlertspublic2010-10-22 08:082011-07-20 18:10
networkb 
jonalegriaesarte 
highmajoralways
newopen 
20Community Appliance
 
 
0014981: new alert: elements of type distinct to "subaccounts" and no summary level
create a new alert to detect the elements value that they are of type distinct to subaccounts and they don't have selected summary level

If an element does not have selected summary level, it can be selected in account combination, and it is error if this element is not of type subaccount

The same if an element is of type subaccount and it has selected the summary level
select value, c_elementvalue_id, name, issummary, elementlevel, ad_org_id, c_element_id
from c_elementvalue ev
where ev.issummary='N'
and elementlevel<>'S';

select value, c_elementvalue_id, name, issummary, elementlevel, ad_org_id, c_element_id
from c_elementvalue ev
where ev.issummary='Y'
and elementlevel='S';
No tags attached.
Issue History
2010-10-22 08:08networkbNew Issue
2010-10-22 08:08networkbAssigned To => eduardo_Argal
2011-06-03 11:03dalsasuaAssigned Toeduardo_Argal => dalsasua
2011-07-20 18:10dalsasuaAssigned Todalsasua => jonalegriaesarte

There are no notes attached to this issue.