added missing columns to U_POSTerminal.
Fixed eclispe classpath for multiple project setup.
This commit is contained in:
parent
68b2444b1d
commit
0ff3af4689
|
@ -10,7 +10,6 @@
|
||||||
<classpathentry kind="lib" path="/tools/lib/jpedal.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/jpedal.jar"/>
|
||||||
<classpathentry kind="lib" path="/tools/lib/jnlp.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/jnlp.jar"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
|
||||||
<classpathentry kind="lib" path="/tools/lib/jcommon-1.0.5.jar"/>
|
|
||||||
<classpathentry kind="lib" path="/tools/lib/junit.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/junit.jar"/>
|
||||||
<classpathentry kind="lib" path="/jboss/client/jbossall-client.jar"/>
|
<classpathentry kind="lib" path="/jboss/client/jbossall-client.jar"/>
|
||||||
<classpathentry kind="lib" path="/tools/lib/postgresql.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/postgresql.jar"/>
|
||||||
|
@ -20,6 +19,7 @@
|
||||||
<classpathentry kind="lib" path="/tools/lib/script-api.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/script-api.jar"/>
|
||||||
<classpathentry kind="lib" path="/tools/lib/barbecue-1.5-beta1.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/barbecue-1.5-beta1.jar"/>
|
||||||
<classpathentry kind="lib" path="/tools/lib/poi-3.0.1-FINAL-20070705.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/poi-3.0.1-FINAL-20070705.jar"/>
|
||||||
<classpathentry kind="lib" path="/tools/lib/jfreechart-1.0.3.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/jcommon-1.0.14.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/tools/lib/jfreechart-1.0.11.jar"/>
|
||||||
<classpathentry kind="output" path="build"/>
|
<classpathentry kind="output" path="build"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
|
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
|
||||||
</listAttribute>
|
</listAttribute>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.adempiere.util.GenerateModel"/>
|
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.adempiere.util.GenerateModel"/>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${workspace_loc:base}/src/org/compiere/model/ org.compiere.model 'D'"/>
|
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${workspace_loc:base}/src/org/compiere/model/ org.compiere.model "'D','A','U'""/>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="base"/>
|
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="base"/>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DPropertyFile=${workspace_loc}/adempiere/Adempiere/Adempiere.properties"/>
|
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DPropertyFile=${workspace_loc}/adempiere/Adempiere/Adempiere.properties"/>
|
||||||
</launchConfiguration>
|
</launchConfiguration>
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
|
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.adempiere.util.ModelClassGenerator"/>
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
<listEntry value="/base/src/org/adempiere/util/ModelClassGenerator.java"/>
|
||||||
<listEntry value="4"/>
|
|
||||||
</listAttribute>
|
</listAttribute>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${workspace_loc:base}/src/org/compiere/model/ org.compiere.model "'D', 'U', 'A'""/>
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="base"/>
|
<listEntry value="1"/>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DPropertyFile=${workspace_loc}/adempiere/Adempiere/Adempiere.properties"/>
|
</listAttribute>
|
||||||
|
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
|
||||||
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
|
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
|
||||||
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
|
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
|
||||||
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
|
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
|
||||||
</listAttribute>
|
</listAttribute>
|
||||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.adempiere.util.ModelClassGenerator"/>
|
||||||
<listEntry value="/base"/>
|
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${workspace_loc:base}/src/org/compiere/model/ org.compiere.model "'D', 'U', 'A', 'C'""/>
|
||||||
</listAttribute>
|
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="base"/>
|
||||||
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
|
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DPropertyFile=${workspace_loc}/adempiere/Adempiere/Adempiere.properties"/>
|
||||||
</launchConfiguration>
|
</launchConfiguration>
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
|
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.adempiere.util.ModelInterfaceGenerator"/>
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
<listEntry value="/base/src/org/adempiere/util/ModelInterfaceGenerator.java"/>
|
||||||
<listEntry value="4"/>
|
|
||||||
</listAttribute>
|
</listAttribute>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${workspace_loc:base}/src/org/compiere/model/ org.compiere.model 'D'"/>
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="base"/>
|
<listEntry value="1"/>
|
||||||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DPropertyFile=${workspace_loc}/adempiere/Adempiere/Adempiere.properties"/>
|
</listAttribute>
|
||||||
|
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
|
||||||
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
|
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
|
||||||
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
|
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
|
||||||
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
|
<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
|
||||||
</listAttribute>
|
</listAttribute>
|
||||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.adempiere.util.ModelInterfaceGenerator"/>
|
||||||
<listEntry value="/base"/>
|
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${workspace_loc:base}/src/org/compiere/model/ org.compiere.model "'D', 'U', 'A', 'C'""/>
|
||||||
</listAttribute>
|
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="base"/>
|
||||||
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
|
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-DPropertyFile=${workspace_loc}/adempiere/Adempiere/Adempiere.properties"/>
|
||||||
</launchConfiguration>
|
</launchConfiguration>
|
||||||
|
|
|
@ -66,6 +66,32 @@ public interface I_U_POSTerminal
|
||||||
*/
|
*/
|
||||||
public boolean isAutoLock();
|
public boolean isAutoLock();
|
||||||
|
|
||||||
|
/** Column name Card_BankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_Card_BankAccount_ID = "Card_BankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Card Bank Account.
|
||||||
|
* Bank Account on which card transactions will be processed
|
||||||
|
*/
|
||||||
|
public void setCard_BankAccount_ID (int Card_BankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Card Bank Account.
|
||||||
|
* Bank Account on which card transactions will be processed
|
||||||
|
*/
|
||||||
|
public int getCard_BankAccount_ID();
|
||||||
|
|
||||||
|
/** Column name CardTransferBankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_CardTransferBankAccount_ID = "CardTransferBankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Transfer Card trx to.
|
||||||
|
* Bank account on which to transfer Card transactions
|
||||||
|
*/
|
||||||
|
public void setCardTransferBankAccount_ID (int CardTransferBankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Transfer Card trx to.
|
||||||
|
* Bank account on which to transfer Card transactions
|
||||||
|
*/
|
||||||
|
public int getCardTransferBankAccount_ID();
|
||||||
|
|
||||||
/** Column name CardTransferCashBook_ID */
|
/** Column name CardTransferCashBook_ID */
|
||||||
public static final String COLUMNNAME_CardTransferCashBook_ID = "CardTransferCashBook_ID";
|
public static final String COLUMNNAME_CardTransferCashBook_ID = "CardTransferCashBook_ID";
|
||||||
|
|
||||||
|
@ -101,6 +127,19 @@ public interface I_U_POSTerminal
|
||||||
*/
|
*/
|
||||||
public String getCashBookTransferType();
|
public String getCashBookTransferType();
|
||||||
|
|
||||||
|
/** Column name CashTransferBankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_CashTransferBankAccount_ID = "CashTransferBankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Transfer Cash trx to.
|
||||||
|
* Bank Account on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public void setCashTransferBankAccount_ID (int CashTransferBankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Transfer Cash trx to.
|
||||||
|
* Bank Account on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public int getCashTransferBankAccount_ID();
|
||||||
|
|
||||||
/** Column name CashTransferCashBook_ID */
|
/** Column name CashTransferCashBook_ID */
|
||||||
public static final String COLUMNNAME_CashTransferCashBook_ID = "CashTransferCashBook_ID";
|
public static final String COLUMNNAME_CashTransferCashBook_ID = "CashTransferCashBook_ID";
|
||||||
|
|
||||||
|
@ -142,6 +181,32 @@ public interface I_U_POSTerminal
|
||||||
*/
|
*/
|
||||||
public int getC_CashBPartner_ID();
|
public int getC_CashBPartner_ID();
|
||||||
|
|
||||||
|
/** Column name Check_BankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_Check_BankAccount_ID = "Check_BankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Check Bank Account.
|
||||||
|
* Bank Account to be used for processing Check transactions
|
||||||
|
*/
|
||||||
|
public void setCheck_BankAccount_ID (int Check_BankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Check Bank Account.
|
||||||
|
* Bank Account to be used for processing Check transactions
|
||||||
|
*/
|
||||||
|
public int getCheck_BankAccount_ID();
|
||||||
|
|
||||||
|
/** Column name CheckTransferBankAccount_ID */
|
||||||
|
public static final String COLUMNNAME_CheckTransferBankAccount_ID = "CheckTransferBankAccount_ID";
|
||||||
|
|
||||||
|
/** Set Tranfer Check trx to.
|
||||||
|
* Bank account on which to transfer Check transactions
|
||||||
|
*/
|
||||||
|
public void setCheckTransferBankAccount_ID (int CheckTransferBankAccount_ID);
|
||||||
|
|
||||||
|
/** Get Tranfer Check trx to.
|
||||||
|
* Bank account on which to transfer Check transactions
|
||||||
|
*/
|
||||||
|
public int getCheckTransferBankAccount_ID();
|
||||||
|
|
||||||
/** Column name CheckTransferCashBook_ID */
|
/** Column name CheckTransferCashBook_ID */
|
||||||
public static final String COLUMNNAME_CheckTransferCashBook_ID = "CheckTransferCashBook_ID";
|
public static final String COLUMNNAME_CheckTransferCashBook_ID = "CheckTransferCashBook_ID";
|
||||||
|
|
||||||
|
|
|
@ -1909,6 +1909,8 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent
|
||||||
public static final String TENDERTYPE_DirectDebit = "D";
|
public static final String TENDERTYPE_DirectDebit = "D";
|
||||||
/** Account = T */
|
/** Account = T */
|
||||||
public static final String TENDERTYPE_Account = "T";
|
public static final String TENDERTYPE_Account = "T";
|
||||||
|
/** Cash = X */
|
||||||
|
public static final String TENDERTYPE_Cash = "X";
|
||||||
/** Set Tender type.
|
/** Set Tender type.
|
||||||
@param TenderType
|
@param TenderType
|
||||||
Method of Payment
|
Method of Payment
|
||||||
|
@ -1916,7 +1918,7 @@ public class X_C_Payment extends PO implements I_C_Payment, I_Persistent
|
||||||
public void setTenderType (String TenderType)
|
public void setTenderType (String TenderType)
|
||||||
{
|
{
|
||||||
if (TenderType == null) throw new IllegalArgumentException ("TenderType is mandatory");
|
if (TenderType == null) throw new IllegalArgumentException ("TenderType is mandatory");
|
||||||
if (TenderType.equals("C") || TenderType.equals("K") || TenderType.equals("A") || TenderType.equals("D") || TenderType.equals("T")); else throw new IllegalArgumentException ("TenderType Invalid value - " + TenderType + " - Reference_ID=214 - C - K - A - D - T"); set_Value (COLUMNNAME_TenderType, TenderType);
|
if (TenderType.equals("C") || TenderType.equals("K") || TenderType.equals("A") || TenderType.equals("D") || TenderType.equals("T") || TenderType.equals("X")); else throw new IllegalArgumentException ("TenderType Invalid value - " + TenderType + " - Reference_ID=214 - C - K - A - D - T - X"); set_Value (COLUMNNAME_TenderType, TenderType);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get Tender type.
|
/** Get Tender type.
|
||||||
|
|
|
@ -101,6 +101,56 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Card_BankAccount_ID AD_Reference_ID=53283 */
|
||||||
|
public static final int CARD_BANKACCOUNT_ID_AD_Reference_ID=53283;
|
||||||
|
/** Set Card Bank Account.
|
||||||
|
@param Card_BankAccount_ID
|
||||||
|
Bank Account on which card transactions will be processed
|
||||||
|
*/
|
||||||
|
public void setCard_BankAccount_ID (int Card_BankAccount_ID)
|
||||||
|
{
|
||||||
|
if (Card_BankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_Card_BankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_Card_BankAccount_ID, Integer.valueOf(Card_BankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Card Bank Account.
|
||||||
|
@return Bank Account on which card transactions will be processed
|
||||||
|
*/
|
||||||
|
public int getCard_BankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_Card_BankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CardTransferBankAccount_ID AD_Reference_ID=53283 */
|
||||||
|
public static final int CARDTRANSFERBANKACCOUNT_ID_AD_Reference_ID=53283;
|
||||||
|
/** Set Transfer Card trx to.
|
||||||
|
@param CardTransferBankAccount_ID
|
||||||
|
Bank account on which to transfer Card transactions
|
||||||
|
*/
|
||||||
|
public void setCardTransferBankAccount_ID (int CardTransferBankAccount_ID)
|
||||||
|
{
|
||||||
|
if (CardTransferBankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_CardTransferBankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_CardTransferBankAccount_ID, Integer.valueOf(CardTransferBankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Transfer Card trx to.
|
||||||
|
@return Bank account on which to transfer Card transactions
|
||||||
|
*/
|
||||||
|
public int getCardTransferBankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_CardTransferBankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
/** CardTransferCashBook_ID AD_Reference_ID=52004 */
|
/** CardTransferCashBook_ID AD_Reference_ID=52004 */
|
||||||
public static final int CARDTRANSFERCASHBOOK_ID_AD_Reference_ID=52004;
|
public static final int CARDTRANSFERCASHBOOK_ID_AD_Reference_ID=52004;
|
||||||
/** Set Transfer Card trx to.
|
/** Set Transfer Card trx to.
|
||||||
|
@ -171,6 +221,31 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent
|
||||||
return (String)get_Value(COLUMNNAME_CashBookTransferType);
|
return (String)get_Value(COLUMNNAME_CashBookTransferType);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** CashTransferBankAccount_ID AD_Reference_ID=53283 */
|
||||||
|
public static final int CASHTRANSFERBANKACCOUNT_ID_AD_Reference_ID=53283;
|
||||||
|
/** Set Transfer Cash trx to.
|
||||||
|
@param CashTransferBankAccount_ID
|
||||||
|
Bank Account on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public void setCashTransferBankAccount_ID (int CashTransferBankAccount_ID)
|
||||||
|
{
|
||||||
|
if (CashTransferBankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_CashTransferBankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_CashTransferBankAccount_ID, Integer.valueOf(CashTransferBankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Transfer Cash trx to.
|
||||||
|
@return Bank Account on which to transfer all Cash transactions
|
||||||
|
*/
|
||||||
|
public int getCashTransferBankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_CashTransferBankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
/** CashTransferCashBook_ID AD_Reference_ID=52004 */
|
/** CashTransferCashBook_ID AD_Reference_ID=52004 */
|
||||||
public static final int CASHTRANSFERCASHBOOK_ID_AD_Reference_ID=52004;
|
public static final int CASHTRANSFERCASHBOOK_ID_AD_Reference_ID=52004;
|
||||||
/** Set Transfer Cash trx to.
|
/** Set Transfer Cash trx to.
|
||||||
|
@ -258,6 +333,56 @@ public class X_U_POSTerminal extends PO implements I_U_POSTerminal, I_Persistent
|
||||||
return ii.intValue();
|
return ii.intValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Check_BankAccount_ID AD_Reference_ID=53283 */
|
||||||
|
public static final int CHECK_BANKACCOUNT_ID_AD_Reference_ID=53283;
|
||||||
|
/** Set Check Bank Account.
|
||||||
|
@param Check_BankAccount_ID
|
||||||
|
Bank Account to be used for processing Check transactions
|
||||||
|
*/
|
||||||
|
public void setCheck_BankAccount_ID (int Check_BankAccount_ID)
|
||||||
|
{
|
||||||
|
if (Check_BankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_Check_BankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_Check_BankAccount_ID, Integer.valueOf(Check_BankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Check Bank Account.
|
||||||
|
@return Bank Account to be used for processing Check transactions
|
||||||
|
*/
|
||||||
|
public int getCheck_BankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_Check_BankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
|
/** CheckTransferBankAccount_ID AD_Reference_ID=53283 */
|
||||||
|
public static final int CHECKTRANSFERBANKACCOUNT_ID_AD_Reference_ID=53283;
|
||||||
|
/** Set Tranfer Check trx to.
|
||||||
|
@param CheckTransferBankAccount_ID
|
||||||
|
Bank account on which to transfer Check transactions
|
||||||
|
*/
|
||||||
|
public void setCheckTransferBankAccount_ID (int CheckTransferBankAccount_ID)
|
||||||
|
{
|
||||||
|
if (CheckTransferBankAccount_ID < 1)
|
||||||
|
set_Value (COLUMNNAME_CheckTransferBankAccount_ID, null);
|
||||||
|
else
|
||||||
|
set_Value (COLUMNNAME_CheckTransferBankAccount_ID, Integer.valueOf(CheckTransferBankAccount_ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
/** Get Tranfer Check trx to.
|
||||||
|
@return Bank account on which to transfer Check transactions
|
||||||
|
*/
|
||||||
|
public int getCheckTransferBankAccount_ID ()
|
||||||
|
{
|
||||||
|
Integer ii = (Integer)get_Value(COLUMNNAME_CheckTransferBankAccount_ID);
|
||||||
|
if (ii == null)
|
||||||
|
return 0;
|
||||||
|
return ii.intValue();
|
||||||
|
}
|
||||||
|
|
||||||
/** CheckTransferCashBook_ID AD_Reference_ID=52004 */
|
/** CheckTransferCashBook_ID AD_Reference_ID=52004 */
|
||||||
public static final int CHECKTRANSFERCASHBOOK_ID_AD_Reference_ID=52004;
|
public static final int CHECKTRANSFERCASHBOOK_ID_AD_Reference_ID=52004;
|
||||||
/** Set Transfer Check trx to.
|
/** Set Transfer Check trx to.
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
<classpathentry kind="src" path="/base"/>
|
<classpathentry kind="src" path="/base"/>
|
||||||
<classpathentry kind="src" path="/tools"/>
|
<classpathentry kind="src" path="/tools"/>
|
||||||
<classpathentry kind="src" path="/looks"/>
|
<classpathentry kind="src" path="/looks"/>
|
||||||
<classpathentry kind="lib" path="/tools/lib/jcommon-1.0.5.jar"/>
|
|
||||||
<classpathentry kind="lib" path="/tools/lib/swingx-0.9.0.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/swingx-0.9.0.jar"/>
|
||||||
<classpathentry kind="lib" path="/tools/lib/groovy-all-1.5.1.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/groovy-all-1.5.1.jar"/>
|
||||||
<classpathentry kind="lib" path="/tools/lib/jfreechart-1.0.3.jar"/>
|
<classpathentry kind="lib" path="/tools/lib/jcommon-1.0.14.jar"/>
|
||||||
|
<classpathentry kind="lib" path="/tools/lib/jfreechart-1.0.11.jar"/>
|
||||||
<classpathentry kind="output" path="build"/>
|
<classpathentry kind="output" path="build"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
@ -0,0 +1,49 @@
|
||||||
|
-- 2008-10-21 11:47:06 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56366,52038,0,18,53283,52004,'Card_BankAccount_ID',TO_DATE('2008-10-21 11:47:05','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which card transactions will be processed','C',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Card Bank Account',0,TO_DATE('2008-10-21 11:47:05','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 11:47:06 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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=56366 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 11:51:11 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56367,52039,0,18,53283,52004,'CardTransferBankAccount_ID',TO_DATE('2008-10-21 11:51:10','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Card transactions','C',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Transfer Card trx to',0,TO_DATE('2008-10-21 11:51:10','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 11:51:11 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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=56367 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:01:37 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56368,52032,0,18,53283,52004,'CashTransferBankAccount_ID',TO_DATE('2008-10-21 12:01:37','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which to transfer all Cash transactions','C',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Transfer Cash trx to',0,TO_DATE('2008-10-21 12:01:37','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:01:37 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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=56368 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:03:17 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56369,52035,0,18,53283,52004,'Check_BankAccount_ID',TO_DATE('2008-10-21 12:03:17','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account to be used for processing Check transactions','C',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Check Bank Account',0,TO_DATE('2008-10-21 12:03:17','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:03:18 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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=56369 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:13:00 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56370,52036,0,18,53283,52004,'CheckTransferBankAccount_ID',TO_DATE('2008-10-21 12:12:57','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Check transactions','C',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Tranfer Check trx to',0,TO_DATE('2008-10-21 12:12:57','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:13:00 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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=56370 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
|
@ -0,0 +1,50 @@
|
||||||
|
-- 2008-10-21 11:47:06 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56366,52038,0,18,53283,52004,'Card_BankAccount_ID',TO_TIMESTAMP('2008-10-21 11:47:05','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which card transactions will be processed','C',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Card Bank Account',0,TO_TIMESTAMP('2008-10-21 11:47:05','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 11:47:06 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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=56366 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 11:51:11 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56367,52039,0,18,53283,52004,'CardTransferBankAccount_ID',TO_TIMESTAMP('2008-10-21 11:51:10','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Card transactions','C',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Transfer Card trx to',0,TO_TIMESTAMP('2008-10-21 11:51:10','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 11:51:11 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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=56367 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:01:37 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56368,52032,0,18,53283,52004,'CashTransferBankAccount_ID',TO_TIMESTAMP('2008-10-21 12:01:37','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account on which to transfer all Cash transactions','C',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Transfer Cash trx to',0,TO_TIMESTAMP('2008-10-21 12:01:37','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:01:37 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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=56368 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:03:17 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56369,52035,0,18,53283,52004,'Check_BankAccount_ID',TO_TIMESTAMP('2008-10-21 12:03:17','YYYY-MM-DD HH24:MI:SS'),100,'Bank Account to be used for processing Check transactions','C',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Check Bank Account',0,TO_TIMESTAMP('2008-10-21 12:03:17','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:03:18 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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=56369 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:13:00 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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,IsActive,IsAllowLogging,IsAlwaysUpdateable,IsAutocomplete,IsEncrypted,IsIdentifier,IsKey,IsMandatory,IsParent,IsSelectionColumn,IsSyncDatabase,IsTranslated,IsUpdateable,Name,SeqNo,Updated,UpdatedBy,Version) VALUES (0,56370,52036,0,18,53283,52004,'CheckTransferBankAccount_ID',TO_TIMESTAMP('2008-10-21 12:12:57','YYYY-MM-DD HH24:MI:SS'),100,'Bank account on which to transfer Check transactions','C',10,'Y','Y','N','N','N','N','N','N','N','N','N','N','Y','Tranfer Check trx to',0,TO_TIMESTAMP('2008-10-21 12:12:57','YYYY-MM-DD HH24:MI:SS'),100,0)
|
||||||
|
;
|
||||||
|
|
||||||
|
-- 2008-10-21 12:13:00 EEST
|
||||||
|
-- Posterita intergation
|
||||||
|
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=56370 AND EXISTS (SELECT * FROM AD_Column_Trl tt WHERE tt.AD_Language!=l.AD_Language OR tt.AD_Column_ID!=t.AD_Column_ID)
|
||||||
|
;
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
<classpathentry exported="true" kind="lib" path="lib/Verisign.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/Verisign.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/standard.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/standard.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/barbecue-1.5-beta1.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/barbecue-1.5-beta1.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.3.jar"/>
|
|
||||||
<classpathentry exported="true" kind="lib" path="lib/poi-3.0.1-FINAL-20070705.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/poi-3.0.1-FINAL-20070705.jar"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/log4j.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/log4j.jar"/>
|
||||||
|
@ -16,10 +15,12 @@
|
||||||
<classpathentry exported="true" kind="lib" path="lib/jpayment.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/jpayment.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/bsh-2.0b5.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/bsh-2.0b5.jar"/>
|
||||||
<classpathentry exported="true" kind="lib" path="lib/script-api.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/script-api.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/bsh-engine.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/bsh-engine.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/groovy-all-1.5.1.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/groovy-all-1.5.1.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/groovy-engine.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/groovy-engine.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/jython.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/jython.jar"/>
|
||||||
<classpathentry kind="lib" path="lib/jython-engine.jar"/>
|
<classpathentry exported="true" kind="lib" path="lib/jython-engine.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/jcommon-1.0.14.jar"/>
|
||||||
|
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.11.jar"/>
|
||||||
<classpathentry kind="output" path="build"/>
|
<classpathentry kind="output" path="build"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
Loading…
Reference in New Issue