Openbravo Issue Tracking System - Modules | |||||||||||||||||||||||||||||||||||
| View Issue Details | |||||||||||||||||||||||||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||||
| 0017907 | Modules | Intercompany Documents | public | 2011-07-05 19:01 | 2017-10-23 13:46 | ||||||||||||||||||||||||||||||
| Reporter | dalsasua | ||||||||||||||||||||||||||||||||||
| Assigned To | Triage Omni OMS | ||||||||||||||||||||||||||||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||||||||||||||||||||||||||||
| Status | new | Resolution | open | ||||||||||||||||||||||||||||||||
| Platform | OS | 20 | OS Version | Ubuntu 10.10 | |||||||||||||||||||||||||||||||
| Product Version | |||||||||||||||||||||||||||||||||||
| Target Version | Fixed in Version | ||||||||||||||||||||||||||||||||||
| Merge Request Status | |||||||||||||||||||||||||||||||||||
| Regression date | |||||||||||||||||||||||||||||||||||
| Regression introduced by commit | |||||||||||||||||||||||||||||||||||
| Regression level | |||||||||||||||||||||||||||||||||||
| Review Assigned To | |||||||||||||||||||||||||||||||||||
| Support ticket | |||||||||||||||||||||||||||||||||||
| OBNetwork customer | OBPS | ||||||||||||||||||||||||||||||||||
| Regression introduced in release | |||||||||||||||||||||||||||||||||||
| Summary | 0017907: Let's study if a val-rule can be "relaxed" | ||||||||||||||||||||||||||||||||||
| Description | Validation Rule INTERCO_matchingDoc says: ... AND ((AD_ISORGINCLUDED(@ad_orgtarget_ID@,c_doctype.ad_org_ID,@Ad_Client_ID@)!= -1) OR (AD_ISORGINCLUDED(c_doctype.ad_org_ID,@ad_orgtarget_ID@,@Ad_Client_ID@)!= -1)) ... This restricts that the document types to use for the inter-company are defined at an organization level which is a node in the organizational tree common for both organizations. | ||||||||||||||||||||||||||||||||||
| Steps To Reproduce | . | ||||||||||||||||||||||||||||||||||
| Proposed Solution | --- a/src-db/database/sourcedata/AD_VAL_RULE.xml +++ b/src-db/database/sourcedata/AD_VAL_RULE.xml @@ -20,7 +20,7 @@ <!--EC5C5EF01AED40EB89418CCDB643BAC1--> <NAME><![CDATA[INTERCO_matchingDoc]]></NAME> <!--EC5C5EF01AED40EB89418CCDB643BAC1--> <DESCRIPTION><![CDATA[Only not intercompany document types - matching issotrx]]></DESCRIPTION> <!--EC5C5EF01AED40EB89418CCDB643BAC1--> <TYPE><![CDATA[S]]></TYPE> -<!--EC5C5EF01AED40EB89418CCDB643BAC1--> <CODE><![CDATA[c_doctype.IsSOTrx NOT IN (SELECT isSOTrx FROM c_DocType WHERE c_doctype_ID= @C_doctype_ID@) AND ((AD_ISORGINCLUDED(@ad_orgtarget_ID@,c_doctype.ad_org_ID,@Ad_Client_ID@)!= -1) OR (AD_ISORGINCLUDED(c_doctype.ad_org_ID,@ad_orgtarget_ID@,@Ad_Client_ID@)!= -1)) AND c_doctype.EM_INTERCO_IS_INTERCOMPANY='Y']]></CODE> +<!--EC5C5EF01AED40EB89418CCDB643BAC1--> <CODE><![CDATA[c_doctype.IsSOTrx NOT IN (SELECT isSOTrx FROM c_DocType WHERE c_doctype_ID= @C_doctype_ID@) AND c_doctype.EM_INTERCO_IS_INTERCOMPANY='Y']]></CODE> <!--EC5C5EF01AED40EB89418CCDB643BAC1--> <AD_MODULE_ID><![CDATA[79182BD5D0D94A5589DA4E6A47110791]]></AD_MODULE_ID> <!--EC5C5EF01AED40EB89418CCDB643BAC1--></AD_VAL_RULE> | ||||||||||||||||||||||||||||||||||
| Additional Information | |||||||||||||||||||||||||||||||||||
| Tags | No tags attached. | ||||||||||||||||||||||||||||||||||
| Relationships |
| ||||||||||||||||||||||||||||||||||
| Attached Files | |||||||||||||||||||||||||||||||||||
| Issue History | |||||||||||||||||||||||||||||||||||
| Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||
| 2011-07-05 19:01 | dalsasua | New Issue | |||||||||||||||||||||||||||||||||
| 2011-07-05 19:01 | dalsasua | Assigned To | => dalsasua | ||||||||||||||||||||||||||||||||
| 2011-07-05 19:01 | dalsasua | OBNetwork customer | => Yes | ||||||||||||||||||||||||||||||||
| 2011-07-05 20:10 | dalsasua | Issue Monitored: networkb | |||||||||||||||||||||||||||||||||
| 2011-07-20 18:09 | dalsasua | Assigned To | dalsasua => jonalegriaesarte | ||||||||||||||||||||||||||||||||
| 2017-10-23 12:45 | ngarcia | Assigned To | jonalegriaesarte => Triage Finance | ||||||||||||||||||||||||||||||||
| 2017-10-23 12:45 | ngarcia | Issue Monitored: ngarcia | |||||||||||||||||||||||||||||||||
| 2017-10-23 13:11 | ngarcia | Relationship added | related to 0021880 | ||||||||||||||||||||||||||||||||
| 2017-10-23 13:14 | ngarcia | Note Added: 0099993 | |||||||||||||||||||||||||||||||||
| 2017-10-23 13:46 | ngarcia | Relationship added | related to 0017977 | ||||||||||||||||||||||||||||||||
| 2017-10-23 13:46 | ngarcia | Relationship added | depends on 0037140 | ||||||||||||||||||||||||||||||||
| Notes | |||||
|
|
|||||
|
|
||||