Skip to content

Commit

Permalink
Add sql changes to Invoice Processing Service Company
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBestPessimist committed Jun 25, 2020
1 parent e282dbd commit d58c78c
Show file tree
Hide file tree
Showing 7 changed files with 307 additions and 217 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


/** Generated Interface for InvoiceProcessingServiceCompany
* @author Adempiere (generated)
* @author metasfresh (generated)
*/
@SuppressWarnings("javadoc")
public interface I_InvoiceProcessingServiceCompany
Expand All @@ -14,17 +14,10 @@ public interface I_InvoiceProcessingServiceCompany
/** AD_Table_ID=541493 */
// 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.
* Get Client.
* Client/Tenant for this installation.
*
* <br>Type: TableDir
* <br>Mandatory: true
Expand All @@ -37,7 +30,7 @@ public interface I_InvoiceProcessingServiceCompany

/**
* Set Organisation.
* Organisatorische Einheit des Mandanten
* Organisational entity within client
*
* <br>Type: Search
* <br>Mandatory: true
Expand All @@ -47,7 +40,7 @@ public interface I_InvoiceProcessingServiceCompany

/**
* Get Organisation.
* Organisatorische Einheit des Mandanten
* Organisational entity within client
*
* <br>Type: Search
* <br>Mandatory: true
Expand All @@ -59,8 +52,8 @@ public interface I_InvoiceProcessingServiceCompany
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";

/**
* Get Erstellt.
* Datum, an dem dieser Eintrag erstellt wurde
* Get Created.
* Date this record was created
*
* <br>Type: DateTime
* <br>Mandatory: true
Expand All @@ -74,8 +67,8 @@ public interface I_InvoiceProcessingServiceCompany
public static final String COLUMNNAME_Created = "Created";

/**
* Get Erstellt durch.
* Nutzer, der diesen Eintrag erstellt hat
* Get Created By.
* User who created this records
*
* <br>Type: Table
* <br>Mandatory: true
Expand All @@ -87,7 +80,7 @@ public interface I_InvoiceProcessingServiceCompany
public static final String COLUMNNAME_CreatedBy = "CreatedBy";

/**
* Set Beschreibung.
* Set Description.
*
* <br>Type: TextLong
* <br>Mandatory: false
Expand All @@ -96,7 +89,7 @@ public interface I_InvoiceProcessingServiceCompany
public void setDescription (java.lang.String Description);

/**
* Get Beschreibung.
* Get Description.
*
* <br>Type: TextLong
* <br>Mandatory: false
Expand All @@ -109,29 +102,6 @@ public interface I_InvoiceProcessingServiceCompany
/** Column name Description */
public static final String COLUMNNAME_Description = "Description";

/**
* Set Fee Percentage of Invoice Grand Total.
*
* <br>Type: Number
* <br>Mandatory: true
* <br>Virtual Column: false
*/
public void setFeePercentageOfGrandTotal (java.math.BigDecimal FeePercentageOfGrandTotal);

/**
* Get Fee Percentage of Invoice Grand Total.
*
* <br>Type: Number
* <br>Mandatory: true
* <br>Virtual Column: false
*/
public java.math.BigDecimal getFeePercentageOfGrandTotal();

/** Column definition for FeePercentageOfGrandTotal */
public static final org.adempiere.model.ModelColumn<I_InvoiceProcessingServiceCompany, Object> COLUMN_FeePercentageOfGrandTotal = new org.adempiere.model.ModelColumn<I_InvoiceProcessingServiceCompany, Object>(I_InvoiceProcessingServiceCompany.class, "FeePercentageOfGrandTotal", null);
/** Column name FeePercentageOfGrandTotal */
public static final String COLUMNNAME_FeePercentageOfGrandTotal = "FeePercentageOfGrandTotal";

