details:   https://code.openbravo.com/erp/devel/pi/rev/285226a2a73b
changeset: 30636:285226a2a73b
user:      Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
date:      Mon Nov 14 10:30:16 2016 +0100
summary:   Fixed bug 34483: Mark Incoming/Outgoing shipment windows as not 
supported

These two windows were already not supported, but the flag Advanced Feature was 
set to Yes.
To make it very clear these two windows are not supported, the Advanced Feature 
flag is set to No, and a disclaimer has been added to the window's and tab's 
help.

diffstat:

 src-db/database/sourcedata/AD_TAB.xml    |   6 ++++--
 src-db/database/sourcedata/AD_WINDOW.xml |  10 ++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

diffs (62 lines):

diff -r 9f6bced23888 -r 285226a2a73b src-db/database/sourcedata/AD_TAB.xml
--- a/src-db/database/sourcedata/AD_TAB.xml     Tue Nov 08 12:15:48 2016 -0500
+++ b/src-db/database/sourcedata/AD_TAB.xml     Mon Nov 14 10:30:16 2016 +0100
@@ -7859,7 +7859,8 @@
 <!--800050-->  <ISACTIVE><![CDATA[Y]]></ISACTIVE>
 <!--800050-->  <NAME><![CDATA[Shipment in]]></NAME>
 <!--800050-->  <DESCRIPTION><![CDATA[Enter Receipts and Vendor Returns where 
islogistic='Y']]></DESCRIPTION>
-<!--800050-->  <HELP><![CDATA[Enter Receipts and Vendor Returns where 
islogistic='Y']]></HELP>
+<!--800050-->  <HELP><![CDATA[Enter Receipts and Vendor Returns where 
islogistic='Y'
+WARNING: This window is not supported anymore and it is only kept for backward 
compatibility]]></HELP>
 <!--800050-->  <AD_TABLE_ID><![CDATA[319]]></AD_TABLE_ID>
 <!--800050-->  <AD_WINDOW_ID><![CDATA[800013]]></AD_WINDOW_ID>
 <!--800050-->  <SEQNO><![CDATA[10]]></SEQNO>
@@ -7892,7 +7893,8 @@
 <!--800051-->  <ISACTIVE><![CDATA[Y]]></ISACTIVE>
 <!--800051-->  <NAME><![CDATA[Shipment out]]></NAME>
 <!--800051-->  <DESCRIPTION><![CDATA[Shipments and Customer Returns where 
islogistic='Y']]></DESCRIPTION>
-<!--800051-->  <HELP><![CDATA[Shipments and Customer Returns where 
islogistic='Y']]></HELP>
+<!--800051-->  <HELP><![CDATA[Shipments and Customer Returns where 
islogistic='Y'
+WARNING: This window is not supported anymore and it is only kept for backward 
compatibility]]></HELP>
 <!--800051-->  <AD_TABLE_ID><![CDATA[319]]></AD_TABLE_ID>
 <!--800051-->  <AD_WINDOW_ID><![CDATA[800014]]></AD_WINDOW_ID>
 <!--800051-->  <SEQNO><![CDATA[10]]></SEQNO>
diff -r 9f6bced23888 -r 285226a2a73b src-db/database/sourcedata/AD_WINDOW.xml
--- a/src-db/database/sourcedata/AD_WINDOW.xml  Tue Nov 08 12:15:48 2016 -0500
+++ b/src-db/database/sourcedata/AD_WINDOW.xml  Mon Nov 14 10:30:16 2016 +0100
@@ -1645,14 +1645,15 @@
 <!--800013-->  <ISACTIVE><![CDATA[N]]></ISACTIVE>
 <!--800013-->  <NAME><![CDATA[Incoming Shipment]]></NAME>
 <!--800013-->  <DESCRIPTION><![CDATA[Create and manage goods shipments from 
our vendors]]></DESCRIPTION>
-<!--800013-->  <HELP><![CDATA[Create and manage goods shipments from our 
vendors]]></HELP>
+<!--800013-->  <HELP><![CDATA[Create and manage goods shipments from our 
vendors.
+WARNING: This window is not supported anymore and it is only kept for backward 
compatibility]]></HELP>
 <!--800013-->  <WINDOWTYPE><![CDATA[M]]></WINDOWTYPE>
 <!--800013-->  <ISSOTRX><![CDATA[N]]></ISSOTRX>
 <!--800013-->  <PROCESSING><![CDATA[N]]></PROCESSING>
 <!--800013-->  <ISDEFAULT><![CDATA[N]]></ISDEFAULT>
 <!--800013-->  <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID>
 <!--800013-->  <ISTHREADSAFE><![CDATA[N]]></ISTHREADSAFE>
-<!--800013-->  <ISADVANCEDFEATURE><![CDATA[Y]]></ISADVANCEDFEATURE>
+<!--800013-->  <ISADVANCEDFEATURE><![CDATA[N]]></ISADVANCEDFEATURE>
 <!--800013--></AD_WINDOW>
 
 <!--800014--><AD_WINDOW>
@@ -1662,14 +1663,15 @@
 <!--800014-->  <ISACTIVE><![CDATA[N]]></ISACTIVE>
 <!--800014-->  <NAME><![CDATA[Outgoing Shipment]]></NAME>
 <!--800014-->  <DESCRIPTION><![CDATA[Create and manage goods shipments to your 
customers.]]></DESCRIPTION>
-<!--800014-->  <HELP><![CDATA[Create and manage goods shipments to your 
customers.]]></HELP>
+<!--800014-->  <HELP><![CDATA[Create and manage goods shipments to your 
customers.
+WARNING: This window is not supported anymore and it is only kept for backward 
compatibility]]></HELP>
 <!--800014-->  <WINDOWTYPE><![CDATA[M]]></WINDOWTYPE>
 <!--800014-->  <ISSOTRX><![CDATA[Y]]></ISSOTRX>
 <!--800014-->  <PROCESSING><![CDATA[N]]></PROCESSING>
 <!--800014-->  <ISDEFAULT><![CDATA[N]]></ISDEFAULT>
 <!--800014-->  <AD_MODULE_ID><![CDATA[0]]></AD_MODULE_ID>
 <!--800014-->  <ISTHREADSAFE><![CDATA[N]]></ISTHREADSAFE>
-<!--800014-->  <ISADVANCEDFEATURE><![CDATA[Y]]></ISADVANCEDFEATURE>
+<!--800014-->  <ISADVANCEDFEATURE><![CDATA[N]]></ISADVANCEDFEATURE>
 <!--800014--></AD_WINDOW>
 
 <!--800015--><AD_WINDOW>

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to