Fix [ 2028301 ] Errors with Revison 5784
This commit is contained in:
parent
c88a980f23
commit
091fe072e9
|
@ -189,7 +189,7 @@ public class ModelInterfaceGenerator {
|
|||
createImports(start);
|
||||
// Interface
|
||||
start.append("/** Generated Interface for ").append(tableName).append("\n")
|
||||
.append(" * @author Trifon Trifonov (generated) \n")
|
||||
.append(" * @author Adempiere (generated) \n")
|
||||
.append(" * @version ").append(Adempiere.MAIN_VERSION).append(NL) //.append(" - ").append(s_run).append("\n")
|
||||
.append(" */\n")
|
||||
.append("public interface ").append(className).append(" {").append("\n")
|
||||
|
|
|
@ -95,18 +95,18 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getDistributionOrder_MailText_ID();
|
||||
|
||||
/** Column name DistributionOrder_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_DistributionOrder_PrintFormat_ID = "DistributionOrder_PrintFormat_ID";
|
||||
/** Column name Distrib_Order_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Distrib_Order_PrintFormat_ID = "Distrib_Order_PrintFormat_ID";
|
||||
|
||||
/** Set Distribution Order Print Format.
|
||||
* Print Format for printing Distribution Order
|
||||
*/
|
||||
public void setDistributionOrder_PrintFormat_ID (int DistributionOrder_PrintFormat_ID);
|
||||
public void setDistrib_Order_PrintFormat_ID (int Distrib_Order_PrintFormat_ID);
|
||||
|
||||
/** Get Distribution Order Print Format.
|
||||
* Print Format for printing Distribution Order
|
||||
*/
|
||||
public int getDistributionOrder_PrintFormat_ID();
|
||||
public int getDistrib_Order_PrintFormat_ID();
|
||||
|
||||
/** Column name Invoice_MailText_ID */
|
||||
public static final String COLUMNNAME_Invoice_MailText_ID = "Invoice_MailText_ID";
|
||||
|
@ -147,18 +147,18 @@ public interface I_AD_PrintForm
|
|||
*/
|
||||
public int getManufacturingOrder_MailText_ID();
|
||||
|
||||
/** Column name ManufacturingOrder_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_ManufacturingOrder_PrintFormat_ID = "ManufacturingOrder_PrintFormat_ID";
|
||||
/** Column name Manuf_Order_PrintFormat_ID */
|
||||
public static final String COLUMNNAME_Manuf_Order_PrintFormat_ID = "Manuf_Order_PrintFormat_ID";
|
||||
|
||||
/** Set Manufacturing Order Print Format.
|
||||
* Print Format for printing Manufacturing Order
|
||||
*/
|
||||
public void setManufacturingOrder_PrintFormat_ID (int ManufacturingOrder_PrintFormat_ID);
|
||||
public void setManuf_Order_PrintFormat_ID (int Manuf_Order_PrintFormat_ID);
|
||||
|
||||
/** Get Manufacturing Order Print Format.
|
||||
* Print Format for printing Manufacturing Order
|
||||
*/
|
||||
public int getManufacturingOrder_PrintFormat_ID();
|
||||
public int getManuf_Order_PrintFormat_ID();
|
||||
|
||||
/** Column name Name */
|
||||
public static final String COLUMNNAME_Name = "Name";
|
||||
|
|
|
@ -141,26 +141,26 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** DistributionOrder_PrintFormat_ID AD_Reference_ID=53282 */
|
||||
public static final int DISTRIBUTIONORDER_PRINTFORMAT_ID_AD_Reference_ID=53282;
|
||||
/** Distrib_Order_PrintFormat_ID AD_Reference_ID=53282 */
|
||||
public static final int Distrib_Order_PrintFormat_ID_AD_Reference_ID=53282;
|
||||
/** Set Distribution Order Print Format.
|
||||
@param DistributionOrder_PrintFormat_ID
|
||||
@param Distrib_Order_PrintFormat_ID
|
||||
Print Format for printing Distribution Order
|
||||
*/
|
||||
public void setDistributionOrder_PrintFormat_ID (int DistributionOrder_PrintFormat_ID)
|
||||
public void setDistrib_Order_PrintFormat_ID (int Distrib_Order_PrintFormat_ID)
|
||||
{
|
||||
if (DistributionOrder_PrintFormat_ID < 1)
|
||||
set_Value (COLUMNNAME_DistributionOrder_PrintFormat_ID, null);
|
||||
if (Distrib_Order_PrintFormat_ID < 1)
|
||||
set_Value (COLUMNNAME_Distrib_Order_PrintFormat_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_DistributionOrder_PrintFormat_ID, Integer.valueOf(DistributionOrder_PrintFormat_ID));
|
||||
set_Value (COLUMNNAME_Distrib_Order_PrintFormat_ID, Integer.valueOf(Distrib_Order_PrintFormat_ID));
|
||||
}
|
||||
|
||||
/** Get Distribution Order Print Format.
|
||||
@return Print Format for printing Distribution Order
|
||||
*/
|
||||
public int getDistributionOrder_PrintFormat_ID ()
|
||||
public int getDistrib_Order_PrintFormat_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_DistributionOrder_PrintFormat_ID);
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_Distrib_Order_PrintFormat_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
|
@ -241,26 +241,26 @@ public class X_AD_PrintForm extends PO implements I_AD_PrintForm, I_Persistent
|
|||
return ii.intValue();
|
||||
}
|
||||
|
||||
/** ManufacturingOrder_PrintFormat_ID AD_Reference_ID=53281 */
|
||||
public static final int MANUFACTURINGORDER_PRINTFORMAT_ID_AD_Reference_ID=53281;
|
||||
/** Manuf_Order_PrintFormat_ID AD_Reference_ID=53281 */
|
||||
public static final int Manuf_Order_PrintFormat_ID_AD_Reference_ID=53281;
|
||||
/** Set Manufacturing Order Print Format.
|
||||
@param ManufacturingOrder_PrintFormat_ID
|
||||
@param Manuf_Order_PrintFormat_ID
|
||||
Print Format for printing Manufacturing Order
|
||||
*/
|
||||
public void setManufacturingOrder_PrintFormat_ID (int ManufacturingOrder_PrintFormat_ID)
|
||||
public void setManuf_Order_PrintFormat_ID (int Manuf_Order_PrintFormat_ID)
|
||||
{
|
||||
if (ManufacturingOrder_PrintFormat_ID < 1)
|
||||
set_Value (COLUMNNAME_ManufacturingOrder_PrintFormat_ID, null);
|
||||
if (Manuf_Order_PrintFormat_ID < 1)
|
||||
set_Value (COLUMNNAME_Manuf_Order_PrintFormat_ID, null);
|
||||
else
|
||||
set_Value (COLUMNNAME_ManufacturingOrder_PrintFormat_ID, Integer.valueOf(ManufacturingOrder_PrintFormat_ID));
|
||||
set_Value (COLUMNNAME_Manuf_Order_PrintFormat_ID, Integer.valueOf(Manuf_Order_PrintFormat_ID));
|
||||
}
|
||||
|
||||
/** Get Manufacturing Order Print Format.
|
||||
@return Print Format for printing Manufacturing Order
|
||||
*/
|
||||
public int getManufacturingOrder_PrintFormat_ID ()
|
||||
public int getManuf_Order_PrintFormat_ID ()
|
||||
{
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_ManufacturingOrder_PrintFormat_ID);
|
||||
Integer ii = (Integer)get_Value(COLUMNNAME_Manuf_Order_PrintFormat_ID);
|
||||
if (ii == null)
|
||||
return 0;
|
||||
return ii.intValue();
|
||||
|
|
|
@ -1127,7 +1127,7 @@ INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_
|
|||
|
||||
-- Jul 25, 2008 1:11:42 AM CDT
|
||||
-- Order Distribution
|
||||
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,Help,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,53671,0,'ManufacturingOrder_PrintFormat_ID',TO_DATE('2008-07-25 01:11:38','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Manufacturing Order','EE01','You need to define a Print Format to print the document.','Y','Manufacturing Order Print Format','Manufacturing Order Print Format',TO_DATE('2008-07-25 01:11:38','YYYY-MM-DD HH24:MI:SS'),0)
|
||||
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,Help,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,53671,0,'Manuf_Order_PrintFormat_ID',TO_DATE('2008-07-25 01:11:38','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Manufacturing Order','EE01','You need to define a Print Format to print the document.','Y','Manufacturing Order Print Format','Manufacturing Order Print Format',TO_DATE('2008-07-25 01:11:38','YYYY-MM-DD HH24:MI:SS'),0)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:11:42 AM CDT
|
||||
|
@ -1137,7 +1137,7 @@ INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_
|
|||
|
||||
-- Jul 25, 2008 1:12:15 AM CDT
|
||||
-- Order Distribution
|
||||
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,Help,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,53672,0,'DistributionOrder_PrintFormat_ID',TO_DATE('2008-07-25 01:12:13','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Distribution Order','EE01','You need to define a Print Format to print the document.','Y','Distribution Order Print Format','Distribution Order Print Format',TO_DATE('2008-07-25 01:12:13','YYYY-MM-DD HH24:MI:SS'),0)
|
||||
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,Help,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,53672,0,'Distrib_Order_PrintFormat_ID',TO_DATE('2008-07-25 01:12:13','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Distribution Order','EE01','You need to define a Print Format to print the document.','Y','Distribution Order Print Format','Distribution Order Print Format',TO_DATE('2008-07-25 01:12:13','YYYY-MM-DD HH24:MI:SS'),0)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:12:15 AM CDT
|
||||
|
@ -1212,7 +1212,7 @@ ALTER TABLE AD_PrintForm ADD ManufacturingOrder_MailText_ID NUMBER(10)
|
|||
|
||||
-- Jul 25, 2008 1:34:57 AM CDT
|
||||
-- Order Distribution
|
||||
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,56243,53671,0,18,53281,454,'ManufacturingOrder_PrintFormat_ID',TO_DATE('2008-07-25 01:34:56','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Manufacturing Order','EE01',22,'You need to define a Print Format to print the document.','Y','N','N','N','N','N','N','N','N','N','Y','Manufacturing Order Print Format',0,TO_DATE('2008-07-25 01:34:56','YYYY-MM-DD HH24:MI:SS'),0,1)
|
||||
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,56243,53671,0,18,53281,454,'Manuf_Order_PrintFormat_ID',TO_DATE('2008-07-25 01:34:56','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Manufacturing Order','EE01',22,'You need to define a Print Format to print the document.','Y','N','N','N','N','N','N','N','N','N','Y','Manufacturing Order Print Format',0,TO_DATE('2008-07-25 01:34:56','YYYY-MM-DD HH24:MI:SS'),0,1)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:34:57 AM CDT
|
||||
|
@ -1222,7 +1222,7 @@ INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Clien
|
|||
|
||||
-- Jul 25, 2008 1:35:02 AM CDT
|
||||
-- Order Distribution
|
||||
ALTER TABLE AD_PrintForm ADD ManufacturingOrder_PrintFormat_ID NUMBER(10)
|
||||
ALTER TABLE AD_PrintForm ADD Manuf_Order_PrintFormat_ID NUMBER(10)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:35:47 AM CDT
|
||||
|
@ -1242,7 +1242,7 @@ ALTER TABLE AD_PrintForm ADD DistributionOrder_MailText_ID NUMBER(10)
|
|||
|
||||
-- Jul 25, 2008 1:36:23 AM CDT
|
||||
-- Order Distribution
|
||||
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,56245,53672,0,18,53282,454,'DistributionOrder_PrintFormat_ID',TO_DATE('2008-07-25 01:36:22','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Distribution Order','EE01',22,'You need to define a Print Format to print the document.','Y','N','N','N','N','N','N','N','N','N','Y','Distribution Order Print Format',0,TO_DATE('2008-07-25 01:36:22','YYYY-MM-DD HH24:MI:SS'),0,1)
|
||||
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,56245,53672,0,18,53282,454,'Distrib_Order_PrintFormat_ID',TO_DATE('2008-07-25 01:36:22','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Distribution Order','EE01',22,'You need to define a Print Format to print the document.','Y','N','N','N','N','N','N','N','N','N','Y','Distribution Order Print Format',0,TO_DATE('2008-07-25 01:36:22','YYYY-MM-DD HH24:MI:SS'),0,1)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:36:23 AM CDT
|
||||
|
@ -1252,7 +1252,7 @@ INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Clien
|
|||
|
||||
-- Jul 25, 2008 1:36:25 AM CDT
|
||||
-- Order Distribution
|
||||
ALTER TABLE AD_PrintForm ADD DistributionOrder_PrintFormat_ID NUMBER(10)
|
||||
ALTER TABLE AD_PrintForm ADD Distrib_Order_PrintFormat_ID NUMBER(10)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:36:42 AM CDT
|
||||
|
|
|
@ -1125,7 +1125,7 @@ INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_
|
|||
|
||||
-- Jul 25, 2008 1:11:42 AM CDT
|
||||
-- Order Distribution
|
||||
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,Help,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,53671,0,'ManufacturingOrder_PrintFormat_ID',TO_TIMESTAMP('2008-07-25 01:11:38','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Manufacturing Order','EE01','You need to define a Print Format to print the document.','Y','Manufacturing Order Print Format','Manufacturing Order Print Format',TO_TIMESTAMP('2008-07-25 01:11:38','YYYY-MM-DD HH24:MI:SS'),0)
|
||||
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,Help,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,53671,0,'Manuf_Order_PrintFormat_ID',TO_TIMESTAMP('2008-07-25 01:11:38','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Manufacturing Order','EE01','You need to define a Print Format to print the document.','Y','Manufacturing Order Print Format','Manufacturing Order Print Format',TO_TIMESTAMP('2008-07-25 01:11:38','YYYY-MM-DD HH24:MI:SS'),0)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:11:42 AM CDT
|
||||
|
@ -1135,7 +1135,7 @@ INSERT INTO AD_Element_Trl (AD_Language,AD_Element_ID, Description,Help,Name,PO_
|
|||
|
||||
-- Jul 25, 2008 1:12:15 AM CDT
|
||||
-- Order Distribution
|
||||
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,Help,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,53672,0,'DistributionOrder_PrintFormat_ID',TO_TIMESTAMP('2008-07-25 01:12:13','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Distribution Order','EE01','You need to define a Print Format to print the document.','Y','Distribution Order Print Format','Distribution Order Print Format',TO_TIMESTAMP('2008-07-25 01:12:13','YYYY-MM-DD HH24:MI:SS'),0)
|
||||
INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,Help,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,53672,0,'Distrib_Order_PrintFormat_ID',TO_TIMESTAMP('2008-07-25 01:12:13','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Distribution Order','EE01','You need to define a Print Format to print the document.','Y','Distribution Order Print Format','Distribution Order Print Format',TO_TIMESTAMP('2008-07-25 01:12:13','YYYY-MM-DD HH24:MI:SS'),0)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:12:15 AM CDT
|
||||
|
@ -1210,7 +1210,7 @@ ALTER TABLE AD_PrintForm ADD COLUMN ManufacturingOrder_MailText_ID NUMERIC(10)
|
|||
|
||||
-- Jul 25, 2008 1:34:57 AM CDT
|
||||
-- Order Distribution
|
||||
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,56243,53671,0,18,53281,454,'ManufacturingOrder_PrintFormat_ID',TO_TIMESTAMP('2008-07-25 01:34:56','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Manufacturing Order','EE01',22,'You need to define a Print Format to print the document.','Y','N','N','N','N','N','N','N','N','N','Y','Manufacturing Order Print Format',0,TO_TIMESTAMP('2008-07-25 01:34:56','YYYY-MM-DD HH24:MI:SS'),0,1)
|
||||
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,56243,53671,0,18,53281,454,'Manuf_Order_PrintFormat_ID',TO_TIMESTAMP('2008-07-25 01:34:56','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Manufacturing Order','EE01',22,'You need to define a Print Format to print the document.','Y','N','N','N','N','N','N','N','N','N','Y','Manufacturing Order Print Format',0,TO_TIMESTAMP('2008-07-25 01:34:56','YYYY-MM-DD HH24:MI:SS'),0,1)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:34:57 AM CDT
|
||||
|
@ -1220,7 +1220,7 @@ INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Clien
|
|||
|
||||
-- Jul 25, 2008 1:35:02 AM CDT
|
||||
-- Order Distribution
|
||||
ALTER TABLE AD_PrintForm ADD COLUMN ManufacturingOrder_PrintFormat_ID NUMERIC(10)
|
||||
ALTER TABLE AD_PrintForm ADD COLUMN Manuf_Order_PrintFormat_ID NUMERIC(10)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:35:47 AM CDT
|
||||
|
@ -1240,7 +1240,7 @@ ALTER TABLE AD_PrintForm ADD COLUMN DistributionOrder_MailText_ID NUMERIC(10)
|
|||
|
||||
-- Jul 25, 2008 1:36:23 AM CDT
|
||||
-- Order Distribution
|
||||
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,56245,53672,0,18,53282,454,'DistributionOrder_PrintFormat_ID',TO_TIMESTAMP('2008-07-25 01:36:22','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Distribution Order','EE01',22,'You need to define a Print Format to print the document.','Y','N','N','N','N','N','N','N','N','N','Y','Distribution Order Print Format',0,TO_TIMESTAMP('2008-07-25 01:36:22','YYYY-MM-DD HH24:MI:SS'),0,1)
|
||||
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,56245,53672,0,18,53282,454,'Distrib_Order_PrintFormat_ID',TO_TIMESTAMP('2008-07-25 01:36:22','YYYY-MM-DD HH24:MI:SS'),0,'Print Format for printing Distribution Order','EE01',22,'You need to define a Print Format to print the document.','Y','N','N','N','N','N','N','N','N','N','Y','Distribution Order Print Format',0,TO_TIMESTAMP('2008-07-25 01:36:22','YYYY-MM-DD HH24:MI:SS'),0,1)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:36:23 AM CDT
|
||||
|
@ -1250,7 +1250,7 @@ INSERT INTO AD_Column_Trl (AD_Language,AD_Column_ID, Name, IsTranslated,AD_Clien
|
|||
|
||||
-- Jul 25, 2008 1:36:25 AM CDT
|
||||
-- Order Distribution
|
||||
ALTER TABLE AD_PrintForm ADD COLUMN DistributionOrder_PrintFormat_ID NUMERIC(10)
|
||||
ALTER TABLE AD_PrintForm ADD COLUMN Distrib_Order_PrintFormat_ID NUMERIC(10)
|
||||
;
|
||||
|
||||
-- Jul 25, 2008 1:36:42 AM CDT
|
||||
|
|
Loading…
Reference in New Issue