/**
* Set Invoice Processing Service Company.
*
Expand All @@ -156,8 +126,8 @@ public interface I_InvoiceProcessingServiceCompany
public static final String COLUMNNAME_InvoiceProcessingServiceCompany_ID = "InvoiceProcessingServiceCompany_ID";

/**
* Set Aktiv.
* Der Eintrag ist im System aktiv
* Set Active.
* The record is active in the system
*
* <br>Type: YesNo
* <br>Mandatory: true
Expand All @@ -166,8 +136,8 @@ public interface I_InvoiceProcessingServiceCompany
public void setIsActive (boolean IsActive);

/**
* Get Aktiv.
* Der Eintrag ist im System aktiv
* Get Active.
* The record is active in the system
*
* <br>Type: YesNo
* <br>Mandatory: true
Expand Down Expand Up @@ -244,8 +214,8 @@ public interface I_InvoiceProcessingServiceCompany
public static final String COLUMNNAME_ServiceInvoice_DocType_ID = "ServiceInvoice_DocType_ID";

/**
* Get Aktualisiert.
* Datum, an dem dieser Eintrag aktualisiert wurde
* Get Updated.
* Date this record was updated
*
* <br>Type: DateTime
* <br>Mandatory: true
Expand All @@ -259,8 +229,8 @@ public interface I_InvoiceProcessingServiceCompany
public static final String COLUMNNAME_Updated = "Updated";

/**
* Get Aktualisiert durch.
* Nutzer, der diesen Eintrag aktualisiert hat
* Get Updated By.
* User who updated this records
*
* <br>Type: Table
* <br>Mandatory: true
Expand All @@ -270,4 +240,27 @@ public interface I_InvoiceProcessingServiceCompany

/** Column name UpdatedBy */
public static final String COLUMNNAME_UpdatedBy = "UpdatedBy";

/**
* Set Valid From.
*
* <br>Type: Date
* <br>Mandatory: false
* <br>Virtual Column: false
*/
public void setValidFrom (java.sql.Timestamp ValidFrom);

/**
* Get Valid From.
*
* <br>Type: Date
* <br>Mandatory: false
* <br>Virtual Column: false
*/
public java.sql.Timestamp getValidFrom();

/** Column definition for ValidFrom */
public static final org.adempiere.model.ModelColumn<I_InvoiceProcessingServiceCompany, Object> COLUMN_ValidFrom = new org.adempiere.model.ModelColumn<I_InvoiceProcessingServiceCompany, Object>(I_InvoiceProcessingServiceCompany.class, "ValidFrom", null);
/** Column name ValidFrom */
public static final String COLUMNNAME_ValidFrom = "ValidFrom";
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


/** Generated Interface for InvoiceProcessingServiceCompany_BPartnerAssignment
* @author Adempiere (generated)
* @author metasfresh (generated)
*/
@SuppressWarnings("javadoc")
public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
Expand All @@ -14,17 +14,10 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
/** AD_Table_ID=541494 */
// 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.
* Get Client.
* Client/Tenant for this installation.
*
* <br>Type: TableDir
* <br>Mandatory: true
Expand All @@ -37,7 +30,7 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment

