diff --git a/ReleaseNotes.md b/ReleaseNotes.md index d3d6d1c6904..cecfc6e3c94 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -16,6 +16,10 @@ Here come the actual release notes: ## Features * metasfresh-app + * [#2090](https://github.com/metasfresh/metasfresh/issues/2090) Improve text Variable Window in WebUI + * Improving the Textvariable and Textsnippets window in WebUI, adapting out current webui design guidelines and adding Translations for de_DE, en_US. + * [#2376](https://github.com/metasfresh/metasfresh/issues/2376) Detail Improvements to Order Candidates Window + * Improvement of Order Candidates Window, allowing the user to manipulate the data directly in Main View. * [#2440](https://github.com/metasfresh/metasfresh/issues/2440) Material Tracking adjustments in WebUI * Adjustments to the Material Tracking Window. Adding further Filter possibilities. * [#2478](https://github.com/metasfresh/metasfresh/issues/2478) Check Filter Sequence for Default Fields Organisation and Warehouse @@ -26,6 +30,13 @@ Here come the actual release notes: * metasfresh-webui-frontend * [#1192](https://github.com/metasfresh/metasfresh-webui-frontend/issues/1192) grid values are cut off if column size is too small * Showing tooltips in Table Grid Cells. Allowing to hover over a field and whoing the complete content in Tooltip. Very helpful for content that does not fit fully ionto a displayed Grid Field. + * [#1196](https://github.com/metasfresh/metasfresh-webui-frontend/issues/1196) frontend: Letters feature + * New Letter functionality in WebUI, allowing to write letters via action Menu entry. + +## Fixes +* metasfresh-app + * [#2503](https://github.com/metasfresh/metasfresh/issues/2503) Typo in German Translation of Contract Terms menu Entry + * Fixing the Translation of Contract Window for Language/ Locale de_DE in WebUI Menu. # metasfresh 5.27 (2017-38) diff --git a/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/I_I_Request.java b/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/I_I_Request.java new file mode 100644 index 00000000000..7261a827fa7 --- /dev/null +++ b/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/I_I_Request.java @@ -0,0 +1,565 @@ +package org.compiere.model; + + +/** Generated Interface for I_Request + * @author Adempiere (generated) + */ +@SuppressWarnings("javadoc") +public interface I_I_Request +{ + + /** TableName=I_Request */ + public static final String Table_Name = "I_Request"; + + /** AD_Table_ID=540840 */ +// public static final int Table_ID = org.compiere.model.MTable.getTable_ID(Table_Name); + +// org.compiere.util.KeyNamePair Model = new org.compiere.util.KeyNamePair(Table_ID, Table_Name); + + /** AccessLevel = 2 - Client + */ +// java.math.BigDecimal accessLevel = java.math.BigDecimal.valueOf(2); + + /** Load Meta Data */ + + /** + * Get Mandant. + * Mandant für diese Installation. + * + *
Type: TableDir + *
Mandatory: true + *
Virtual Column: false + */ + public int getAD_Client_ID(); + + public org.compiere.model.I_AD_Client getAD_Client(); + + /** Column definition for AD_Client_ID */ + public static final org.adempiere.model.ModelColumn COLUMN_AD_Client_ID = new org.adempiere.model.ModelColumn(I_I_Request.class, "AD_Client_ID", org.compiere.model.I_AD_Client.class); + /** Column name AD_Client_ID */ + public static final String COLUMNNAME_AD_Client_ID = "AD_Client_ID"; + + /** + * Set Sektion. + * Organisatorische Einheit des Mandanten + * + *
Type: TableDir + *
Mandatory: true + *
Virtual Column: false + */ + public void setAD_Org_ID (int AD_Org_ID); + + /** + * Get Sektion. + * Organisatorische Einheit des Mandanten + * + *
Type: TableDir + *
Mandatory: true + *
Virtual Column: false + */ + public int getAD_Org_ID(); + + public org.compiere.model.I_AD_Org getAD_Org(); + + public void setAD_Org(org.compiere.model.I_AD_Org AD_Org); + + /** Column definition for AD_Org_ID */ + public static final org.adempiere.model.ModelColumn COLUMN_AD_Org_ID = new org.adempiere.model.ModelColumn(I_I_Request.class, "AD_Org_ID", org.compiere.model.I_AD_Org.class); + /** Column name AD_Org_ID */ + public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID"; + + /** + * Set Geschäftspartner. + * Bezeichnet einen Geschäftspartner + * + *
Type: TableDir + *
Mandatory: false + *
Virtual Column: false + */ + public void setC_BPartner_ID (int C_BPartner_ID); + + /** + * Get Geschäftspartner. + * Bezeichnet einen Geschäftspartner + * + *
Type: TableDir + *
Mandatory: false + *
Virtual Column: false + */ + public int getC_BPartner_ID(); + + public org.compiere.model.I_C_BPartner getC_BPartner(); + + public void setC_BPartner(org.compiere.model.I_C_BPartner C_BPartner); + + /** Column definition for C_BPartner_ID */ + public static final org.adempiere.model.ModelColumn COLUMN_C_BPartner_ID = new org.adempiere.model.ModelColumn(I_I_Request.class, "C_BPartner_ID", org.compiere.model.I_C_BPartner.class); + /** Column name C_BPartner_ID */ + public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID"; + + /** + * Get Erstellt. + * Datum, an dem dieser Eintrag erstellt wurde + * + *
Type: DateTime + *
Mandatory: true + *
Virtual Column: false + */ + public java.sql.Timestamp getCreated(); + + /** Column definition for Created */ + public static final org.adempiere.model.ModelColumn COLUMN_Created = new org.adempiere.model.ModelColumn(I_I_Request.class, "Created", null); + /** Column name Created */ + public static final String COLUMNNAME_Created = "Created"; + + /** + * Get Erstellt durch. + * Nutzer, der diesen Eintrag erstellt hat + * + *
Type: Table + *
Mandatory: true + *
Virtual Column: false + */ + public int getCreatedBy(); + + /** Column definition for CreatedBy */ + public static final org.adempiere.model.ModelColumn COLUMN_CreatedBy = new org.adempiere.model.ModelColumn(I_I_Request.class, "CreatedBy", org.compiere.model.I_AD_User.class); + /** Column name CreatedBy */ + public static final String COLUMNNAME_CreatedBy = "CreatedBy"; + + /** + * Set Date next action. + * Date that this request should be acted on + * + *
Type: Date + *
Mandatory: false + *
Virtual Column: false + */ + public void setDateNextAction (java.sql.Timestamp DateNextAction); + + /** + * Get Date next action. + * Date that this request should be acted on + * + *
Type: Date + *
Mandatory: false + *
Virtual Column: false + */ + public java.sql.Timestamp getDateNextAction(); + + /** Column definition for DateNextAction */ + public static final org.adempiere.model.ModelColumn COLUMN_DateNextAction = new org.adempiere.model.ModelColumn(I_I_Request.class, "DateNextAction", null); + /** Column name DateNextAction */ + public static final String COLUMNNAME_DateNextAction = "DateNextAction"; + + /** + * Set Vorgangsdatum. + * Vorgangsdatum + * + *
Type: Date + *
Mandatory: false + *
Virtual Column: false + */ + public void setDateTrx (java.sql.Timestamp DateTrx); + + /** + * Get Vorgangsdatum. + * Vorgangsdatum + * + *
Type: Date + *
Mandatory: false + *
Virtual Column: false + */ + public java.sql.Timestamp getDateTrx(); + + /** Column definition for DateTrx */ + public static final org.adempiere.model.ModelColumn COLUMN_DateTrx = new org.adempiere.model.ModelColumn(I_I_Request.class, "DateTrx", null); + /** Column name DateTrx */ + public static final String COLUMNNAME_DateTrx = "DateTrx"; + + /** + * Set Beleg Nr.. + * Document sequence number of the document + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public void setDocumentNo (java.lang.String DocumentNo); + + /** + * Get Beleg Nr.. + * Document sequence number of the document + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public java.lang.String getDocumentNo(); + + /** Column definition for DocumentNo */ + public static final org.adempiere.model.ModelColumn COLUMN_DocumentNo = new org.adempiere.model.ModelColumn(I_I_Request.class, "DocumentNo", null); + /** Column name DocumentNo */ + public static final String COLUMNNAME_DocumentNo = "DocumentNo"; + + /** + * Set Import-Fehlermeldung. + * Meldungen, die durch den Importprozess generiert wurden + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public void setI_ErrorMsg (java.lang.String I_ErrorMsg); + + /** + * Get Import-Fehlermeldung. + * Meldungen, die durch den Importprozess generiert wurden + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public java.lang.String getI_ErrorMsg(); + + /** Column definition for I_ErrorMsg */ + public static final org.adempiere.model.ModelColumn COLUMN_I_ErrorMsg = new org.adempiere.model.ModelColumn(I_I_Request.class, "I_ErrorMsg", null); + /** Column name I_ErrorMsg */ + public static final String COLUMNNAME_I_ErrorMsg = "I_ErrorMsg"; + + /** + * Set Importiert. + * Ist dieser Import verarbeitet worden? + * + *
Type: List + *
Mandatory: true + *
Virtual Column: false + */ + public void setI_IsImported (java.lang.String I_IsImported); + + /** + * Get Importiert. + * Ist dieser Import verarbeitet worden? + * + *
Type: List + *
Mandatory: true + *
Virtual Column: false + */ + public java.lang.String getI_IsImported(); + + /** Column definition for I_IsImported */ + public static final org.adempiere.model.ModelColumn COLUMN_I_IsImported = new org.adempiere.model.ModelColumn(I_I_Request.class, "I_IsImported", null); + /** Column name I_IsImported */ + public static final String COLUMNNAME_I_IsImported = "I_IsImported"; + + /** + * Set Import Request. + * + *
Type: ID + *
Mandatory: true + *
Virtual Column: false + */ + public void setI_Request_ID (int I_Request_ID); + + /** + * Get Import Request. + * + *
Type: ID + *
Mandatory: true + *
Virtual Column: false + */ + public int getI_Request_ID(); + + /** Column definition for I_Request_ID */ + public static final org.adempiere.model.ModelColumn COLUMN_I_Request_ID = new org.adempiere.model.ModelColumn(I_I_Request.class, "I_Request_ID", null); + /** Column name I_Request_ID */ + public static final String COLUMNNAME_I_Request_ID = "I_Request_ID"; + + /** + * Set Aktiv. + * Der Eintrag ist im System aktiv + * + *
Type: YesNo + *
Mandatory: true + *
Virtual Column: false + */ + public void setIsActive (boolean IsActive); + + /** + * Get Aktiv. + * Der Eintrag ist im System aktiv + * + *
Type: YesNo + *
Mandatory: true + *
Virtual Column: false + */ + public boolean isActive(); + + /** Column definition for IsActive */ + public static final org.adempiere.model.ModelColumn COLUMN_IsActive = new org.adempiere.model.ModelColumn(I_I_Request.class, "IsActive", null); + /** Column name IsActive */ + public static final String COLUMNNAME_IsActive = "IsActive"; + + /** + * Set Verarbeitet. + * Checkbox sagt aus, ob der Beleg verarbeitet wurde. + * + *
Type: YesNo + *
Mandatory: true + *
Virtual Column: false + */ + public void setProcessed (boolean Processed); + + /** + * Get Verarbeitet. + * Checkbox sagt aus, ob der Beleg verarbeitet wurde. + * + *
Type: YesNo + *
Mandatory: true + *
Virtual Column: false + */ + public boolean isProcessed(); + + /** Column definition for Processed */ + public static final org.adempiere.model.ModelColumn COLUMN_Processed = new org.adempiere.model.ModelColumn(I_I_Request.class, "Processed", null); + /** Column name Processed */ + public static final String COLUMNNAME_Processed = "Processed"; + + /** + * Set Aufgabe. + * Request from a Business Partner or Prospect + * + *
Type: TableDir + *
Mandatory: false + *
Virtual Column: false + */ + public void setR_Request_ID (int R_Request_ID); + + /** + * Get Aufgabe. + * Request from a Business Partner or Prospect + * + *
Type: TableDir + *
Mandatory: false + *
Virtual Column: false + */ + public int getR_Request_ID(); + + public org.compiere.model.I_R_Request getR_Request(); + + public void setR_Request(org.compiere.model.I_R_Request R_Request); + + /** Column definition for R_Request_ID */ + public static final org.adempiere.model.ModelColumn COLUMN_R_Request_ID = new org.adempiere.model.ModelColumn(I_I_Request.class, "R_Request_ID", org.compiere.model.I_R_Request.class); + /** Column name R_Request_ID */ + public static final String COLUMNNAME_R_Request_ID = "R_Request_ID"; + + /** + * Set Request Type. + * Type of request (e.g. Inquiry, Complaint, ..) + * + *
Type: TableDir + *
Mandatory: false + *
Virtual Column: false + */ + public void setR_RequestType_ID (int R_RequestType_ID); + + /** + * Get Request Type. + * Type of request (e.g. Inquiry, Complaint, ..) + * + *
Type: TableDir + *
Mandatory: false + *
Virtual Column: false + */ + public int getR_RequestType_ID(); + + public org.compiere.model.I_R_RequestType getR_RequestType(); + + public void setR_RequestType(org.compiere.model.I_R_RequestType R_RequestType); + + /** Column definition for R_RequestType_ID */ + public static final org.adempiere.model.ModelColumn COLUMN_R_RequestType_ID = new org.adempiere.model.ModelColumn(I_I_Request.class, "R_RequestType_ID", org.compiere.model.I_R_RequestType.class); + /** Column name R_RequestType_ID */ + public static final String COLUMNNAME_R_RequestType_ID = "R_RequestType_ID"; + + /** + * Set Status. + * Request Status + * + *
Type: TableDir + *
Mandatory: false + *
Virtual Column: false + */ + public void setR_Status_ID (int R_Status_ID); + + /** + * Get Status. + * Request Status + * + *
Type: TableDir + *
Mandatory: false + *
Virtual Column: false + */ + public int getR_Status_ID(); + + public org.compiere.model.I_R_Status getR_Status(); + + public void setR_Status(org.compiere.model.I_R_Status R_Status); + + /** Column definition for R_Status_ID */ + public static final org.adempiere.model.ModelColumn COLUMN_R_Status_ID = new org.adempiere.model.ModelColumn(I_I_Request.class, "R_Status_ID", org.compiere.model.I_R_Status.class); + /** Column name R_Status_ID */ + public static final String COLUMNNAME_R_Status_ID = "R_Status_ID"; + + /** + * Set Anfrageart. + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public void setRequestType (java.lang.String RequestType); + + /** + * Get Anfrageart. + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public java.lang.String getRequestType(); + + /** Column definition for RequestType */ + public static final org.adempiere.model.ModelColumn COLUMN_RequestType = new org.adempiere.model.ModelColumn(I_I_Request.class, "RequestType", null); + /** Column name RequestType */ + public static final String COLUMNNAME_RequestType = "RequestType"; + + /** + * Set Ergebnis. + * Result of the action taken + * + *
Type: TextLong + *
Mandatory: false + *
Virtual Column: false + */ + public void setResult (java.lang.String Result); + + /** + * Get Ergebnis. + * Result of the action taken + * + *
Type: TextLong + *
Mandatory: false + *
Virtual Column: false + */ + public java.lang.String getResult(); + + /** Column definition for Result */ + public static final org.adempiere.model.ModelColumn COLUMN_Result = new org.adempiere.model.ModelColumn(I_I_Request.class, "Result", null); + /** Column name Result */ + public static final String COLUMNNAME_Result = "Result"; + + /** + * Set Status. + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public void setStatus (java.lang.String Status); + + /** + * Get Status. + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public java.lang.String getStatus(); + + /** Column definition for Status */ + public static final org.adempiere.model.ModelColumn COLUMN_Status = new org.adempiere.model.ModelColumn(I_I_Request.class, "Status", null); + /** Column name Status */ + public static final String COLUMNNAME_Status = "Status"; + + /** + * Set Summary. + * Textual summary of this request + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public void setSummary (java.lang.String Summary); + + /** + * Get Summary. + * Textual summary of this request + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public java.lang.String getSummary(); + + /** Column definition for Summary */ + public static final org.adempiere.model.ModelColumn COLUMN_Summary = new org.adempiere.model.ModelColumn(I_I_Request.class, "Summary", null); + /** Column name Summary */ + public static final String COLUMNNAME_Summary = "Summary"; + + /** + * Get Aktualisiert. + * Datum, an dem dieser Eintrag aktualisiert wurde + * + *
Type: DateTime + *
Mandatory: true + *
Virtual Column: false + */ + public java.sql.Timestamp getUpdated(); + + /** Column definition for Updated */ + public static final org.adempiere.model.ModelColumn COLUMN_Updated = new org.adempiere.model.ModelColumn(I_I_Request.class, "Updated", null); + /** Column name Updated */ + public static final String COLUMNNAME_Updated = "Updated"; + + /** + * Get Aktualisiert durch. + * Nutzer, der diesen Eintrag aktualisiert hat + * + *
Type: Table + *
Mandatory: true + *
Virtual Column: false + */ + public int getUpdatedBy(); + + /** Column definition for UpdatedBy */ + public static final org.adempiere.model.ModelColumn COLUMN_UpdatedBy = new org.adempiere.model.ModelColumn(I_I_Request.class, "UpdatedBy", org.compiere.model.I_AD_User.class); + /** Column name UpdatedBy */ + public static final String COLUMNNAME_UpdatedBy = "UpdatedBy"; + + /** + * Set Suchschlüssel. + * Suchschlüssel für den Eintrag im erforderlichen Format - muss eindeutig sein + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public void setValue (java.lang.String Value); + + /** + * Get Suchschlüssel. + * Suchschlüssel für den Eintrag im erforderlichen Format - muss eindeutig sein + * + *
Type: String + *
Mandatory: false + *
Virtual Column: false + */ + public java.lang.String getValue(); + + /** Column definition for Value */ + public static final org.adempiere.model.ModelColumn COLUMN_Value = new org.adempiere.model.ModelColumn(I_I_Request.class, "Value", null); + /** Column name Value */ + public static final String COLUMNNAME_Value = "Value"; +} diff --git a/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/I_R_Request.java b/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/I_R_Request.java index d7d5a583c5b..669654fbe28 100644 --- a/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/I_R_Request.java +++ b/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/I_R_Request.java @@ -673,6 +673,31 @@ public interface I_R_Request /** Column name DateStartPlan */ public static final String COLUMNNAME_DateStartPlan = "DateStartPlan"; + /** + * Set Vorgangsdatum. + * Vorgangsdatum + * + *
Type: Date + *
Mandatory: false + *
Virtual Column: false + */ + public void setDateTrx (java.sql.Timestamp DateTrx); + + /** + * Get Vorgangsdatum. + * Vorgangsdatum + * + *
Type: Date + *
Mandatory: false + *
Virtual Column: false + */ + public java.sql.Timestamp getDateTrx(); + + /** Column definition for DateTrx */ + public static final org.adempiere.model.ModelColumn COLUMN_DateTrx = new org.adempiere.model.ModelColumn(I_R_Request.class, "DateTrx", null); + /** Column name DateTrx */ + public static final String COLUMNNAME_DateTrx = "DateTrx"; + /** * Set Beleg Nr.. * Document sequence number of the document diff --git a/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/X_I_Request.java b/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/X_I_Request.java new file mode 100644 index 00000000000..f2722c48e70 --- /dev/null +++ b/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/X_I_Request.java @@ -0,0 +1,437 @@ +/** Generated Model - DO NOT CHANGE */ +package org.compiere.model; + +import java.sql.ResultSet; +import java.util.Properties; + +/** Generated Model for I_Request + * @author Adempiere (generated) + */ +@SuppressWarnings("javadoc") +public class X_I_Request extends org.compiere.model.PO implements I_I_Request, org.compiere.model.I_Persistent +{ + + /** + * + */ + private static final long serialVersionUID = -663486873L; + + /** Standard Constructor */ + public X_I_Request (Properties ctx, int I_Request_ID, String trxName) + { + super (ctx, I_Request_ID, trxName); + /** if (I_Request_ID == 0) + { + setI_IsImported (null); // N + setI_Request_ID (0); + setProcessed (false); // N + } */ + } + + /** Load Constructor */ + public X_I_Request (Properties ctx, ResultSet rs, String trxName) + { + super (ctx, rs, trxName); + } + + + /** Load Meta Data */ + @Override + protected org.compiere.model.POInfo initPO (Properties ctx) + { + org.compiere.model.POInfo poi = org.compiere.model.POInfo.getPOInfo (ctx, Table_Name, get_TrxName()); + return poi; + } + + @Override + public org.compiere.model.I_C_BPartner getC_BPartner() throws RuntimeException + { + return get_ValueAsPO(COLUMNNAME_C_BPartner_ID, org.compiere.model.I_C_BPartner.class); + } + + @Override + public void setC_BPartner(org.compiere.model.I_C_BPartner C_BPartner) + { + set_ValueFromPO(COLUMNNAME_C_BPartner_ID, org.compiere.model.I_C_BPartner.class, C_BPartner); + } + + /** Set Geschäftspartner. + @param C_BPartner_ID + Bezeichnet einen Geschäftspartner + */ + @Override + public void setC_BPartner_ID (int C_BPartner_ID) + { + if (C_BPartner_ID < 1) + set_Value (COLUMNNAME_C_BPartner_ID, null); + else + set_Value (COLUMNNAME_C_BPartner_ID, Integer.valueOf(C_BPartner_ID)); + } + + /** Get Geschäftspartner. + @return Bezeichnet einen Geschäftspartner + */ + @Override + public int getC_BPartner_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_C_BPartner_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Date next action. + @param DateNextAction + Date that this request should be acted on + */ + @Override + public void setDateNextAction (java.sql.Timestamp DateNextAction) + { + set_Value (COLUMNNAME_DateNextAction, DateNextAction); + } + + /** Get Date next action. + @return Date that this request should be acted on + */ + @Override + public java.sql.Timestamp getDateNextAction () + { + return (java.sql.Timestamp)get_Value(COLUMNNAME_DateNextAction); + } + + /** Set Vorgangsdatum. + @param DateTrx + Vorgangsdatum + */ + @Override + public void setDateTrx (java.sql.Timestamp DateTrx) + { + set_Value (COLUMNNAME_DateTrx, DateTrx); + } + + /** Get Vorgangsdatum. + @return Vorgangsdatum + */ + @Override + public java.sql.Timestamp getDateTrx () + { + return (java.sql.Timestamp)get_Value(COLUMNNAME_DateTrx); + } + + /** Set Beleg Nr.. + @param DocumentNo + Document sequence number of the document + */ + @Override + public void setDocumentNo (java.lang.String DocumentNo) + { + set_Value (COLUMNNAME_DocumentNo, DocumentNo); + } + + /** Get Beleg Nr.. + @return Document sequence number of the document + */ + @Override + public java.lang.String getDocumentNo () + { + return (java.lang.String)get_Value(COLUMNNAME_DocumentNo); + } + + /** Set Import-Fehlermeldung. + @param I_ErrorMsg + Meldungen, die durch den Importprozess generiert wurden + */ + @Override + public void setI_ErrorMsg (java.lang.String I_ErrorMsg) + { + set_Value (COLUMNNAME_I_ErrorMsg, I_ErrorMsg); + } + + /** Get Import-Fehlermeldung. + @return Meldungen, die durch den Importprozess generiert wurden + */ + @Override + public java.lang.String getI_ErrorMsg () + { + return (java.lang.String)get_Value(COLUMNNAME_I_ErrorMsg); + } + + /** + * I_IsImported AD_Reference_ID=540745 + * Reference name: I_IsImported + */ + public static final int I_ISIMPORTED_AD_Reference_ID=540745; + /** NotImported = N */ + public static final String I_ISIMPORTED_NotImported = "N"; + /** Imported = Y */ + public static final String I_ISIMPORTED_Imported = "Y"; + /** ImportFailed = E */ + public static final String I_ISIMPORTED_ImportFailed = "E"; + /** Set Importiert. + @param I_IsImported + Ist dieser Import verarbeitet worden? + */ + @Override + public void setI_IsImported (java.lang.String I_IsImported) + { + + set_Value (COLUMNNAME_I_IsImported, I_IsImported); + } + + /** Get Importiert. + @return Ist dieser Import verarbeitet worden? + */ + @Override + public java.lang.String getI_IsImported () + { + return (java.lang.String)get_Value(COLUMNNAME_I_IsImported); + } + + /** Set Import Request. + @param I_Request_ID Import Request */ + @Override + public void setI_Request_ID (int I_Request_ID) + { + if (I_Request_ID < 1) + set_ValueNoCheck (COLUMNNAME_I_Request_ID, null); + else + set_ValueNoCheck (COLUMNNAME_I_Request_ID, Integer.valueOf(I_Request_ID)); + } + + /** Get Import Request. + @return Import Request */ + @Override + public int getI_Request_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_I_Request_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Verarbeitet. + @param Processed + Checkbox sagt aus, ob der Beleg verarbeitet wurde. + */ + @Override + public void setProcessed (boolean Processed) + { + set_Value (COLUMNNAME_Processed, Boolean.valueOf(Processed)); + } + + /** Get Verarbeitet. + @return Checkbox sagt aus, ob der Beleg verarbeitet wurde. + */ + @Override + public boolean isProcessed () + { + Object oo = get_Value(COLUMNNAME_Processed); + if (oo != null) + { + if (oo instanceof Boolean) + return ((Boolean)oo).booleanValue(); + return "Y".equals(oo); + } + return false; + } + + @Override + public org.compiere.model.I_R_Request getR_Request() throws RuntimeException + { + return get_ValueAsPO(COLUMNNAME_R_Request_ID, org.compiere.model.I_R_Request.class); + } + + @Override + public void setR_Request(org.compiere.model.I_R_Request R_Request) + { + set_ValueFromPO(COLUMNNAME_R_Request_ID, org.compiere.model.I_R_Request.class, R_Request); + } + + /** Set Aufgabe. + @param R_Request_ID + Request from a Business Partner or Prospect + */ + @Override + public void setR_Request_ID (int R_Request_ID) + { + if (R_Request_ID < 1) + set_Value (COLUMNNAME_R_Request_ID, null); + else + set_Value (COLUMNNAME_R_Request_ID, Integer.valueOf(R_Request_ID)); + } + + /** Get Aufgabe. + @return Request from a Business Partner or Prospect + */ + @Override + public int getR_Request_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_R_Request_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + @Override + public org.compiere.model.I_R_RequestType getR_RequestType() throws RuntimeException + { + return get_ValueAsPO(COLUMNNAME_R_RequestType_ID, org.compiere.model.I_R_RequestType.class); + } + + @Override + public void setR_RequestType(org.compiere.model.I_R_RequestType R_RequestType) + { + set_ValueFromPO(COLUMNNAME_R_RequestType_ID, org.compiere.model.I_R_RequestType.class, R_RequestType); + } + + /** Set Request Type. + @param R_RequestType_ID + Type of request (e.g. Inquiry, Complaint, ..) + */ + @Override + public void setR_RequestType_ID (int R_RequestType_ID) + { + if (R_RequestType_ID < 1) + set_Value (COLUMNNAME_R_RequestType_ID, null); + else + set_Value (COLUMNNAME_R_RequestType_ID, Integer.valueOf(R_RequestType_ID)); + } + + /** Get Request Type. + @return Type of request (e.g. Inquiry, Complaint, ..) + */ + @Override + public int getR_RequestType_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_R_RequestType_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + @Override + public org.compiere.model.I_R_Status getR_Status() throws RuntimeException + { + return get_ValueAsPO(COLUMNNAME_R_Status_ID, org.compiere.model.I_R_Status.class); + } + + @Override + public void setR_Status(org.compiere.model.I_R_Status R_Status) + { + set_ValueFromPO(COLUMNNAME_R_Status_ID, org.compiere.model.I_R_Status.class, R_Status); + } + + /** Set Status. + @param R_Status_ID + Request Status + */ + @Override + public void setR_Status_ID (int R_Status_ID) + { + if (R_Status_ID < 1) + set_Value (COLUMNNAME_R_Status_ID, null); + else + set_Value (COLUMNNAME_R_Status_ID, Integer.valueOf(R_Status_ID)); + } + + /** Get Status. + @return Request Status + */ + @Override + public int getR_Status_ID () + { + Integer ii = (Integer)get_Value(COLUMNNAME_R_Status_ID); + if (ii == null) + return 0; + return ii.intValue(); + } + + /** Set Anfrageart. + @param RequestType Anfrageart */ + @Override + public void setRequestType (java.lang.String RequestType) + { + set_Value (COLUMNNAME_RequestType, RequestType); + } + + /** Get Anfrageart. + @return Anfrageart */ + @Override + public java.lang.String getRequestType () + { + return (java.lang.String)get_Value(COLUMNNAME_RequestType); + } + + /** Set Ergebnis. + @param Result + Result of the action taken + */ + @Override + public void setResult (java.lang.String Result) + { + set_Value (COLUMNNAME_Result, Result); + } + + /** Get Ergebnis. + @return Result of the action taken + */ + @Override + public java.lang.String getResult () + { + return (java.lang.String)get_Value(COLUMNNAME_Result); + } + + /** Set Status. + @param Status Status */ + @Override + public void setStatus (java.lang.String Status) + { + set_Value (COLUMNNAME_Status, Status); + } + + /** Get Status. + @return Status */ + @Override + public java.lang.String getStatus () + { + return (java.lang.String)get_Value(COLUMNNAME_Status); + } + + /** Set Summary. + @param Summary + Textual summary of this request + */ + @Override + public void setSummary (java.lang.String Summary) + { + set_Value (COLUMNNAME_Summary, Summary); + } + + /** Get Summary. + @return Textual summary of this request + */ + @Override + public java.lang.String getSummary () + { + return (java.lang.String)get_Value(COLUMNNAME_Summary); + } + + /** Set Suchschlüssel. + @param Value + Suchschlüssel für den Eintrag im erforderlichen Format - muss eindeutig sein + */ + @Override + public void setValue (java.lang.String Value) + { + set_Value (COLUMNNAME_Value, Value); + } + + /** Get Suchschlüssel. + @return Suchschlüssel für den Eintrag im erforderlichen Format - muss eindeutig sein + */ + @Override + public java.lang.String getValue () + { + return (java.lang.String)get_Value(COLUMNNAME_Value); + } +} \ No newline at end of file diff --git a/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/X_R_Request.java b/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/X_R_Request.java index 50e3bfb7b91..58959554d8c 100644 --- a/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/X_R_Request.java +++ b/de.metas.adempiere.adempiere/base/src/main/java-gen/org/compiere/model/X_R_Request.java @@ -15,7 +15,7 @@ public class X_R_Request extends org.compiere.model.PO implements I_R_Request, o /** * */ - private static final long serialVersionUID = -1407441794L; + private static final long serialVersionUID = 1384303322L; /** Standard Constructor */ public X_R_Request (Properties ctx, int R_Request_ID, String trxName) @@ -712,6 +712,25 @@ public java.sql.Timestamp getDateStartPlan () return (java.sql.Timestamp)get_Value(COLUMNNAME_DateStartPlan); } + /** Set Vorgangsdatum. + @param DateTrx + Vorgangsdatum + */ + @Override + public void setDateTrx (java.sql.Timestamp DateTrx) + { + set_Value (COLUMNNAME_DateTrx, DateTrx); + } + + /** Get Vorgangsdatum. + @return Vorgangsdatum + */ + @Override + public java.sql.Timestamp getDateTrx () + { + return (java.sql.Timestamp)get_Value(COLUMNNAME_DateTrx); + } + /** Set Beleg Nr.. @param DocumentNo Document sequence number of the document diff --git a/de.metas.adempiere.adempiere/base/src/main/java-legacy/org/compiere/process/ImportRequest.java b/de.metas.adempiere.adempiere/base/src/main/java-legacy/org/compiere/process/ImportRequest.java new file mode 100644 index 00000000000..18514b19dfb --- /dev/null +++ b/de.metas.adempiere.adempiere/base/src/main/java-legacy/org/compiere/process/ImportRequest.java @@ -0,0 +1,18 @@ +package org.compiere.process; + +import org.compiere.model.I_I_Request; +import org.compiere.model.I_R_Request; + +/** + * Import {@link I_I_Request} records to {@link I_R_Request}. + * + * @author cg + */ +public class ImportRequest extends AbstractImportJavaProcess +{ + + public ImportRequest() + { + super(I_I_Request.class); + } +} diff --git a/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472060_sys_gh2503-contract-terms-typo-webui.sql b/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472060_sys_gh2503-contract-terms-typo-webui.sql new file mode 100644 index 00000000000..b40bbfa7da3 --- /dev/null +++ b/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472060_sys_gh2503-contract-terms-typo-webui.sql @@ -0,0 +1,5 @@ +-- 2017-09-19T15:04:54.368 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Menu SET WEBUI_NameBrowse='Vertragsbedingungen',Updated=TO_TIMESTAMP('2017-09-19 15:04:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Menu_ID=540883 +; + diff --git a/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472070_sys_gh2376-order-candidates-window-adjustment-webui.sql b/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472070_sys_gh2376-order-candidates-window-adjustment-webui.sql new file mode 100644 index 00000000000..6eb05c7d262 --- /dev/null +++ b/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472070_sys_gh2376-order-candidates-window-adjustment-webui.sql @@ -0,0 +1,325 @@ +-- 2017-09-19T15:42:53.223 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Section (AD_Client_ID,AD_Org_ID,AD_Tab_ID,AD_UI_Section_ID,Created,CreatedBy,IsActive,SeqNo,Updated,UpdatedBy,Value) VALUES (0,0,540282,540490,TO_TIMESTAMP('2017-09-19 15:42:53','YYYY-MM-DD HH24:MI:SS'),100,'Y',20,TO_TIMESTAMP('2017-09-19 15:42:53','YYYY-MM-DD HH24:MI:SS'),100,'sub') +; + +-- 2017-09-19T15:42:53.230 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Section_Trl (AD_Language,AD_UI_Section_ID, Description,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_UI_Section_ID, t.Description,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_UI_Section t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_UI_Section_ID=540490 AND NOT EXISTS (SELECT 1 FROM AD_UI_Section_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_UI_Section_ID=t.AD_UI_Section_ID) +; + +-- 2017-09-19T15:42:56.471 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Section SET SeqNo=30,Updated=TO_TIMESTAMP('2017-09-19 15:42:56','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Section_ID=540407 +; + +-- 2017-09-19T15:43:07.238 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Column (AD_Client_ID,AD_Org_ID,AD_UI_Column_ID,AD_UI_Section_ID,Created,CreatedBy,IsActive,SeqNo,Updated,UpdatedBy) VALUES (0,0,540658,540490,TO_TIMESTAMP('2017-09-19 15:43:07','YYYY-MM-DD HH24:MI:SS'),100,'Y',10,TO_TIMESTAMP('2017-09-19 15:43:07','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:43:08.500 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Column (AD_Client_ID,AD_Org_ID,AD_UI_Column_ID,AD_UI_Section_ID,Created,CreatedBy,IsActive,SeqNo,Updated,UpdatedBy) VALUES (0,0,540659,540490,TO_TIMESTAMP('2017-09-19 15:43:08','YYYY-MM-DD HH24:MI:SS'),100,'Y',20,TO_TIMESTAMP('2017-09-19 15:43:08','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:48:06.726 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_ElementGroup (AD_Client_ID,AD_Org_ID,AD_UI_Column_ID,AD_UI_ElementGroup_ID,Created,CreatedBy,IsActive,Name,SeqNo,Updated,UpdatedBy) VALUES (0,0,540658,541156,TO_TIMESTAMP('2017-09-19 15:48:06','YYYY-MM-DD HH24:MI:SS'),100,'Y','read',10,TO_TIMESTAMP('2017-09-19 15:48:06','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:49:29.136 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,555175,0,540282,541156,548675,TO_TIMESTAMP('2017-09-19 15:49:29','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Produkt eff.',10,0,0,TO_TIMESTAMP('2017-09-19 15:49:29','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:49:45.758 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,555179,0,540282,541156,548676,TO_TIMESTAMP('2017-09-19 15:49:45','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Packvorschrift eff.',20,0,0,TO_TIMESTAMP('2017-09-19 15:49:45','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:50:07.944 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,554081,0,540282,541156,548677,TO_TIMESTAMP('2017-09-19 15:50:07','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Geschäftspartner eff.',30,0,0,TO_TIMESTAMP('2017-09-19 15:50:07','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:50:29.786 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,554082,0,540282,541156,548678,TO_TIMESTAMP('2017-09-19 15:50:28','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Standort eff.',40,0,0,TO_TIMESTAMP('2017-09-19 15:50:28','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:50:58.360 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,556942,0,540282,541156,548679,TO_TIMESTAMP('2017-09-19 15:50:58','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Lieferadresse eff.',50,0,0,TO_TIMESTAMP('2017-09-19 15:50:58','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:51:18.477 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,556941,0,540282,541156,548680,TO_TIMESTAMP('2017-09-19 15:51:18','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Lieferempfänger eff.',60,0,0,TO_TIMESTAMP('2017-09-19 15:51:18','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:51:35.472 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,556946,0,540282,541156,548681,TO_TIMESTAMP('2017-09-19 15:51:35','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Übergabeadresse eff.',70,0,0,TO_TIMESTAMP('2017-09-19 15:51:35','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:51:49.062 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,556944,0,540282,541156,548682,TO_TIMESTAMP('2017-09-19 15:51:49','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Übergabe an eff.',80,0,0,TO_TIMESTAMP('2017-09-19 15:51:49','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:52:04.925 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_ElementGroup (AD_Client_ID,AD_Org_ID,AD_UI_Column_ID,AD_UI_ElementGroup_ID,Created,CreatedBy,IsActive,Name,SeqNo,Updated,UpdatedBy) VALUES (0,0,540659,541157,TO_TIMESTAMP('2017-09-19 15:52:04','YYYY-MM-DD HH24:MI:SS'),100,'Y','write',10,TO_TIMESTAMP('2017-09-19 15:52:04','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:52:18.845 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,555174,0,540282,541157,548683,TO_TIMESTAMP('2017-09-19 15:52:18','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Produkt abw.',10,0,0,TO_TIMESTAMP('2017-09-19 15:52:18','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:52:35.545 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,555178,0,540282,541157,548684,TO_TIMESTAMP('2017-09-19 15:52:35','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Packvorschrift abw.',20,0,0,TO_TIMESTAMP('2017-09-19 15:52:35','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:52:59.180 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,554064,0,540282,541157,548685,TO_TIMESTAMP('2017-09-19 15:52:59','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Geschäftspartbner abw.',30,0,0,TO_TIMESTAMP('2017-09-19 15:52:59','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:53:19.002 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,554065,0,540282,541157,548686,TO_TIMESTAMP('2017-09-19 15:53:18','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Standort abw.',40,0,0,TO_TIMESTAMP('2017-09-19 15:53:18','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:53:26.106 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET Name='Geschäftspartner abw.',Updated=TO_TIMESTAMP('2017-09-19 15:53:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548685 +; + +-- 2017-09-19T15:53:48.837 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,556940,0,540282,541157,548687,TO_TIMESTAMP('2017-09-19 15:53:48','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Lieferadresse abw.',50,0,0,TO_TIMESTAMP('2017-09-19 15:53:48','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:54:07.581 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,556939,0,540282,541157,548688,TO_TIMESTAMP('2017-09-19 15:54:07','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Lieferempfänger abw.',60,0,0,TO_TIMESTAMP('2017-09-19 15:54:07','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:55:10.622 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,556945,0,540282,541157,548689,TO_TIMESTAMP('2017-09-19 15:55:10','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Übergabeadresse abw.',70,0,0,TO_TIMESTAMP('2017-09-19 15:55:10','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:55:33.209 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,556943,0,540282,541157,548690,TO_TIMESTAMP('2017-09-19 15:55:33','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Übergabe an abw.',80,0,0,TO_TIMESTAMP('2017-09-19 15:55:33','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T15:58:13.947 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547204 +; + +-- 2017-09-19T15:58:13.963 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547206 +; + +-- 2017-09-19T15:58:39.654 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547219 +; + +-- 2017-09-19T15:58:49.704 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547220 +; + +-- 2017-09-19T15:59:03.912 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547227 +; + +-- 2017-09-19T15:59:04.008 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547228 +; + +-- 2017-09-19T15:59:04.136 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547229 +; + +-- 2017-09-19T15:59:04.218 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547230 +; + +-- 2017-09-19T15:59:20.758 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547248 +; + +-- 2017-09-19T15:59:20.770 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547249 +; + +-- 2017-09-19T15:59:20.784 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547250 +; + +-- 2017-09-19T15:59:20.797 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547251 +; + +-- 2017-09-19T16:07:22.123 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547268 +; + +-- 2017-09-19T16:07:22.167 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547279 +; + +-- 2017-09-19T16:07:32.252 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_ElementField WHERE AD_UI_ElementField_ID=540182 +; + +-- 2017-09-19T16:07:36.393 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547266 +; + +-- 2017-09-19T16:16:08.079 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,549447,0,540282,541156,548691,TO_TIMESTAMP('2017-09-19 16:16:08','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Lager',90,0,0,TO_TIMESTAMP('2017-09-19 16:16:08','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:16:21.550 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,551069,0,540282,541156,548692,TO_TIMESTAMP('2017-09-19 16:16:21','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Lieferart',100,0,0,TO_TIMESTAMP('2017-09-19 16:16:21','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:16:25.011 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=548691 +; + +-- 2017-09-19T16:16:27.405 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=548692 +; + +-- 2017-09-19T16:17:47.059 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547262 +; + +-- 2017-09-19T16:17:47.074 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547263 +; + +-- 2017-09-19T16:17:50.165 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_ElementGroup WHERE AD_UI_ElementGroup_ID=540966 +; + +-- 2017-09-19T16:17:58.884 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547276 +; + +-- 2017-09-19T16:17:58.896 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547277 +; + +-- 2017-09-19T16:20:08.194 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET AD_UI_ElementGroup_ID=540965, SeqNo=50,Updated=TO_TIMESTAMP('2017-09-19 16:20:08','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=547275 +; + +-- 2017-09-19T16:20:13.337 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET AD_UI_ElementGroup_ID=540965, SeqNo=60,Updated=TO_TIMESTAMP('2017-09-19 16:20:13','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=547278 +; + +-- 2017-09-19T16:20:18.178 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_ElementGroup WHERE AD_UI_ElementGroup_ID=540969 +; + +-- 2017-09-19T16:20:59.154 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET AD_UI_ElementGroup_ID=540965, SeqNo=70,Updated=TO_TIMESTAMP('2017-09-19 16:20:59','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=547274 +; + +-- 2017-09-19T16:34:24.174 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,551070,0,540282,540962,548693,TO_TIMESTAMP('2017-09-19 16:34:23','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Lieferung',520,0,0,TO_TIMESTAMP('2017-09-19 16:34:23','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:34:37.315 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547278 +; + +-- 2017-09-19T16:35:04.210 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,551085,0,540282,540962,548694,TO_TIMESTAMP('2017-09-19 16:35:04','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Preissystem',530,0,0,TO_TIMESTAMP('2017-09-19 16:35:04','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:35:19.293 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_Element WHERE AD_UI_Element_ID=547273 +; + +-- 2017-09-19T16:36:05.391 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsAdvancedField='Y',Updated=TO_TIMESTAMP('2017-09-19 16:36:05','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548693 +; + +-- 2017-09-19T16:36:07.107 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsAdvancedField='Y',Updated=TO_TIMESTAMP('2017-09-19 16:36:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548694 +; + +-- 2017-09-19T16:36:37.751 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_ElementGroup (AD_Client_ID,AD_Org_ID,AD_UI_Column_ID,AD_UI_ElementGroup_ID,Created,CreatedBy,IsActive,Name,SeqNo,Updated,UpdatedBy) VALUES (0,0,540659,541158,TO_TIMESTAMP('2017-09-19 16:36:37','YYYY-MM-DD HH24:MI:SS'),100,'Y','org',20,TO_TIMESTAMP('2017-09-19 16:36:37','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:36:50.276 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,547060,0,540282,541158,548695,TO_TIMESTAMP('2017-09-19 16:36:50','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Sektion',10,0,0,TO_TIMESTAMP('2017-09-19 16:36:50','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:37:01.266 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,547055,0,540282,541158,548696,TO_TIMESTAMP('2017-09-19 16:37:01','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Mandant',20,0,0,TO_TIMESTAMP('2017-09-19 16:37:01','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:37:15.776 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_ElementGroup (AD_Client_ID,AD_Org_ID,AD_UI_Column_ID,AD_UI_ElementGroup_ID,Created,CreatedBy,IsActive,Name,SeqNo,Updated,UpdatedBy) VALUES (0,0,540658,541159,TO_TIMESTAMP('2017-09-19 16:37:15','YYYY-MM-DD HH24:MI:SS'),100,'Y','ship',20,TO_TIMESTAMP('2017-09-19 16:37:15','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:37:38.090 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,551069,0,540282,541159,548697,TO_TIMESTAMP('2017-09-19 16:37:38','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Lieferart',10,0,0,TO_TIMESTAMP('2017-09-19 16:37:38','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:37:57.065 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,549447,0,540282,541159,548698,TO_TIMESTAMP('2017-09-19 16:37:57','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Lager',20,0,0,TO_TIMESTAMP('2017-09-19 16:37:57','YYYY-MM-DD HH24:MI:SS'),100) +; + diff --git a/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472100_sys_gh2501_AddIMportRequestFeature.sql b/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472100_sys_gh2501_AddIMportRequestFeature.sql new file mode 100644 index 00000000000..7db2e1a8bb9 --- /dev/null +++ b/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472100_sys_gh2501_AddIMportRequestFeature.sql @@ -0,0 +1,1053 @@ +-- 2017-09-19T13:51:48.978 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Table (AccessLevel,ACTriggerLength,AD_Client_ID,AD_Org_ID,AD_Table_ID,CopyColumnsFromTable,Created,CreatedBy,EntityType,ImportTable,IsActive,IsAutocomplete,IsChangeLog,IsDeleteable,IsDLM,IsHighVolume,IsSecurityEnabled,IsView,LoadSeq,Name,ReplicationType,TableName,Updated,UpdatedBy) VALUES ('4',0,0,0,540840,'N',TO_TIMESTAMP('2017-09-19 13:51:48','YYYY-MM-DD HH24:MI:SS'),100,'D','N','Y','N','N','Y','N','N','N','N',0,'Import Request','L','I_Request',TO_TIMESTAMP('2017-09-19 13:51:48','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T13:51:48.997 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Table_Trl (AD_Language,AD_Table_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Table_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Table t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Table_ID=540840 AND NOT EXISTS (SELECT 1 FROM AD_Table_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Table_ID=t.AD_Table_ID) +; + +-- 2017-09-19T13:51:49.122 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Sequence (AD_Client_ID,AD_Org_ID,AD_Sequence_ID,Created,CreatedBy,CurrentNext,CurrentNextSys,Description,IncrementNo,IsActive,IsAudited,IsAutoSequence,IsTableID,Name,StartNewYear,StartNo,Updated,UpdatedBy) VALUES (0,0,554423,TO_TIMESTAMP('2017-09-19 13:51:49','YYYY-MM-DD HH24:MI:SS'),100,1000000,50000,'Table I_Request',1,'Y','N','Y','Y','I_Request','N',1000000,TO_TIMESTAMP('2017-09-19 13:51:49','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T13:52:06.600 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Table SET AccessLevel='2',Updated=TO_TIMESTAMP('2017-09-19 13:52:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=540840 +; + +-- 2017-09-19T13:53:46.591 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557192,102,0,19,540840,'AD_Client_ID',TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,'Mandant für diese Installation.','D',10,'Ein Mandant ist eine Firma oder eine juristische Person. Sie können keine Daten über Mandanten hinweg verwenden. .','Y','N','N','N','N','Y','N','N','Y','N','N','Mandant',0,TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:46.599 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557192 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:53:46.685 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557193,113,0,19,540840,'AD_Org_ID',TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,'Organisatorische Einheit des Mandanten','D',10,'Eine Organisation ist ein Bereich ihres Mandanten - z.B. Laden oder Abteilung. Sie können Daten über Organisationen hinweg gemeinsam verwenden.','Y','N','N','N','N','Y','N','Y','Y','N','N','Sektion',0,TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:46.686 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557193 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:53:46.762 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557194,245,0,16,540840,'Created',TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,'Datum, an dem dieser Eintrag erstellt wurde','D',29,'Das Feld Erstellt zeigt an, zu welchem Datum dieser Eintrag erstellt wurde.','Y','N','N','N','N','Y','N','N','Y','N','N','Erstellt',0,TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:46.765 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557194 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:53:46.842 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557195,246,0,18,110,540840,'CreatedBy',TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,'Nutzer, der diesen Eintrag erstellt hat','D',10,'Das Feld Erstellt durch zeigt an, welcher Nutzer diesen Eintrag erstellt hat.','Y','N','N','N','N','Y','N','N','Y','N','N','Erstellt durch',0,TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:46.844 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557195 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:53:46.916 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557196,912,0,10,540840,'I_ErrorMsg',TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,'Meldungen, die durch den Importprozess generiert wurden','D',2000,'"Import-Fehlermeldung" zeigt alle Fehlermeldungen an, die durch den Importprozess generiert wurden.','Y','N','N','N','N','N','N','N','N','N','Y','Import-Fehlermeldung',0,TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:46.917 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557196 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:53:46.991 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557197,913,0,17,540745,540840,'I_IsImported',TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,'N','Ist dieser Import verarbeitet worden?','D',1,'DasSelektionsfeld "Importiert" zeigt an, ob dieser Import verarbeitet worden ist.','Y','N','N','N','N','Y','N','N','N','N','Y','Importiert',0,TO_TIMESTAMP('2017-09-19 13:53:46','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:46.995 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557197 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:53:47.073 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557198,348,0,20,540840,'IsActive',TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,'Der Eintrag ist im System aktiv','D',1,'Es gibt zwei Möglichkeiten, einen Datensatz nicht mehr verfügbar zu machen: einer ist, ihn zu löschen; der andere, ihn zu deaktivieren. Ein deaktivierter Eintrag ist nicht mehr für eine Auswahl verfügbar, aber verfügbar für die Verwendung in Berichten. Es gibt zwei Gründe, Datensätze zu deaktivieren und nicht zu löschen: (1) Das System braucht den Datensatz für Revisionszwecke. (2) Der Datensatz wird von anderen Datensätzen referenziert. Z.B. können Sie keinen Geschäftspartner löschen, wenn es Rechnungen für diesen Geschäftspartner gibt. Sie deaktivieren den Geschäftspartner und verhindern, dass dieser Eintrag in zukünftigen Vorgängen verwendet wird.','Y','N','N','N','N','Y','N','N','Y','N','Y','Aktiv',0,TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:47.076 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557198 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:53:47.155 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,DefaultValue,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557199,1047,0,20,540840,'Processed',TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,'N','Checkbox sagt aus, ob der Beleg verarbeitet wurde. ','D',1,'Verarbeitete Belege dürfen in der Regel nich mehr geändert werden.','Y','N','N','N','N','Y','N','N','N','N','Y','Verarbeitet',0,TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:47.156 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557199 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:53:47.233 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557200,607,0,16,540840,'Updated',TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,'Datum, an dem dieser Eintrag aktualisiert wurde','D',29,'Aktualisiert zeigt an, wann dieser Eintrag aktualisiert wurde.','Y','N','N','N','N','Y','N','N','Y','N','N','Aktualisiert',0,TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:47.237 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557200 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:53:47.319 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Reference_Value_ID,AD_Table_ID,ColumnName,Created,CreatedBy,Description,EntityType,FieldLength,Help,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557201,608,0,18,110,540840,'UpdatedBy',TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,'Nutzer, der diesen Eintrag aktualisiert hat','D',10,'Aktualisiert durch zeigt an, welcher Nutzer diesen Eintrag aktualisiert hat.','Y','N','N','N','N','Y','N','N','Y','N','N','Aktualisiert durch',0,TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:47.322 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557201 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:53:47.402 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,EntityType,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,543424,0,'I_Request_ID',TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','Import Request','Import Request',TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T13:53:47.416 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_Description,PO_Help,PO_Name,PO_PrintName,PrintName, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Element_ID, t.Description,t.Help,t.Name,t.PO_Description,t.PO_Help,t.PO_Name,t.PO_PrintName,t.PrintName, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Element t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Element_ID=543424 AND NOT EXISTS (SELECT 1 FROM AD_Element_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Element_ID=t.AD_Element_ID) +; + +-- 2017-09-19T13:53:47.503 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,ColumnName,Created,CreatedBy,EntityType,FieldLength,IsActive,IsAlwaysUpdateable,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557202,543424,0,13,540840,'I_Request_ID',TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,'D',10,'Y','N','N','N','Y','Y','N','N','Y','N','N','Import Request',0,TO_TIMESTAMP('2017-09-19 13:53:47','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:53:47.507 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557202 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:54:38.389 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,Description,EntityType,FieldLength,Help,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557203,620,0,10,540840,'N','Value',TO_TIMESTAMP('2017-09-19 13:54:38','YYYY-MM-DD HH24:MI:SS'),100,'N','Suchschlüssel für den Eintrag im erforderlichen Format - muss eindeutig sein','D',40,'A search key allows you a fast method of finding a particular record. +If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_", where TableName is the actual name of the table (e.g. C_Order).','Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','N','N','Y','N','Suchschlüssel',0,0,TO_TIMESTAMP('2017-09-19 13:54:38','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:54:38.393 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557203 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:56:14.403 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,Description,EntityType,FieldLength,Help,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557204,1297,0,15,540840,'N','DateTrx',TO_TIMESTAMP('2017-09-19 13:56:14','YYYY-MM-DD HH24:MI:SS'),100,'N','Vorgangsdatum','D',7,'Das "Vorgangsdatum" bezeichnet das Datum des Vorgangs.','Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Vorgangsdatum',0,0,TO_TIMESTAMP('2017-09-19 13:56:14','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:56:14.407 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557204 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:56:23.761 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,EntityType,FieldLength,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557205,543388,0,15,540840,'N','ReminderDate',TO_TIMESTAMP('2017-09-19 13:56:23','YYYY-MM-DD HH24:MI:SS'),100,'N','D',7,'Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Wiedervorlage Datum',0,0,TO_TIMESTAMP('2017-09-19 13:56:23','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:56:23.764 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557205 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:56:57.322 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,Description,EntityType,FieldLength,Help,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557206,3020,0,10,540840,'N','Status',TO_TIMESTAMP('2017-09-19 13:56:57','YYYY-MM-DD HH24:MI:SS'),100,'N','','D',40,'','Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Status',0,0,TO_TIMESTAMP('2017-09-19 13:56:57','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:56:57.325 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557206 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:57:07.667 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,Description,EntityType,FieldLength,Help,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557207,2706,0,19,540840,'N','R_Status_ID',TO_TIMESTAMP('2017-09-19 13:57:07','YYYY-MM-DD HH24:MI:SS'),100,'N','Request Status','D',10,'Status if the request (open, closed, investigating, ..)','Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Status',0,0,TO_TIMESTAMP('2017-09-19 13:57:07','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:57:07.670 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557207 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:57:39.116 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,Description,EntityType,FieldLength,Help,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557208,1521,0,36,540840,'N','Summary',TO_TIMESTAMP('2017-09-19 13:57:38','YYYY-MM-DD HH24:MI:SS'),100,'N','Textual summary of this request','D',2000,'The Summary allows free form text entry of a recap of this request.','Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Summary',0,0,TO_TIMESTAMP('2017-09-19 13:57:38','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:57:39.117 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557208 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:58:04.735 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Column SET AD_Reference_ID=10, FieldLength=255,Updated=TO_TIMESTAMP('2017-09-19 13:58:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=557208 +; + +-- 2017-09-19T13:58:35.362 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,Description,EntityType,FieldLength,Help,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557209,546,0,36,540840,'N','Result',TO_TIMESTAMP('2017-09-19 13:58:35','YYYY-MM-DD HH24:MI:SS'),100,'N','Result of the action taken','D',2000,'The Result indicates the result of any action taken on this request.','Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Ergebnis',0,0,TO_TIMESTAMP('2017-09-19 13:58:35','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T13:58:35.363 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557209 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T13:58:49.897 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +/* DDL */ CREATE TABLE public.I_Request (AD_Client_ID NUMERIC(10) NOT NULL, AD_Org_ID NUMERIC(10) NOT NULL, Created TIMESTAMP WITH TIME ZONE NOT NULL, CreatedBy NUMERIC(10) NOT NULL, DateTrx TIMESTAMP WITHOUT TIME ZONE, I_ErrorMsg VARCHAR(2000), I_IsImported CHAR(1) DEFAULT 'N' NOT NULL, I_Request_ID NUMERIC(10) NOT NULL, IsActive CHAR(1) CHECK (IsActive IN ('Y','N')) NOT NULL, Processed CHAR(1) DEFAULT 'N' CHECK (Processed IN ('Y','N')) NOT NULL, R_Status_ID NUMERIC(10), ReminderDate TIMESTAMP WITHOUT TIME ZONE, Result TEXT, Status VARCHAR(40), Summary VARCHAR(255), Updated TIMESTAMP WITH TIME ZONE NOT NULL, UpdatedBy NUMERIC(10) NOT NULL, Value VARCHAR(40), CONSTRAINT I_Request_Key PRIMARY KEY (I_Request_ID), CONSTRAINT RStatus_IRequest FOREIGN KEY (R_Status_ID) REFERENCES public.R_Status DEFERRABLE INITIALLY DEFERRED) +; + +-- 2017-09-19T15:10:27.238 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,Description,EntityType,FieldLength,Help,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557210,187,0,19,540840,'N','C_BPartner_ID',TO_TIMESTAMP('2017-09-19 15:10:27','YYYY-MM-DD HH24:MI:SS'),100,'N','Bezeichnet einen Geschäftspartner','D',10,'Ein Geschäftspartner ist jemand, mit dem Sie interagieren. Dies kann Lieferanten, Kunden, Mitarbeiter oder Handelsvertreter umfassen.','Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Geschäftspartner',0,0,TO_TIMESTAMP('2017-09-19 15:10:27','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T15:10:27.244 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557210 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T15:10:47.219 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +/* DDL */ SELECT public.db_alter_table('i_request','ALTER TABLE public.I_Request ADD COLUMN C_BPartner_ID NUMERIC(10)') +; + +-- 2017-09-19T15:10:47.237 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +ALTER TABLE I_Request ADD CONSTRAINT CBPartner_IRequest FOREIGN KEY (C_BPartner_ID) REFERENCES public.C_BPartner DEFERRABLE INITIALLY DEFERRED +; + +-- 2017-09-19T15:15:09.719 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,EntityType,FieldLength,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557211,3063,0,10,540840,'N','RequestType',TO_TIMESTAMP('2017-09-19 15:15:09','YYYY-MM-DD HH24:MI:SS'),100,'N','D',40,'Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Anfrageart',0,0,TO_TIMESTAMP('2017-09-19 15:15:09','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T15:15:09.723 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557211 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T15:15:17.419 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +/* DDL */ SELECT public.db_alter_table('i_request','ALTER TABLE public.I_Request ADD COLUMN RequestType VARCHAR(40)') +; + +-- 2017-09-19T15:15:34.099 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,Description,EntityType,FieldLength,Help,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557212,1894,0,19,540840,'N','R_RequestType_ID',TO_TIMESTAMP('2017-09-19 15:15:33','YYYY-MM-DD HH24:MI:SS'),100,'N','Type of request (e.g. Inquiry, Complaint, ..)','D',10,'Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc.','Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','Y','N','N','N','N','N','Y','N','Request Type',0,0,TO_TIMESTAMP('2017-09-19 15:15:33','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T15:15:34.102 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557212 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T15:15:37.531 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +/* DDL */ SELECT public.db_alter_table('i_request','ALTER TABLE public.I_Request ADD COLUMN R_RequestType_ID NUMERIC(10) NOT NULL') +; + +-- 2017-09-19T15:15:37.543 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +ALTER TABLE I_Request ADD CONSTRAINT RRequestType_IRequest FOREIGN KEY (R_RequestType_ID) REFERENCES public.R_RequestType DEFERRABLE INITIALLY DEFERRED +; + +-- 2017-09-19T15:15:49.948 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Column SET IsMandatory='Y',Updated=TO_TIMESTAMP('2017-09-19 15:15:49','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=557210 +; + +-- 2017-09-19T15:15:53.922 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','C_BPartner_ID','NUMERIC(10)',null,null) +; + +-- 2017-09-19T15:15:53.932 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','C_BPartner_ID',null,'NOT NULL',null) +; + +-- 2017-09-19T15:16:26.306 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Column SET IsMandatory='Y',Updated=TO_TIMESTAMP('2017-09-19 15:16:26','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=557208 +; + +-- 2017-09-19T15:16:29.670 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','Summary','VARCHAR(255)',null,null) +; + +-- 2017-09-19T15:16:29.681 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','Summary',null,'NOT NULL',null) +; + +-- 2017-09-19T15:16:36.896 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Column SET IsMandatory='Y',Updated=TO_TIMESTAMP('2017-09-19 15:16:36','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=557209 +; + +-- 2017-09-19T15:16:43.310 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','Result','TEXT',null,null) +; + +-- 2017-09-19T15:16:43.313 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','Result',null,'NOT NULL',null) +; + +-- 2017-09-19T15:16:58.447 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Column SET IsMandatory='N',Updated=TO_TIMESTAMP('2017-09-19 15:16:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=557212 +; + +-- 2017-09-19T15:17:01.768 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','R_RequestType_ID','NUMERIC(10)',null,null) +; + +-- 2017-09-19T15:17:01.771 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','R_RequestType_ID',null,'NULL',null) +; + +-- 2017-09-19T15:17:11.185 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Column SET IsMandatory='N',Updated=TO_TIMESTAMP('2017-09-19 15:17:11','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=557210 +; + +-- 2017-09-19T15:17:14.261 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','C_BPartner_ID','NUMERIC(10)',null,null) +; + +-- 2017-09-19T15:17:14.267 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','C_BPartner_ID',null,'NULL',null) +; + +-- 2017-09-19T15:17:22.058 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Column SET IsMandatory='N',Updated=TO_TIMESTAMP('2017-09-19 15:17:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=557208 +; + +-- 2017-09-19T15:17:24.588 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','Summary','VARCHAR(255)',null,null) +; + +-- 2017-09-19T15:17:24.590 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','Summary',null,'NULL',null) +; + +-- 2017-09-19T15:17:34.311 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Column SET IsMandatory='N',Updated=TO_TIMESTAMP('2017-09-19 15:17:34','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=557209 +; + +-- 2017-09-19T15:17:36.960 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','Result','TEXT',null,null) +; + +-- 2017-09-19T15:17:36.962 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO t_alter_column values('i_request','Result',null,'NULL',null) +; + +-- 2017-09-19T15:40:06.252 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,Description,EntityType,FieldLength,Help,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557213,1516,0,19,540840,'N','R_Request_ID',TO_TIMESTAMP('2017-09-19 15:40:06','YYYY-MM-DD HH24:MI:SS'),100,'N','Request from a Business Partner or Prospect','D',10,'The Request identifies a unique request from a Business Partner or Prospect.','Y','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y','N','Aufgabe',0,0,TO_TIMESTAMP('2017-09-19 15:40:06','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T15:40:06.257 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557213 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T15:40:33.952 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +/* DDL */ SELECT public.db_alter_table('i_request','ALTER TABLE public.I_Request ADD COLUMN R_Request_ID NUMERIC(10)') +; + +-- 2017-09-19T15:40:33.959 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +ALTER TABLE I_Request ADD CONSTRAINT RRequest_IRequest FOREIGN KEY (R_Request_ID) REFERENCES public.R_Request DEFERRABLE INITIALLY DEFERRED +; + +-- 2017-09-19T16:01:22.971 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Column SET AD_Element_ID=1503, ColumnName='DateNextAction', Description='Date that this request should be acted on', Help='The Date Next Action indicates the next scheduled date for an action to occur for this request.', Name='Date next action',Updated=TO_TIMESTAMP('2017-09-19 16:01:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=557205 +; + +-- 2017-09-19T16:01:22.975 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Date next action', Description='Date that this request should be acted on', Help='The Date Next Action indicates the next scheduled date for an action to occur for this request.' WHERE AD_Column_ID=557205 AND IsCentrallyMaintained='Y' +; + +-- 2017-09-19T16:01:25.799 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +/* DDL */ SELECT public.db_alter_table('i_request','ALTER TABLE public.I_Request ADD COLUMN DateNextAction TIMESTAMP WITHOUT TIME ZONE') +; + +ALTER TABLE i_request DROP COLUMN ReminderDate; + + + +-- 2017-09-19T16:06:00.569 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Window (AD_Client_ID,AD_Org_ID,AD_Window_ID,Created,CreatedBy,EntityType,IsActive,IsBetaFunctionality,IsDefault,IsOneInstanceOnly,IsSOTrx,Name,Processing,Updated,UpdatedBy,WindowType,WinHeight,WinWidth) VALUES (0,0,540367,TO_TIMESTAMP('2017-09-19 16:06:00','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','Y','N','N','Y','Import Request','N',TO_TIMESTAMP('2017-09-19 16:06:00','YYYY-MM-DD HH24:MI:SS'),100,'M',0,0) +; + +-- 2017-09-19T16:06:00.575 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Window_Trl (AD_Language,AD_Window_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Window_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Window t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Window_ID=540367 AND NOT EXISTS (SELECT 1 FROM AD_Window_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Window_ID=t.AD_Window_ID) +; + +-- 2017-09-19T16:07:10.044 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Tab (AD_Client_ID,AD_Org_ID,AD_Tab_ID,AD_Table_ID,AD_Window_ID,Created,CreatedBy,EntityType,HasTree,ImportFields,IsActive,IsAdvancedTab,IsCheckParentsChanged,IsGenericZoomTarget,IsGridModeOnly,IsInfoTab,IsInsertRecord,IsQueryOnLoad,IsReadOnly,IsRefreshAllOnActivate,IsSearchActive,IsSearchCollapsed,IsSingleRow,IsSortTab,IsTranslationTab,MaxQueryRecords,Name,Processing,SeqNo,TabLevel,Updated,UpdatedBy) VALUES (0,0,540878,540840,540367,TO_TIMESTAMP('2017-09-19 16:07:09','YYYY-MM-DD HH24:MI:SS'),100,'D','N','N','Y','N','Y','Y','N','N','Y','Y','N','N','Y','Y','Y','N','N',0,'Import Request','N',10,0,TO_TIMESTAMP('2017-09-19 16:07:09','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:10.053 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Tab_Trl (AD_Language,AD_Tab_ID, CommitWarning,Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Tab_ID, t.CommitWarning,t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Tab t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Tab_ID=540878 AND NOT EXISTS (SELECT 1 FROM AD_Tab_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Tab_ID=t.AD_Tab_ID) +; + +-- 2017-09-19T16:07:24.022 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557192,560300,0,540878,TO_TIMESTAMP('2017-09-19 16:07:23','YYYY-MM-DD HH24:MI:SS'),100,'Mandant für diese Installation.',10,'D','Ein Mandant ist eine Firma oder eine juristische Person. Sie können keine Daten über Mandanten hinweg verwenden. .','Y','Y','Y','N','N','N','N','N','Mandant',TO_TIMESTAMP('2017-09-19 16:07:23','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:24.033 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560300 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:24.131 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557193,560301,0,540878,TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100,'Organisatorische Einheit des Mandanten',10,'D','Eine Organisation ist ein Bereich ihres Mandanten - z.B. Laden oder Abteilung. Sie können Daten über Organisationen hinweg gemeinsam verwenden.','Y','Y','Y','N','N','N','N','N','Sektion',TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:24.134 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560301 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:24.214 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557196,560302,0,540878,TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100,'Meldungen, die durch den Importprozess generiert wurden',2000,'D','"Import-Fehlermeldung" zeigt alle Fehlermeldungen an, die durch den Importprozess generiert wurden.','Y','Y','Y','N','N','N','N','N','Import-Fehlermeldung',TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:24.217 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560302 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:24.298 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557197,560303,0,540878,TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100,'Ist dieser Import verarbeitet worden?',1,'D','DasSelektionsfeld "Importiert" zeigt an, ob dieser Import verarbeitet worden ist.','Y','Y','Y','N','N','N','N','N','Importiert',TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:24.301 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560303 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:24.384 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557198,560304,0,540878,TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100,'Der Eintrag ist im System aktiv',1,'D','Es gibt zwei Möglichkeiten, einen Datensatz nicht mehr verfügbar zu machen: einer ist, ihn zu löschen; der andere, ihn zu deaktivieren. Ein deaktivierter Eintrag ist nicht mehr für eine Auswahl verfügbar, aber verfügbar für die Verwendung in Berichten. Es gibt zwei Gründe, Datensätze zu deaktivieren und nicht zu löschen: (1) Das System braucht den Datensatz für Revisionszwecke. (2) Der Datensatz wird von anderen Datensätzen referenziert. Z.B. können Sie keinen Geschäftspartner löschen, wenn es Rechnungen für diesen Geschäftspartner gibt. Sie deaktivieren den Geschäftspartner und verhindern, dass dieser Eintrag in zukünftigen Vorgängen verwendet wird.','Y','Y','Y','N','N','N','N','N','Aktiv',TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:24.385 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560304 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:24.465 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557199,560305,0,540878,TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100,'Checkbox sagt aus, ob der Beleg verarbeitet wurde. ',1,'D','Verarbeitete Belege dürfen in der Regel nich mehr geändert werden.','Y','Y','Y','N','N','N','N','N','Verarbeitet',TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:24.469 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560305 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:24.532 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,DisplayLength,EntityType,IsActive,IsCentrallyMaintained,IsDisplayed,IsDisplayedGrid,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557202,560306,0,540878,TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100,10,'D','Y','Y','N','N','N','N','N','N','N','Import Request',TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:24.533 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560306 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:24.600 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557203,560307,0,540878,TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100,'Suchschlüssel für den Eintrag im erforderlichen Format - muss eindeutig sein',40,'D','A search key allows you a fast method of finding a particular record. +If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_", where TableName is the actual name of the table (e.g. C_Order).','Y','Y','Y','N','N','N','N','N','Suchschlüssel',TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:24.601 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560307 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:24.671 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557204,560308,0,540878,TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100,'Vorgangsdatum',7,'D','Das "Vorgangsdatum" bezeichnet das Datum des Vorgangs.','Y','Y','Y','N','N','N','N','N','Vorgangsdatum',TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:24.674 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560308 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:25.035 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557205,560309,0,540878,TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100,'Date that this request should be acted on',7,'D','The Date Next Action indicates the next scheduled date for an action to occur for this request.','Y','Y','Y','N','N','N','N','N','Date next action',TO_TIMESTAMP('2017-09-19 16:07:24','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:25.036 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560309 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:25.102 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557206,560310,0,540878,TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100,'',40,'D','','Y','Y','Y','N','N','N','N','N','Status',TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:25.104 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560310 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:25.172 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557207,560311,0,540878,TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100,'Request Status',10,'D','Status if the request (open, closed, investigating, ..)','Y','Y','Y','N','N','N','N','N','Status',TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:25.173 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560311 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:25.261 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557208,560312,0,540878,TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100,'Textual summary of this request',255,'D','The Summary allows free form text entry of a recap of this request.','Y','Y','Y','N','N','N','N','N','Summary',TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:25.262 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560312 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:25.339 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557209,560313,0,540878,TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100,'Result of the action taken',2000,'D','The Result indicates the result of any action taken on this request.','Y','Y','Y','N','N','N','N','N','Ergebnis',TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:25.340 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560313 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:25.444 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557210,560314,0,540878,TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100,'Bezeichnet einen Geschäftspartner',10,'D','Ein Geschäftspartner ist jemand, mit dem Sie interagieren. Dies kann Lieferanten, Kunden, Mitarbeiter oder Handelsvertreter umfassen.','Y','Y','Y','N','N','N','N','N','Geschäftspartner',TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:25.446 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560314 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:25.513 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,DisplayLength,EntityType,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557211,560315,0,540878,TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100,40,'D','Y','Y','Y','N','N','N','N','N','Anfrageart',TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:25.514 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560315 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:25.577 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557212,560316,0,540878,TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100,'Type of request (e.g. Inquiry, Complaint, ..)',10,'D','Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc.','Y','Y','Y','N','N','N','N','N','Request Type',TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:25.578 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560316 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:07:25.653 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IsActive,IsCentrallyMaintained,IsDisplayed,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,Updated,UpdatedBy) VALUES (0,557213,560317,0,540878,TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100,'Request from a Business Partner or Prospect',10,'D','The Request identifies a unique request from a Business Partner or Prospect.','Y','Y','Y','N','N','N','N','N','Aufgabe',TO_TIMESTAMP('2017-09-19 16:07:25','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:07:25.657 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560317 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T16:10:48.086 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='N', SeqNo=0,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560304 +; + +-- 2017-09-19T16:10:48.089 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=10,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560300 +; + +-- 2017-09-19T16:10:48.092 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=20,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560301 +; + +-- 2017-09-19T16:10:48.095 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=30,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560307 +; + +-- 2017-09-19T16:10:48.110 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=40,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560314 +; + +-- 2017-09-19T16:10:48.113 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=50,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560315 +; + +-- 2017-09-19T16:10:48.116 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=60,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560316 +; + +-- 2017-09-19T16:10:48.120 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=70,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560310 +; + +-- 2017-09-19T16:10:48.123 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=80,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560311 +; + +-- 2017-09-19T16:10:48.126 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=90,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560308 +; + +-- 2017-09-19T16:10:48.128 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=100,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560309 +; + +-- 2017-09-19T16:10:48.131 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=110,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560312 +; + +-- 2017-09-19T16:10:48.133 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=120,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560313 +; + +-- 2017-09-19T16:10:48.136 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=130,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560303 +; + +-- 2017-09-19T16:10:48.138 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=140,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560305 +; + +-- 2017-09-19T16:10:48.145 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=150,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560302 +; + +-- 2017-09-19T16:10:48.148 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=160,Updated=TO_TIMESTAMP('2017-09-19 16:10:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560317 +; + +-- 2017-09-19T16:10:56.941 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsSameLine='Y',Updated=TO_TIMESTAMP('2017-09-19 16:10:56','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560301 +; + +-- 2017-09-19T16:11:00.962 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsSameLine='Y',Updated=TO_TIMESTAMP('2017-09-19 16:11:00','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560314 +; + +-- 2017-09-19T16:11:04.493 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsSameLine='Y',Updated=TO_TIMESTAMP('2017-09-19 16:11:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560316 +; + +-- 2017-09-19T16:11:07.057 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsSameLine='Y',Updated=TO_TIMESTAMP('2017-09-19 16:11:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560311 +; + +-- 2017-09-19T16:11:10.963 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsSameLine='Y',Updated=TO_TIMESTAMP('2017-09-19 16:11:10','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560309 +; + +-- 2017-09-19T16:11:25.488 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsSameLine='Y',Updated=TO_TIMESTAMP('2017-09-19 16:11:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560305 +; + +-- 2017-09-19T16:11:50.606 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Table SET AD_Window_ID=540367,Updated=TO_TIMESTAMP('2017-09-19 16:11:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Table_ID=540840 +; + + + +------------------------------------------------- +----------------- Import format ----------------- +------------------------------------------------- + + + +-- 2017-09-19T16:14:13.574 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_ImpFormat (AD_Client_ID,AD_ImpFormat_ID,AD_Org_ID,AD_Table_ID,Created,CreatedBy,FormatType,IsActive,Name,Processing,Updated,UpdatedBy) VALUES (0,540011,0,540840,TO_TIMESTAMP('2017-09-19 16:14:13','YYYY-MM-DD HH24:MI:SS'),100,'T','Y','Requests','N',TO_TIMESTAMP('2017-09-19 16:14:13','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:14:56.185 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_ImpFormat_Row (AD_Client_ID,AD_Column_ID,AD_ImpFormat_ID,AD_ImpFormat_Row_ID,AD_Org_ID,Created,CreatedBy,DataType,DecimalPoint,DivideBy100,EndNo,IsActive,Name,SeqNo,StartNo,Updated,UpdatedBy) VALUES (0,557203,540011,540128,0,TO_TIMESTAMP('2017-09-19 16:14:56','YYYY-MM-DD HH24:MI:SS'),100,'S','.','N',0,'Y','Geschäftspartner-Schlüssel',10,1,TO_TIMESTAMP('2017-09-19 16:14:56','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:15:34.186 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_ImpFormat_Row (AD_Client_ID,AD_Column_ID,AD_ImpFormat_ID,AD_ImpFormat_Row_ID,AD_Org_ID,Created,CreatedBy,DataType,DecimalPoint,DivideBy100,EndNo,IsActive,Name,SeqNo,StartNo,Updated,UpdatedBy) VALUES (0,557211,540011,540129,0,TO_TIMESTAMP('2017-09-19 16:15:34','YYYY-MM-DD HH24:MI:SS'),100,'S','.','N',0,'Y','Anfrageart',20,2,TO_TIMESTAMP('2017-09-19 16:15:34','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:16:05.311 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_ImpFormat_Row (AD_Client_ID,AD_Column_ID,AD_ImpFormat_ID,AD_ImpFormat_Row_ID,AD_Org_ID,Created,CreatedBy,DataType,DecimalPoint,DivideBy100,EndNo,IsActive,Name,SeqNo,StartNo,Updated,UpdatedBy) VALUES (0,557206,540011,540130,0,TO_TIMESTAMP('2017-09-19 16:16:05','YYYY-MM-DD HH24:MI:SS'),100,'S','.','N',0,'Y','Status',30,0,TO_TIMESTAMP('2017-09-19 16:16:05','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:16:09.209 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_ImpFormat_Row SET StartNo=3,Updated=TO_TIMESTAMP('2017-09-19 16:16:09','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_ImpFormat_Row_ID=540130 +; + +-- 2017-09-19T16:16:54.720 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_ImpFormat_Row (AD_Client_ID,AD_Column_ID,AD_ImpFormat_ID,AD_ImpFormat_Row_ID,AD_Org_ID,Created,CreatedBy,DataFormat,DataType,DecimalPoint,DivideBy100,EndNo,IsActive,Name,SeqNo,StartNo,Updated,UpdatedBy) VALUES (0,557204,540011,540131,0,TO_TIMESTAMP('2017-09-19 16:16:54','YYYY-MM-DD HH24:MI:SS'),100,'yyyy-MM-dd','D','.','N',0,'Y','Vorgangsdatum',40,4,TO_TIMESTAMP('2017-09-19 16:16:54','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:17:14.602 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_ImpFormat_Row (AD_Client_ID,AD_Column_ID,AD_ImpFormat_ID,AD_ImpFormat_Row_ID,AD_Org_ID,Created,CreatedBy,DataFormat,DataType,DecimalPoint,DivideBy100,EndNo,IsActive,Name,SeqNo,StartNo,Updated,UpdatedBy) VALUES (0,557205,540011,540132,0,TO_TIMESTAMP('2017-09-19 16:17:14','YYYY-MM-DD HH24:MI:SS'),100,'yyyy-MM-dd','D','.','N',0,'Y','Date next action',50,5,TO_TIMESTAMP('2017-09-19 16:17:14','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:17:35.386 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_ImpFormat_Row (AD_Client_ID,AD_Column_ID,AD_ImpFormat_ID,AD_ImpFormat_Row_ID,AD_Org_ID,Created,CreatedBy,DataType,DecimalPoint,DivideBy100,EndNo,IsActive,Name,SeqNo,StartNo,Updated,UpdatedBy) VALUES (0,557208,540011,540133,0,TO_TIMESTAMP('2017-09-19 16:17:35','YYYY-MM-DD HH24:MI:SS'),100,'S','.','N',0,'Y','Summary',60,6,TO_TIMESTAMP('2017-09-19 16:17:35','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:17:58.069 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_ImpFormat_Row (AD_Client_ID,AD_Column_ID,AD_ImpFormat_ID,AD_ImpFormat_Row_ID,AD_Org_ID,Created,CreatedBy,DataType,DecimalPoint,DivideBy100,EndNo,IsActive,Name,SeqNo,StartNo,Updated,UpdatedBy) VALUES (0,557209,540011,540134,0,TO_TIMESTAMP('2017-09-19 16:17:57','YYYY-MM-DD HH24:MI:SS'),100,'S','.','N',0,'Y','Ergebnis',70,7,TO_TIMESTAMP('2017-09-19 16:17:57','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:29:26.177 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Process (AccessLevel,AD_Client_ID,AD_Org_ID,AD_Process_ID,AllowProcessReRun,Classname,CopyFromProcess,Created,CreatedBy,EntityType,IsActive,IsApplySecuritySettings,IsBetaFunctionality,IsDirectPrint,IsOneInstanceOnly,IsReport,IsServerProcess,IsUseBPartnerLanguage,LockWaitTimeout,Name,RefreshAllAfterExecution,ShowHelp,Type,Updated,UpdatedBy,Value) VALUES ('2',0,0,540834,'Y','org.adempiere.impexp.RequestImportProcess','N',TO_TIMESTAMP('2017-09-19 16:29:26','YYYY-MM-DD HH24:MI:SS'),100,'D','Y','N','N','N','N','N','N','Y',0,'Request Import Process','N','Y','Java',TO_TIMESTAMP('2017-09-19 16:29:26','YYYY-MM-DD HH24:MI:SS'),100,'RequestImportProcess') +; + +-- 2017-09-19T16:29:26.186 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Process_Trl (AD_Language,AD_Process_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Process_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Process t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Process_ID=540834 AND NOT EXISTS (SELECT 1 FROM AD_Process_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Process_ID=t.AD_Process_ID) +; + +-- 2017-09-19T16:29:45.517 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Table_Process (AD_Client_ID,AD_Org_ID,AD_Process_ID,AD_Table_ID,Created,CreatedBy,EntityType,IsActive,Updated,UpdatedBy,WEBUI_QuickAction,WEBUI_QuickAction_Default) VALUES (0,0,540834,540840,TO_TIMESTAMP('2017-09-19 16:29:45','YYYY-MM-DD HH24:MI:SS'),100,'D','Y',TO_TIMESTAMP('2017-09-19 16:29:45','YYYY-MM-DD HH24:MI:SS'),100,'N','N') +; + + + +------------------------------------------------- +----------------- Add to the menu ----------------- +------------------------------------------------- + + + +-- 2017-09-19T16:32:08.131 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Menu (Action,AD_Client_ID,AD_Menu_ID,AD_Org_ID,AD_Window_ID,Created,CreatedBy,EntityType,InternalName,IsActive,IsCreateNew,IsReadOnly,IsSOTrx,IsSummary,Name,Updated,UpdatedBy) VALUES ('W',0,540962,0,540367,TO_TIMESTAMP('2017-09-19 16:32:07','YYYY-MM-DD HH24:MI:SS'),100,'D','Import Request','Y','N','N','N','N','Import Request',TO_TIMESTAMP('2017-09-19 16:32:07','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T16:32:08.146 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Menu_Trl (AD_Language,AD_Menu_ID, Description,Name,WEBUI_NameBrowse,WEBUI_NameNew,WEBUI_NameNewBreadcrumb, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Menu_ID, t.Description,t.Name,t.WEBUI_NameBrowse,t.WEBUI_NameNew,t.WEBUI_NameNewBreadcrumb, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Menu t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Menu_ID=540962 AND NOT EXISTS (SELECT 1 FROM AD_Menu_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Menu_ID=t.AD_Menu_ID) +; + +-- 2017-09-19T16:32:08.160 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_TreeNodeMM (AD_Client_ID,AD_Org_ID, IsActive,Created,CreatedBy,Updated,UpdatedBy, AD_Tree_ID, Node_ID, Parent_ID, SeqNo) SELECT t.AD_Client_ID,0, 'Y', now(), 100, now(), 100,t.AD_Tree_ID, 540962, 0, 999 FROM AD_Tree t WHERE t.AD_Client_ID=0 AND t.IsActive='Y' AND t.IsAllNodes='Y' AND t.AD_Table_ID=116 AND NOT EXISTS (SELECT * FROM AD_TreeNodeMM e WHERE e.AD_Tree_ID=t.AD_Tree_ID AND Node_ID=540962) +; + +-- 2017-09-19T16:32:08.794 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=0, Updated=now(), UpdatedBy=100 WHERE Node_ID=165 AND AD_Tree_ID=10 +; + +-- 2017-09-19T16:32:08.797 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=1, Updated=now(), UpdatedBy=100 WHERE Node_ID=372 AND AD_Tree_ID=10 +; + +-- 2017-09-19T16:32:08.797 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=2, Updated=now(), UpdatedBy=100 WHERE Node_ID=271 AND AD_Tree_ID=10 +; + +-- 2017-09-19T16:32:08.798 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=3, Updated=now(), UpdatedBy=100 WHERE Node_ID=528 AND AD_Tree_ID=10 +; + +-- 2017-09-19T16:32:08.798 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=4, Updated=now(), UpdatedBy=100 WHERE Node_ID=237 AND AD_Tree_ID=10 +; + +-- 2017-09-19T16:32:08.799 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=5, Updated=now(), UpdatedBy=100 WHERE Node_ID=414 AND AD_Tree_ID=10 +; + +-- 2017-09-19T16:32:08.799 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=6, Updated=now(), UpdatedBy=100 WHERE Node_ID=238 AND AD_Tree_ID=10 +; + +-- 2017-09-19T16:32:08.800 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=7, Updated=now(), UpdatedBy=100 WHERE Node_ID=396 AND AD_Tree_ID=10 +; + +-- 2017-09-19T16:32:08.800 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=8, Updated=now(), UpdatedBy=100 WHERE Node_ID=540594 AND AD_Tree_ID=10 +; + +-- 2017-09-19T16:32:08.801 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=9, Updated=now(), UpdatedBy=100 WHERE Node_ID=540665 AND AD_Tree_ID=10 +; + +-- 2017-09-19T16:32:08.801 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_TreeNodeMM SET Parent_ID=263, SeqNo=10, Updated=now(), UpdatedBy=100 WHERE Node_ID=540962 AND AD_Tree_ID=10 +; + + +--------------------------------------------------------------------------------------------------------------------------------------------------- + + + +-- 2017-09-19T17:46:33.775 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column (AD_Client_ID,AD_Column_ID,AD_Element_ID,AD_Org_ID,AD_Reference_ID,AD_Table_ID,AllowZoomTo,ColumnName,Created,CreatedBy,DDL_NoForeignKey,Description,EntityType,FieldLength,Help,IsActive,IsAdvancedText,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsCalculated,IsDimension,IsDLMPartitionBoundary,IsEncrypted,IsGenericZoomKeyColumn,IsGenericZoomOrigin,IsIdentifier,IsKey,IsLazyLoading,IsMandatory,IsParent,IsSelectionColumn,IsStaleable,IsSyncDatabase,IsTranslated,IsUpdateable,IsUseDocSequence,Name,SelectionColumnSeqNo,SeqNo,Updated,UpdatedBy,Version) VALUES (0,557214,290,0,10,540840,'N','DocumentNo',TO_TIMESTAMP('2017-09-19 17:46:33','YYYY-MM-DD HH24:MI:SS'),100,'N','Document sequence number of the document','D',40,'The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>". + +If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_", where TableName is the actual name of the table (e.g. C_Order).','Y','N','Y','N','N','N','N','N','N','N','N','Y','N','N','N','N','Y','N','N','N','Y','N','Beleg Nr.',0,1,TO_TIMESTAMP('2017-09-19 17:46:33','YYYY-MM-DD HH24:MI:SS'),100,0) +; + +-- 2017-09-19T17:46:33.798 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Column_ID, t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Column t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Column_ID=557214 AND NOT EXISTS (SELECT 1 FROM AD_Column_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Column_ID=t.AD_Column_ID) +; + +-- 2017-09-19T17:46:36.226 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +/* DDL */ SELECT public.db_alter_table('i_request','ALTER TABLE public.I_Request ADD COLUMN DocumentNo VARCHAR(40)') +; + +-- 2017-09-19T17:47:56.882 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field (AD_Client_ID,AD_Column_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,ColumnDisplayLength,Created,CreatedBy,Description,DisplayLength,EntityType,Help,IncludedTabHeight,IsActive,IsCentrallyMaintained,IsDisplayed,IsDisplayedGrid,IsEncrypted,IsFieldOnly,IsHeading,IsReadOnly,IsSameLine,Name,SeqNo,SeqNoGrid,SortNo,SpanX,SpanY,Updated,UpdatedBy) VALUES (0,557214,560318,0,540878,0,TO_TIMESTAMP('2017-09-19 17:47:56','YYYY-MM-DD HH24:MI:SS'),100,'Document sequence number of the document',0,'D','The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>". + +If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_", where TableName is the actual name of the table (e.g. C_Order).',0,'Y','Y','Y','Y','N','N','N','N','N','Beleg Nr.',170,10,0,1,1,TO_TIMESTAMP('2017-09-19 17:47:56','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T17:47:56.884 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_Field_Trl (AD_Language,AD_Field_ID, Description,Help,Name, IsTranslated,AD_Client_ID,AD_Org_ID,Created,Createdby,Updated,UpdatedBy) SELECT l.AD_Language,t.AD_Field_ID, t.Description,t.Help,t.Name, 'N',t.AD_Client_ID,t.AD_Org_ID,t.Created,t.Createdby,t.Updated,t.UpdatedBy FROM AD_Language l, AD_Field t WHERE l.IsActive='Y' AND l.IsSystemLanguage='Y' AND l.IsBaseLanguage='N' AND t.AD_Field_ID=560318 AND NOT EXISTS (SELECT 1 FROM AD_Field_Trl tt WHERE tt.AD_Language=l.AD_Language AND tt.AD_Field_ID=t.AD_Field_ID) +; + +-- 2017-09-19T17:48:08.934 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='N', SeqNo=0,Updated=TO_TIMESTAMP('2017-09-19 17:48:08','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560313 +; + +-- 2017-09-19T17:48:08.944 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=120,Updated=TO_TIMESTAMP('2017-09-19 17:48:08','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560303 +; + +-- 2017-09-19T17:48:08.947 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=130,Updated=TO_TIMESTAMP('2017-09-19 17:48:08','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560305 +; + +-- 2017-09-19T17:48:08.950 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=140,Updated=TO_TIMESTAMP('2017-09-19 17:48:08','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560302 +; + +-- 2017-09-19T17:48:08.953 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=150,Updated=TO_TIMESTAMP('2017-09-19 17:48:08','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560317 +; + +-- 2017-09-19T17:48:08.956 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=160,Updated=TO_TIMESTAMP('2017-09-19 17:48:08','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560318 +; + +-- 2017-09-19T17:48:18.435 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=10,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560318 +; + +-- 2017-09-19T17:48:18.441 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=20,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560300 +; + +-- 2017-09-19T17:48:18.444 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=30,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560301 +; + +-- 2017-09-19T17:48:18.447 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=40,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560307 +; + +-- 2017-09-19T17:48:18.450 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=50,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560314 +; + +-- 2017-09-19T17:48:18.452 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=60,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560315 +; + +-- 2017-09-19T17:48:18.455 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=70,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560316 +; + +-- 2017-09-19T17:48:18.457 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=80,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560310 +; + +-- 2017-09-19T17:48:18.460 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=90,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560311 +; + +-- 2017-09-19T17:48:18.462 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=100,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560308 +; + +-- 2017-09-19T17:48:18.465 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=110,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560309 +; + +-- 2017-09-19T17:48:18.468 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=120,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560312 +; + +-- 2017-09-19T17:48:18.470 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=130,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560303 +; + +-- 2017-09-19T17:48:18.473 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=140,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560305 +; + +-- 2017-09-19T17:48:18.475 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=150,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560302 +; + +-- 2017-09-19T17:48:18.477 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET IsDisplayed='Y', SeqNo=160,Updated=TO_TIMESTAMP('2017-09-19 17:48:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=560317 +; + +-- 2017-09-19T17:48:50.683 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_ImpFormat_Row SET AD_Column_ID=557214, Name='Beleg Nr.',Updated=TO_TIMESTAMP('2017-09-19 17:48:50','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_ImpFormat_Row_ID=540134 +; + +-- 2017-09-19T18:00:41.621 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Process SET AccessLevel='3',Updated=TO_TIMESTAMP('2017-09-19 18:00:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=540834 +; + +-- 2017-09-19T18:00:51.669 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Process SET RefreshAllAfterExecution='Y',Updated=TO_TIMESTAMP('2017-09-19 18:00:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=540834 +; + +------------------------------------------------------------------------------------------------------------------------------------------------ + +-- 2017-09-19T18:31:14.229 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Process SET Classname='org.compiere.process.ImportRequest',Updated=TO_TIMESTAMP('2017-09-19 18:31:14','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=540834 +; + diff --git a/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472120_sys_gh2090-textsnippets-textvariable-window-webui.sql b/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472120_sys_gh2090-textsnippets-textvariable-window-webui.sql new file mode 100644 index 00000000000..050d6270408 --- /dev/null +++ b/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5472120_sys_gh2090-textsnippets-textvariable-window-webui.sql @@ -0,0 +1,330 @@ +-- 2017-09-19T17:42:54.497 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=10,Updated=TO_TIMESTAMP('2017-09-19 17:42:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546744 +; + +-- 2017-09-19T17:42:54.508 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=20,Updated=TO_TIMESTAMP('2017-09-19 17:42:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546745 +; + +-- 2017-09-19T17:42:54.509 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=30,Updated=TO_TIMESTAMP('2017-09-19 17:42:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546750 +; + +-- 2017-09-19T17:42:54.510 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=40,Updated=TO_TIMESTAMP('2017-09-19 17:42:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546746 +; + +-- 2017-09-19T17:42:54.522 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=50,Updated=TO_TIMESTAMP('2017-09-19 17:42:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546747 +; + +-- 2017-09-19T17:42:54.531 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=60,Updated=TO_TIMESTAMP('2017-09-19 17:42:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546748 +; + +-- 2017-09-19T17:44:23.120 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,541151,0,540057,540879,548699,TO_TIMESTAMP('2017-09-19 17:44:23','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Sektion',10,0,0,TO_TIMESTAMP('2017-09-19 17:44:23','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T17:44:36.646 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,541150,0,540057,540879,548700,TO_TIMESTAMP('2017-09-19 17:44:36','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Mandant',20,0,0,TO_TIMESTAMP('2017-09-19 17:44:36','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T17:44:52.074 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,541149,0,540057,540879,548701,TO_TIMESTAMP('2017-09-19 17:44:52','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Aktiv',30,0,0,TO_TIMESTAMP('2017-09-19 17:44:52','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T17:45:04.516 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=10,Updated=TO_TIMESTAMP('2017-09-19 17:45:04','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546743 +; + +-- 2017-09-19T17:45:07.249 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=20,Updated=TO_TIMESTAMP('2017-09-19 17:45:07','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548699 +; + +-- 2017-09-19T17:45:10.249 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=30,Updated=TO_TIMESTAMP('2017-09-19 17:45:10','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548700 +; + +-- 2017-09-19T17:45:16.832 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=20,Updated=TO_TIMESTAMP('2017-09-19 17:45:16','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548701 +; + +-- 2017-09-19T17:45:19.474 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=30,Updated=TO_TIMESTAMP('2017-09-19 17:45:19','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548699 +; + +-- 2017-09-19T17:45:22.378 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET SeqNo=40,Updated=TO_TIMESTAMP('2017-09-19 17:45:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548700 +; + +-- 2017-09-19T17:45:33.185 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=20,Updated=TO_TIMESTAMP('2017-09-19 17:45:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548701 +; + +-- 2017-09-19T17:45:33.191 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=30,Updated=TO_TIMESTAMP('2017-09-19 17:45:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548699 +; + +-- 2017-09-19T17:45:58.068 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Referenz Baustein',Updated=TO_TIMESTAMP('2017-09-19 17:45:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=541152 +; + +-- 2017-09-19T17:46:47.608 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='L',Updated=TO_TIMESTAMP('2017-09-19 17:46:47','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546744 +; + +-- 2017-09-19T17:46:51.186 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='L',Updated=TO_TIMESTAMP('2017-09-19 17:46:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546745 +; + +-- 2017-09-19T17:46:54.940 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='L',Updated=TO_TIMESTAMP('2017-09-19 17:46:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546750 +; + +-- 2017-09-19T17:47:09.316 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +DELETE FROM AD_UI_ElementGroup WHERE AD_UI_ElementGroup_ID=540883 +; + +-- 2017-09-19T17:47:25.300 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 17:47:25','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546748 +; + +-- 2017-09-19T17:47:28.290 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 17:47:28','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546749 +; + +-- 2017-09-19T17:47:42.797 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='L',Updated=TO_TIMESTAMP('2017-09-19 17:47:42','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546743 +; + +-- 2017-09-19T17:47:45.938 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 17:47:45','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548699 +; + +-- 2017-09-19T17:47:49.795 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 17:47:49','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=548700 +; + +-- 2017-09-19T17:48:31.262 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Aktive',Updated=TO_TIMESTAMP('2017-09-19 17:48:31','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=541149 +; + +-- 2017-09-19T17:53:57.176 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=10,Updated=TO_TIMESTAMP('2017-09-19 17:53:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546672 +; + +-- 2017-09-19T17:53:57.181 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=20,Updated=TO_TIMESTAMP('2017-09-19 17:53:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546671 +; + +-- 2017-09-19T17:53:57.185 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=30,Updated=TO_TIMESTAMP('2017-09-19 17:53:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546673 +; + +-- 2017-09-19T17:53:57.190 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=40,Updated=TO_TIMESTAMP('2017-09-19 17:53:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546677 +; + +-- 2017-09-19T17:53:57.193 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=50,Updated=TO_TIMESTAMP('2017-09-19 17:53:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546675 +; + +-- 2017-09-19T17:53:57.197 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=60,Updated=TO_TIMESTAMP('2017-09-19 17:53:57','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546674 +; + +-- 2017-09-19T17:54:31.330 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +INSERT INTO AD_UI_Element (AD_Client_ID,AD_Field_ID,AD_Org_ID,AD_Tab_ID,AD_UI_ElementGroup_ID,AD_UI_Element_ID,Created,CreatedBy,IsActive,IsAdvancedField,IsDisplayed,IsDisplayedGrid,IsDisplayed_SideList,Name,SeqNo,SeqNoGrid,SeqNo_SideList,Updated,UpdatedBy) VALUES (0,542302,0,540104,540863,548702,TO_TIMESTAMP('2017-09-19 17:54:31','YYYY-MM-DD HH24:MI:SS'),100,'Y','N','Y','N','N','Aktiv',20,0,0,TO_TIMESTAMP('2017-09-19 17:54:31','YYYY-MM-DD HH24:MI:SS'),100) +; + +-- 2017-09-19T17:54:41.655 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='AKtiv',Updated=TO_TIMESTAMP('2017-09-19 17:54:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=542302 +; + +-- 2017-09-19T17:54:47.724 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Mandant',Updated=TO_TIMESTAMP('2017-09-19 17:54:47','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=542304 +; + +-- 2017-09-19T17:54:55.765 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Textbaustein Variable',Updated=TO_TIMESTAMP('2017-09-19 17:54:55','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=542303 +; + +-- 2017-09-19T17:55:33.522 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Tab SET Name='Auflösung Kontext',Updated=TO_TIMESTAMP('2017-09-19 17:55:33','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=540134 +; + +-- 2017-09-19T17:56:06.918 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='L',Updated=TO_TIMESTAMP('2017-09-19 17:56:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546671 +; + +-- 2017-09-19T17:56:12.669 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='L',Updated=TO_TIMESTAMP('2017-09-19 17:56:12','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546672 +; + +-- 2017-09-19T17:56:45.097 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='S',Updated=TO_TIMESTAMP('2017-09-19 17:56:45','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546675 +; + +-- 2017-09-19T17:56:49.542 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 17:56:49','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546677 +; + +-- 2017-09-19T17:57:15.911 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_ElementGroup SET UIStyle='small',Updated=TO_TIMESTAMP('2017-09-19 17:57:15','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_ElementGroup_ID=540863 +; + +-- 2017-09-19T17:57:22.838 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_ElementGroup SET UIStyle='',Updated=TO_TIMESTAMP('2017-09-19 17:57:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_ElementGroup_ID=540863 +; + +-- 2017-09-19T17:57:27.647 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 17:57:27','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546674 +; + +-- 2017-09-19T17:57:31.212 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 17:57:31','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546685 +; + +-- 2017-09-19T17:58:06.104 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 17:58:06','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546671 +; + +-- 2017-09-19T17:58:09.082 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 17:58:09','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546672 +; + +-- 2017-09-19T17:58:23.372 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='L',Updated=TO_TIMESTAMP('2017-09-19 17:58:23','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546675 +; + +-- 2017-09-19T17:58:38.693 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='S',Updated=TO_TIMESTAMP('2017-09-19 17:58:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546673 +; + +-- 2017-09-19T17:59:03.325 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Aktiv',Updated=TO_TIMESTAMP('2017-09-19 17:59:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=542302 +; + +-- 2017-09-19T17:59:27.584 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Belegart',Updated=TO_TIMESTAMP('2017-09-19 17:59:27','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=542910 +; + +-- 2017-09-19T17:59:39.414 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Zeitpunkt Auflösung',Updated=TO_TIMESTAMP('2017-09-19 17:59:39','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=542911 +; + +-- 2017-09-19T17:59:43.820 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Aktiv',Updated=TO_TIMESTAMP('2017-09-19 17:59:43','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=542907 +; + +-- 2017-09-19T17:59:51.082 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Textbaustein Variable',Updated=TO_TIMESTAMP('2017-09-19 17:59:51','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=542908 +; + +-- 2017-09-19T18:00:02.692 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field SET Name='Mandant',Updated=TO_TIMESTAMP('2017-09-19 18:00:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=542909 +; + +-- 2017-09-19T18:00:31.916 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 18:00:31','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546687 +; + +-- 2017-09-19T18:00:38.011 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 18:00:38','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546688 +; + +-- 2017-09-19T18:00:41.538 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='L',Updated=TO_TIMESTAMP('2017-09-19 18:00:41','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546678 +; + +-- 2017-09-19T18:00:48.010 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET WidgetSize='M',Updated=TO_TIMESTAMP('2017-09-19 18:00:48','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546679 +; + +-- 2017-09-19T18:01:22.921 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=10,Updated=TO_TIMESTAMP('2017-09-19 18:01:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546671 +; + +-- 2017-09-19T18:01:22.926 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_UI_Element SET IsDisplayedGrid='Y', SeqNoGrid=20,Updated=TO_TIMESTAMP('2017-09-19 18:01:22','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_UI_Element_ID=546672 +; + +-- 2017-09-19T18:02:05.718 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field_Trl SET UpdatedBy=100,Updated=TO_TIMESTAMP('2017-09-19 18:02:05','YYYY-MM-DD HH24:MI:SS'),IsTranslated='Y',Name='Variable Name' WHERE AD_Field_ID=542308 AND AD_Language='en_US' +; + +-- 2017-09-19T18:02:15.783 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field_Trl SET UpdatedBy=100,Updated=TO_TIMESTAMP('2017-09-19 18:02:15','YYYY-MM-DD HH24:MI:SS'),IsTranslated='Y',Name='Type' WHERE AD_Field_ID=542309 AND AD_Language='en_US' +; + +-- 2017-09-19T18:02:27.287 +-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator +UPDATE AD_Field_Trl SET UpdatedBy=100,Updated=TO_TIMESTAMP('2017-09-19 18:02:27','YYYY-MM-DD HH24:MI:SS'),IsTranslated='Y',Name='Rule' WHERE AD_Field_ID=542307 AND AD_Language='en_US' +; + diff --git a/de.metas.business/src/main/java/org/adempiere/impexp/RequestImportProcess.java b/de.metas.business/src/main/java/org/adempiere/impexp/RequestImportProcess.java new file mode 100644 index 00000000000..00b74368fd8 --- /dev/null +++ b/de.metas.business/src/main/java/org/adempiere/impexp/RequestImportProcess.java @@ -0,0 +1,255 @@ +package org.adempiere.impexp; + +/* + * #%L + * de.metas.adempiere.adempiere.base + * %% + * Copyright (C) 2015 metas GmbH + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * . + * #L% + */ + +import java.sql.ResultSet; +import java.sql.SQLException; +import java.util.Properties; + +import org.adempiere.ad.persistence.TableModelLoader; +import org.adempiere.ad.trx.api.ITrx; +import org.adempiere.exceptions.AdempiereException; +import org.adempiere.model.InterfaceWrapperHelper; +import org.adempiere.util.lang.IMutable; +import org.compiere.model.I_C_BPartner; +import org.compiere.model.I_I_Request; +import org.compiere.model.I_R_Request; +import org.compiere.model.I_R_RequestType; +import org.compiere.model.I_R_Status; +import org.compiere.model.PO; +import org.compiere.model.X_I_Request; +import org.compiere.util.DB; +import org.compiere.util.Env; + +/** + * Imports {@link I_I_Request} records to {@link I_R_Request}. + * + * @author cg + * + */ +public class RequestImportProcess extends AbstractImportProcess +{ + + @Override + public Class getImportModelClass() + { + return I_I_Request.class; + } + + @Override + public String getImportTableName() + { + return I_I_Request.Table_Name; + } + + @Override + protected String getTargetTableName() + { + return I_R_Request.Table_Name; + } + + @Override + protected String getImportOrderBySql() + { + return I_I_Request.COLUMNNAME_DocumentNo; + } + + @Override + protected void updateAndValidateImportRecords() + { + final String trxName = ITrx.TRXNAME_ThreadInherited; + final String sqlImportWhereClause = COLUMNNAME_I_IsImported + "<>" + DB.TO_BOOLEAN(true) + + "\n " + getWhereClause(); + + // + // Update C_BPartner_ID + { + final String sqlSelectByValue = "select MIN(bp." + I_C_BPartner.COLUMNNAME_C_BPartner_ID + ")" + + " from " + I_C_BPartner.Table_Name + " bp " + + " where bp." + I_C_BPartner.COLUMNNAME_Value + "=i." + I_I_Request.COLUMNNAME_Value + + " and bp." + I_C_BPartner.COLUMNNAME_AD_Client_ID + "=i." + I_I_Request.COLUMNNAME_AD_Client_ID; + + final String sql = "UPDATE " + I_I_Request.Table_Name + " i " + + "\n SET " + I_I_Request.COLUMNNAME_C_BPartner_ID + "=(" + sqlSelectByValue + ")" + + "\n WHERE " + sqlImportWhereClause + + "\n AND i." + I_I_Request.COLUMNNAME_C_BPartner_ID + " IS NULL"; + + final int no = DB.executeUpdateEx(sql, trxName); + log.debug("Set C_BPartner_ID for {} records", no); + + // Flag missing BPartners + markAsError("BPartner not found", I_I_Request.COLUMNNAME_C_BPartner_ID + " IS NULL" + + "\n AND " + sqlImportWhereClause); + } + + // + // Update R_RequestType_ID by Name + { + final String sqlSelectByValue = "select MIN(rt." + I_R_RequestType.COLUMNNAME_R_RequestType_ID + ")" + + " from " + I_R_RequestType.Table_Name + " rt " + + " where rt." + I_R_RequestType.COLUMNNAME_Name + "=i." + I_I_Request.COLUMNNAME_RequestType + + " and rt." + I_R_RequestType.COLUMNNAME_AD_Client_ID + "=i." + I_I_Request.COLUMNNAME_AD_Client_ID; + + final String sql = "UPDATE " + I_I_Request.Table_Name + " i " + + "\n SET " + I_I_Request.COLUMNNAME_R_RequestType_ID + "=(" + sqlSelectByValue + ")" + + "\n WHERE " + sqlImportWhereClause + + "\n AND i." + I_I_Request.COLUMNNAME_R_RequestType_ID + " IS NULL"; + + final int no = DB.executeUpdateEx(sql, trxName); + log.debug("Set R_RequestType_ID for {} records", no); + + // Flag missing flatrate conditions + markAsError("Request Type not found", I_I_Request.COLUMNNAME_R_RequestType_ID + " IS NULL" + + "\n AND " + sqlImportWhereClause); + } + + // + // Update R_Status_ID by Name + { + final String sqlSelectByValue = "select MIN(r." + I_R_Status.COLUMNNAME_R_Status_ID + ")" + + " from " + I_R_Status.Table_Name + " r " + + " where r." + I_R_Status.COLUMNNAME_Name + "=i." + I_I_Request.COLUMNNAME_Status + + " and r." + I_R_Status.COLUMNNAME_AD_Client_ID + "=i." + I_I_Request.COLUMNNAME_AD_Client_ID; + + final String sql = "UPDATE " + I_I_Request.Table_Name + " i " + + "\n SET " + I_I_Request.COLUMNNAME_R_Status_ID + "=(" + sqlSelectByValue + ")" + + "\n WHERE " + sqlImportWhereClause + + "\n AND i." + I_I_Request.COLUMNNAME_R_Status_ID + " IS NULL"; + + final int no = DB.executeUpdateEx(sql, trxName); + log.debug("Set M_Product_ID for {} records (by Value)", no); + } + + // Flag missing status + markAsError("R_Status not found", I_I_Request.COLUMNNAME_R_Status_ID + " IS NULL" + + "\n AND " + sqlImportWhereClause); + } + + private final void markAsError(final String errorMsg, final String sqlWhereClause) + { + final String sql = "UPDATE " + I_I_Request.Table_Name + + "\n SET " + COLUMNNAME_I_IsImported + "=?, " + COLUMNNAME_I_ErrorMsg + "=" + COLUMNNAME_I_ErrorMsg + "||? " + + "\n WHERE " + sqlWhereClause; + final Object[] sqlParams = new Object[] { X_I_Request.I_ISIMPORTED_ImportFailed, errorMsg + "; " }; + DB.executeUpdateEx(sql, sqlParams, ITrx.TRXNAME_ThreadInherited); + + } + + @Override + protected I_I_Request retrieveImportRecord(final Properties ctx, final ResultSet rs) throws SQLException + { + final PO po = TableModelLoader.instance.getPO(ctx, I_I_Request.Table_Name, rs, ITrx.TRXNAME_ThreadInherited); + return InterfaceWrapperHelper.create(po, I_I_Request.class); + } + + @Override + protected ImportRecordResult importRecord(final IMutable state, final I_I_Request importRecord) throws Exception + { + // + // Create a new request + final I_R_Request request = InterfaceWrapperHelper.newInstance(I_R_Request.class, importRecord); + request.setAD_Org_ID(importRecord.getAD_Org_ID()); + + // + // BPartner + { + int bpartnerId = importRecord.getC_BPartner_ID(); + if (bpartnerId <= 0) + { + throw new AdempiereException("BPartner not found"); + } + + request.setC_BPartner_ID(bpartnerId); + } + + // + // request type + { + int requesTypeId = importRecord.getR_RequestType_ID(); + if (requesTypeId <= 0) + { + throw new AdempiereException("Request Type not found"); + } + request.setR_RequestType_ID(requesTypeId); + } + + // + // status + { + int statusId = importRecord.getR_Status_ID(); + if (statusId <= 0) + { + throw new AdempiereException("Status not found"); + } + request.setR_Status_ID(statusId); + } + + // + // set data from the other fields + if (importRecord.getDateTrx() != null) + { + request.setDateTrx(importRecord.getDateTrx()); + } + if (importRecord.getDateNextAction() != null) + { + request.setDateNextAction(importRecord.getDateNextAction()); + } + if (importRecord.getSummary() != null) + { + request.setSummary(importRecord.getSummary()); + } + + if (importRecord.getDocumentNo() != null) + { + request.setDocumentNo(importRecord.getDocumentNo()); + } + + // TODO: don't support for now +// if (importRecord.getResult() != null) +// { +// request.setResult(importRecord.getResult()); +// } + + int userid = Env.getAD_User_ID(getCtx()); + request.setSalesRep_ID(userid); + + InterfaceWrapperHelper.save(request); + + // Link back the request to current import record + importRecord.setR_Request(request); + + // + return ImportRecordResult.Inserted; + } + + @Override + protected void markImported(final I_I_Request importRecord) + { + // NOTE: overriding the method from abstract class because in case of I_Flatrate_Term, + // * the I_IsImported is a List (as it should be) and not YesNo + // * there is no Processing column + importRecord.setI_IsImported(X_I_Request.I_ISIMPORTED_Imported); + importRecord.setProcessed(true); + InterfaceWrapperHelper.save(importRecord); + } +} diff --git a/de.metas.business/src/main/java/org/adempiere/impexp/impl/ImportProcessFactory.java b/de.metas.business/src/main/java/org/adempiere/impexp/impl/ImportProcessFactory.java index b202882d056..1fe0b4b6746 100644 --- a/de.metas.business/src/main/java/org/adempiere/impexp/impl/ImportProcessFactory.java +++ b/de.metas.business/src/main/java/org/adempiere/impexp/impl/ImportProcessFactory.java @@ -31,11 +31,13 @@ import org.adempiere.impexp.IImportProcess; import org.adempiere.impexp.IImportProcessFactory; import org.adempiere.impexp.ProductImportProcess; +import org.adempiere.impexp.RequestImportProcess; import org.adempiere.impexp.spi.IAsyncImportProcessBuilder; import org.adempiere.model.InterfaceWrapperHelper; import org.adempiere.util.Check; import org.compiere.model.I_I_BPartner; import org.compiere.model.I_I_Product; +import org.compiere.model.I_I_Request; import com.google.common.base.Supplier; @@ -50,6 +52,7 @@ public ImportProcessFactory() // Register standard import processes registerImportProcess(I_I_BPartner.class, BPartnerImportProcess.class); registerImportProcess(I_I_Product.class, ProductImportProcess.class); + registerImportProcess(I_I_Request.class, RequestImportProcess.class); } @Override