/**
* Set Organisation.
* Organisatorische Einheit des Mandanten
* Organisational entity within client
*
* <br>Type: Search
* <br>Mandatory: true
Expand All @@ -47,7 +40,7 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment

/**
* Get Organisation.
* Organisatorische Einheit des Mandanten
* Organisational entity within client
*
* <br>Type: Search
* <br>Mandatory: true
Expand All @@ -59,8 +52,7 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public static final String COLUMNNAME_AD_Org_ID = "AD_Org_ID";

/**
* Set Geschäftspartner.
* Bezeichnet einen Geschäftspartner
* Set Business Partner.
*
* <br>Type: Search
* <br>Mandatory: true
Expand All @@ -69,8 +61,7 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public void setC_BPartner_ID (int C_BPartner_ID);

/**
* Get Geschäftspartner.
* Bezeichnet einen Geschäftspartner
* Get Business Partner.
*
* <br>Type: Search
* <br>Mandatory: true
Expand All @@ -82,8 +73,8 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public static final String COLUMNNAME_C_BPartner_ID = "C_BPartner_ID";

/**
* Get Erstellt.
* Datum, an dem dieser Eintrag erstellt wurde
* Get Created.
* Date this record was created
*
* <br>Type: DateTime
* <br>Mandatory: true
Expand All @@ -97,8 +88,8 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public static final String COLUMNNAME_Created = "Created";

/**
* Get Erstellt durch.
* Nutzer, der diesen Eintrag erstellt hat
* Get Created By.
* User who created this records
*
* <br>Type: Table
* <br>Mandatory: true
Expand All @@ -110,7 +101,7 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public static final String COLUMNNAME_CreatedBy = "CreatedBy";

/**
* Set Beschreibung.
* Set Description.
*
* <br>Type: TextLong
* <br>Mandatory: false
Expand All @@ -119,7 +110,7 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public void setDescription (java.lang.String Description);

/**
* Get Beschreibung.
* Get Description.
*
* <br>Type: TextLong
* <br>Mandatory: false
Expand All @@ -133,7 +124,30 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public static final String COLUMNNAME_Description = "Description";

/**
* Set Invoice Processing Service Company BPartner Assignment.
* Set Fee Percentage of Invoice Grand Total.
*
* <br>Type: Number
* <br>Mandatory: true
* <br>Virtual Column: false
*/
public void setFeePercentageOfGrandTotal (java.math.BigDecimal FeePercentageOfGrandTotal);

/**
* Get Fee Percentage of Invoice Grand Total.
*
* <br>Type: Number
* <br>Mandatory: true
* <br>Virtual Column: false
*/
public java.math.BigDecimal getFeePercentageOfGrandTotal();

/** Column definition for FeePercentageOfGrandTotal */
public static final org.adempiere.model.ModelColumn<I_InvoiceProcessingServiceCompany_BPartnerAssignment, Object> COLUMN_FeePercentageOfGrandTotal = new org.adempiere.model.ModelColumn<I_InvoiceProcessingServiceCompany_BPartnerAssignment, Object>(I_InvoiceProcessingServiceCompany_BPartnerAssignment.class, "FeePercentageOfGrandTotal", null);
/** Column name FeePercentageOfGrandTotal */
public static final String COLUMNNAME_FeePercentageOfGrandTotal = "FeePercentageOfGrandTotal";

/**
* Set Assigned Customers.
*
* <br>Type: ID
* <br>Mandatory: true
Expand All @@ -142,7 +156,7 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public void setInvoiceProcessingServiceCompany_BPartnerAssignment_ID (int InvoiceProcessingServiceCompany_BPartnerAssignment_ID);

/**
* Get Invoice Processing Service Company BPartner Assignment.
* Get Assigned Customers.
*
* <br>Type: ID
* <br>Mandatory: true
Expand Down Expand Up @@ -183,8 +197,8 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public static final String COLUMNNAME_InvoiceProcessingServiceCompany_ID = "InvoiceProcessingServiceCompany_ID";

/**
* Set Aktiv.
* Der Eintrag ist im System aktiv
* Set Active.
* The record is active in the system
*
* <br>Type: YesNo
* <br>Mandatory: true
Expand All @@ -193,8 +207,8 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public void setIsActive (boolean IsActive);

/**
* Get Aktiv.
* Der Eintrag ist im System aktiv
* Get Active.
* The record is active in the system
*
* <br>Type: YesNo
* <br>Mandatory: true
Expand All @@ -208,8 +222,8 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public static final String COLUMNNAME_IsActive = "IsActive";

/**
* Get Aktualisiert.
* Datum, an dem dieser Eintrag aktualisiert wurde
* Get Updated.
* Date this record was updated
*
* <br>Type: DateTime
* <br>Mandatory: true
Expand All @@ -223,8 +237,8 @@ public interface I_InvoiceProcessingServiceCompany_BPartnerAssignment
public static final String COLUMNNAME_Updated = "Updated";

/**
* Get Aktualisiert durch.
* Nutzer, der diesen Eintrag aktualisiert hat
* Get Updated By.
* User who updated this records
*
* <br>Type: Table
* <br>Mandatory: true
Expand Down

0 comments on commit d58c78c

Please sign in to comment.