Business Partner (Window ID-123)
Window: Business Partner
Description: Maintain Business Partners
Help: The Business Partner window allows you do define any party with whom you transact. This includes customers, vendors and employees. Prior to entering or importing products, you must define your vendors. Prior to generating Orders you must define your customers. This window holds all information about your business partner and the values entered will be used to generate all document transactions
Tab: Business Partner
Description: Business Partner
Help: The Business Partner Tab defines any Entity with whom an organization transacts.
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_BPartner.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_BPartner.AD_Org_ID numeric(10) Table Direct |
Logo | C_BPartner.Logo_ID numeric(10) Image | ||
Search Key | Search key for the record in the format required - must be unique | 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_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
C_BPartner.Value character varying(40) String |
Business Partner Group | Business Partner Group | The Business Partner Group provides a method of defining defaults to be used for individual Business Partners. | C_BPartner.C_BP_Group_ID numeric(10) Table Direct |
Customer | Indicates if this Business Partner is a Customer | The Customer checkbox indicates if this Business Partner is a customer. If it is select additional fields will display which further define this customer. | C_BPartner.IsCustomer character(1) Yes-No |
Vendor | Indicates if this Business Partner is a Vendor | The Vendor checkbox indicates if this Business Partner is a Vendor. If it is selected, additional fields will display which further identify this vendor. | C_BPartner.IsVendor character(1) Yes-No |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | C_BPartner.Name character varying(120) String |
Employee | Indicates if this Business Partner is an employee | The Employee checkbox indicates if this Business Partner is an Employee. If it is selected, additional fields will display which further identify this employee. | C_BPartner.IsEmployee character(1) Yes-No |
Prospect | Indicates this is a Prospect | The Prospect checkbox indicates an entity that is an active prospect. | C_BPartner.IsProspect character(1) Yes-No |
Name 2 | Additional Name | C_BPartner.Name2 character varying(60) String | |
Sales Representative | Indicates if the business partner is a sales representative or company agent | The Sales Rep checkbox indicates if this business partner is a sales representative. A sales representative may also be an employee, but does not need to be. | C_BPartner.IsSalesRep character(1) Yes-No |
Reference No | Your customer or vendor number at the Business Partner's site | The reference number can be printed on orders and invoices to allow your business partner to faster identify your records. | C_BPartner.ReferenceNo character varying(40) String |
Rating | Classification or Importance | The Rating is used to differentiate the importance | C_BPartner.Rating character(1) String |
Representative/Agent | Sales Representative or Company Agent | The Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid internal user. | C_BPartner.SalesRep_ID numeric(10) Table |
Credit Status | Business Partner Credit Status | Credit Management is inactive if Credit Status is No Credit Check, Credit Stop or if the Credit Limit is 0.
If active, the status is set automatically set to Credit Hold, if the Total Open Balance (including Vendor activities) is higher then the Credit Limit. It is set to Credit Watch, if above 90% of the Credit Limit and Credit OK otherwise. |
C_BPartner.SOCreditStatus character(1) List |
Credit Limit | Total outstanding invoice amounts allowed | The Credit Limit indicates the total amount allowed "on account" in primary accounting currency. If the Credit Limit is 0, no check is performed. Credit Management is based on the Total Open Amount, which includes Vendor activities. | C_BPartner.SO_CreditLimit numeric Amount |
Open Balance | Total Open Balance Amount in primary Accounting Currency | The Total Open Balance Amount is the calculated open item amount for Customer and Vendor activity. If the Balance is below zero, we owe the Business Partner. The amount is used for Credit Management.
Invoices and Payment Allocations determine the Open Balance (i.e. not Orders or Payments). |
C_BPartner.TotalOpenBalance numeric Amount |
Tax ID | Tax Identification | The Tax ID field identifies the legal Identification number of this Entity. | C_BPartner.TaxID character varying(20) String |
Link Organization | Link Business Partner to an Organization | If the Business Partner is another Organization, select the Organization or set to empty to create a new Organization. You link a Business Partner to an Organization to create explicit Documents for Inter-Org transaction.
If you create a new Organization, you may supply a Organization Type. If you select a Role, the access to the new Organization is limited to that role, otherwise all (non manual) roles of the Tenant will have access to the new Organization. |
C_BPartner.AD_OrgBP_ID numeric(10) Button |
SO Tax exempt | Business partner is exempt from tax on sales | If a business partner is exempt from tax on sales, the exempt tax rate is used. For this, you need to set up a tax rate with a 0% rate and indicate that this is your tax exempt rate. This is required for tax reporting, so that you can track tax exempt transactions. | C_BPartner.IsTaxExempt character(1) Yes-No |
PO Tax exempt | Business partner is exempt from tax on purchases | If a business partner is exempt from tax on purchases, the exempt tax rate is used. For this, you need to set up a tax rate with a 0% rate and indicate that this is your tax exempt rate. This is required for tax reporting, so that you can track tax exempt transactions. | C_BPartner.IsPOTaxExempt character(1) Yes-No |
URL | Full URL address - e.g. http://www.idempiere.org | The URL defines an fully qualified web address like http://www.idempiere.org | C_BPartner.URL character varying(120) URL |
Description | Optional short description of the record | A description is limited to 255 characters. | C_BPartner.Description character varying(255) String |
Summary Level | This is a summary entity | A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values. | C_BPartner.IsSummary character(1) Yes-No |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_BPartner.IsActive character(1) Yes-No |
Invoice Rule | Frequency and method of invoicing | The Invoice Rule defines how a Business Partner is invoiced and the frequency of invoicing. | C_BPartner.InvoiceRule character(1) List |
Invoice Schedule | Schedule for generating Invoices | The Invoice Schedule identifies the frequency used when generating invoices. | C_BPartner.C_InvoiceSchedule_ID numeric(10) Table Direct |
Payment Rule | How you pay the invoice | The Payment Rule indicates the method of invoice payment. | C_BPartner.PaymentRule character(1) List |
Payment Term | The terms of Payment (timing, discount) | Payment Terms identify the method and timing of payment. | C_BPartner.C_PaymentTerm_ID numeric(10) Table |
Delivery Rule | Defines the timing of Delivery | The Delivery Rule indicates when an order should be delivered. For example should the order be delivered when the entire order is complete, when a line is complete or as the products become available. | C_BPartner.DeliveryRule character(1) List |
Delivery Via | How the order will be delivered | The Delivery Via indicates how the products should be delivered. For example, will the order be picked up or shipped. | C_BPartner.DeliveryViaRule character(1) List |
Price List | Unique identifier of a Price List | Price Lists are used to determine the pricing, margin and cost of items purchased or sold. | C_BPartner.M_PriceList_ID numeric(10) Table Direct |
Discount Schema | Schema to calculate the trade discount percentage | After calculation of the (standard) price, the trade discount percentage is calculated and applied resulting in the final price. | C_BPartner.M_DiscountSchema_ID numeric(10) Table |
Flat Discount % | Flat discount percentage | C_BPartner.FlatDiscount numeric Number | |
Dunning | Dunning Rules for overdue invoices | The Dunning indicates the rules and method of dunning for past due payments. | C_BPartner.C_Dunning_ID numeric(10) Table Direct |
Dunning Grace Date | C_BPartner.DunningGrace timestamp without time zone Date | ||
Min Shelf Life % | Minimum Shelf Life in percent based on Product Instance Guarantee Date | Minimum Shelf Life of products with Guarantee Date instance. If > 0 you cannot select products with a shelf life ((Guarantee Date-Today) / Guarantee Days) less than the minimum shelf life, unless you select "Show All" | C_BPartner.ShelfLifeMinPct numeric(10) Integer |
Payment Rule | Purchase payment option | The Payment Rule indicates the method of purchase payment. | C_BPartner.PaymentRulePO character(1) List |
PO Payment Term | Payment rules for a purchase order | The PO Payment Term indicates the payment term that will be used when this purchase order becomes an invoice. | C_BPartner.PO_PaymentTerm_ID numeric(10) Table |
Is Manufacturer | Indicate role of this Business partner as Manufacturer | C_BPartner.IsManufacturer character(1) Yes-No | |
Purchase Price List | Price List used by this Business Partner | Identifies the price list used by a Vendor for products purchased by this organization. | C_BPartner.PO_PriceList_ID numeric(10) Table |
PO Discount Schema | Schema to calculate the purchase trade discount percentage | C_BPartner.PO_DiscountSchema_ID numeric(10) Table | |
1099 Vendor | C_BPartner.Is1099Vendor character(1) Yes-No | ||
Default 1099 Box | C_BPartner.Default1099Box_ID numeric(10) Table | ||
Order Reference | Transaction Reference Number (Sales Order, Purchase Order) of your Business Partner | The business partner order reference is the order reference for this specific transaction; Often Purchase Order numbers are given to print on Invoices for easier reference. A standard number can be defined in the Business Partner (Customer) window. | C_BPartner.POReference character varying(20) String |
Language | Language for this Business Partner if Multi-Language enabled | The Language identifies the language to use for display and formatting documents. It requires, that on Tenant level, Multi-Lingual documents are selected and that you have created/loaded the language. | C_BPartner.AD_Language character varying(6) Table |
Greeting | Greeting to print on correspondence | The Greeting identifies the greeting to print on correspondence. | C_BPartner.C_Greeting_ID numeric(10) Table Direct |
Order Description | Description to be used on orders | The Order Description identifies the standard description to use on orders for this Customer. | C_BPartner.SO_Description character varying(255) String |
Invoice Print Format | Print Format for printing Invoices | You need to define a Print Format to print the document. | C_BPartner.Invoice_PrintFormat_ID numeric(10) Table |
Document Copies | Number of copies to be printed | The Document Copies indicates the number of copies of each document that will be generated. | C_BPartner.DocumentCopies numeric(10) Integer |
Discount Printed | Print Discount on Invoice and Order | The Discount Printed Checkbox indicates if the discount will be printed on the document. | C_BPartner.IsDiscountPrinted character(1) Yes-No |
Share | Share of Customer's business as a percentage | The Share indicates the percentage of this Business Partner's volume of the products supplied. | C_BPartner.ShareOfCustomer numeric(10) Integer |
D-U-N-S | Dun & Bradstreet Number | Used for EDI - For details see www.dnb.com/dunsno/list.htm | C_BPartner.DUNS character varying(11) String |
NAICS/SIC | Standard Industry Code or its successor NAIC - http://www.osha.gov/oshstats/sicser.html | The NAICS/SIC identifies either of these codes that may be applicable to this Business Partner. | C_BPartner.NAICS character varying(6) String |
Acquisition Cost | The cost of gaining the prospect as a customer | The Acquisition Cost identifies the cost associated with making this prospect a customer. | C_BPartner.AcqusitionCost numeric Costs+Prices |
Employees | Number of employees | Indicates the number of employees for this Business Partner. This field displays only for Prospects. | C_BPartner.NumberEmployees numeric(10) Integer |
Sales Volume in 1.000 | Total Volume of Sales in Thousands of Currency | The Sales Volume indicates the total volume of sales for a Business Partner. | C_BPartner.SalesVolume numeric(10) Integer |
Potential Life Time Value | Total Revenue expected | The Potential Life Time Value is the anticipated revenue in primary accounting currency to be generated by the Business Partner. | C_BPartner.PotentialLifeTimeValue numeric Amount |
Actual Life Time Value | Actual Life Time Revenue | The Actual Life Time Value is the recorded revenue in primary accounting currency generated by the Business Partner. | C_BPartner.ActualLifeTimeValue numeric Amount |
First Sale | Date of First Sale | The First Sale Date identifies the date of the first sale to this Business Partner | C_BPartner.FirstSale timestamp without time zone Date |
Tab: Contact (User)
Description: Maintain User within the system - Internal or Business Partner Contact
Help: The User identifies a unique user in the system. This could be an internal user or a business partner contact
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | AD_User.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | AD_User.AD_Org_ID numeric(10) Table Direct |
Business Partner | Identifies a Business Partner | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | AD_User.C_BPartner_ID numeric(10) Search |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | AD_User.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | AD_User.Description character varying(255) String |
Comments | Comments or additional information | The Comments field allows for free form entry of additional information. | AD_User.Comments character varying(2000) Text |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
AD_User.IsActive character(1) Yes-No |
EMail Address | Electronic Mail Address | The Email Address is the Electronic Mail ID for this User and should be fully qualified (e.g. joe.smith@company.com). The Email Address is used to access the self service application functionality from the web. | AD_User.EMail character varying(60) String |
Password | Password of any length (case sensitive) | The Password for this User. Passwords are required to identify authorized users. For iDempiere Users, you can change the password via the Process "Reset Password". | AD_User.Password character varying(1024) String |
Partner Location | Identifies the (ship to) address for this Business Partner | The Partner address indicates the location of a Business Partner | AD_User.C_BPartner_Location_ID numeric(10) Table Direct |
Ship Contact | Business Partner Shipment Contact | If the Ship Contact is selected, the contact is used for notification. | AD_User.IsShipTo character(1) Yes-No |
Invoice Contact | Business Partner Invoice/Bill Contact | If the Invoice Contact is selected, the contact is used to send notifications about invoices to a customer or a vendor. | AD_User.IsBillTo character(1) Yes-No |
Greeting | Greeting to print on correspondence | The Greeting identifies the greeting to print on correspondence. | AD_User.C_Greeting_ID numeric(10) Table Direct |
Title | Name this entity is referred to as | The Title indicates the name that an entity is referred to as. | AD_User.Title character varying(40) String |
Birthday | Birthday or Anniversary day | Birthday or Anniversary day | AD_User.Birthday timestamp without time zone Date |
Phone | Identifies a telephone number | The Phone field identifies a telephone number | AD_User.Phone character varying(40) String |
2nd Phone | Identifies an alternate telephone number. | The 2nd Phone field identifies an alternate telephone number. | AD_User.Phone2 character varying(40) String |
Fax | Facsimile number | The Fax identifies a facsimile number for this Business Partner or Location | AD_User.Fax character varying(40) String |
Notification Type | Type of Notifications | Emails or Notification sent out for Request Updates, etc. | AD_User.NotificationType character(1) List |
Position | Job Position | AD_User.C_Job_ID numeric(10) Table Direct | |
Full BP Access | The user/contact has full access to Business Partner information and resources | If selected, the user has full access to the Business Partner (BP) information (Business Documents like Orders, Invoices - Requests) or resources (Assets, Downloads). If you deselect it, the user has no access rights unless, you explicitly grant it in tab "BP Access" | AD_User.IsFullBPAccess character(1) Yes-No |
EMail Verify | Date Email was verified | AD_User.EMailVerifyDate timestamp without time zone Date+Time | |
Verification Info | Verification information of EMail Address | The field contains additional information how the EMail Address has been verified | AD_User.EMailVerify character varying(40) String |
Last Contact | Date this individual was last contacted | The Last Contact indicates the date that this Business Partner Contact was last contacted. | AD_User.LastContact timestamp without time zone Date |
Last Result | Result of last contact | The Last Result identifies the result of the last contact made. | AD_User.LastResult character varying(255) String |
Tab: Interest Area
Description: Business Partner Contact Interest Area
Help: Interest Area can be used for Marketing Campaigns
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | R_ContactInterest.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | R_ContactInterest.AD_Org_ID numeric(10) Table Direct |
User/Contact | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | R_ContactInterest.AD_User_ID numeric(10) Table Direct |
Interest Area | Interest Area or Topic | Interest Areas reflect interest in a topic by a contact. Interest areas can be used for marketing campaigns. | R_ContactInterest.R_InterestArea_ID numeric(10) Table Direct |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
R_ContactInterest.IsActive character(1) Yes-No |
Subscribe Date | Date the contact actively subscribed | Date the contact subscribe the interest area | R_ContactInterest.SubscribeDate timestamp without time zone Date |
Opt-out Date | Date the contact opted out | If the field has a date, the customer opted out (unsubscribed) and cannot receive mails for the Interest Area | R_ContactInterest.OptOutDate timestamp without time zone Date |
Tab: BP Access
Description: Access of the User/Contact to Business Partner information and resources
Help: If on User level, "Full BP Access" is NOT selected, you need to give access explicitly here.
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | AD_UserBPAccess.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | AD_UserBPAccess.AD_Org_ID numeric(10) Table Direct |
User/Contact | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | AD_UserBPAccess.AD_User_ID numeric(10) Search |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
AD_UserBPAccess.IsActive character(1) Yes-No |
Access Type | Type of Access of the user/contact to Business Partner information and resources | If on User level, "Full BP Access" is NOT selected, give access explicitly | AD_UserBPAccess.BPAccessType character(1) List |
Request Type | Type of request (e.g. Inquiry, Complaint, ..) | Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc. | AD_UserBPAccess.R_RequestType_ID numeric(10) Table Direct |
Tab: Location
Description: Define Location
Help: The Location Tab defines the physical location of a business partner. A business partner may have multiple location records.
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_BPartner_Location.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_BPartner_Location.AD_Org_ID numeric(10) Table Direct |
Business Partner | Identifies a Business Partner | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | C_BPartner_Location.C_BPartner_ID numeric(10) Search |
Name | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | C_BPartner_Location.Name character varying(60) String |
Preserve custom name | C_BPartner_Location.IsPreserveCustomName character(1) Yes-No | ||
Address | Location or Address | The Location / Address field defines the location of an entity. | C_BPartner_Location.C_Location_ID numeric(10) Location (Address) |
Phone | Identifies a telephone number | The Phone field identifies a telephone number | C_BPartner_Location.Phone character varying(40) String |
2nd Phone | Identifies an alternate telephone number. | The 2nd Phone field identifies an alternate telephone number. | C_BPartner_Location.Phone2 character varying(40) String |
Fax | Facsimile number | The Fax identifies a facsimile number for this Business Partner or Location | C_BPartner_Location.Fax character varying(40) String |
ISDN | ISDN or modem line | The ISDN identifies a ISDN or Modem line number. | C_BPartner_Location.ISDN character varying(40) String |
Ship Address | Business Partner Shipment Address | If the Ship Address is selected, the location is used to ship goods to a customer or receive goods from a vendor. | C_BPartner_Location.IsShipTo character(1) Yes-No |
Invoice Address | Business Partner Invoice/Bill Address | If the Invoice Address is selected, the location is used to send invoices to a customer or receive invoices from a vendor. | C_BPartner_Location.IsBillTo character(1) Yes-No |
Pay-From Address | Business Partner pays from that address and we'll send dunning letters there | If the Pay-From Address is selected, this location is the address the Business Partner pays from and where dunning letters will be sent to. | C_BPartner_Location.IsPayFrom character(1) Yes-No |
Remit-To Address | Business Partner payment address | If the Remit-To Address is selected, the location is used to send payments to the vendor. | C_BPartner_Location.IsRemitTo character(1) Yes-No |
Sales Region | Sales coverage region | The Sales Region indicates a specific area of sales coverage. | C_BPartner_Location.C_SalesRegion_ID numeric(10) Table |
Customer Address ID | C_BPartner_Location.CustomerAddressID character varying(60) String | ||
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_BPartner_Location.IsActive character(1) Yes-No |
Tab: Bank Account
Description: Define Bank Account
Help: The Define Bank Account Tab defines the banking information for this business partner. This data is used for processing payments and remittances.
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_BP_BankAccount.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_BP_BankAccount.AD_Org_ID numeric(10) Table Direct |
Business Partner | Identifies a Business Partner | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | C_BP_BankAccount.C_BPartner_ID numeric(10) Search |
User/Contact | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | C_BP_BankAccount.AD_User_ID numeric(10) Table Direct |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_BP_BankAccount.IsActive character(1) Yes-No |
ACH | Automatic Clearing House | The ACH checkbox indicates if this Bank Account accepts ACH transactions. | C_BP_BankAccount.IsACH character(1) Yes-No |
Account Usage | Business Partner Bank Account usage | Determines how the bank account is used. | C_BP_BankAccount.BPBankAcctUse character(1) List |
Bank | Bank | The Bank is a unique identifier of a Bank for this Organization or for a Business Partner with whom this Organization transacts. | C_BP_BankAccount.C_Bank_ID numeric(10) Search |
Bank Account Type | Bank Account Type | The Bank Account Type field indicates the type of account (savings, checking etc) this account is defined as. | C_BP_BankAccount.BankAccountType character(1) List |
Routing No | Bank Routing Number | The Bank Routing Number (ABA Number) identifies a legal Bank. It is used in routing checks and electronic transactions. | C_BP_BankAccount.RoutingNo character varying(20) String |
Account No | Account Number | The Account Number indicates the Number assigned to this bank account. | C_BP_BankAccount.AccountNo character varying(20) String |
IBAN | International Bank Account Number | If your bank provides an International Bank Account Number, enter it here
Details ISO 13616 and http://www.ecbs.org. The account number has the maximum length of 22 characters (without spaces). The IBAN is often printed with a apace after 4 characters. Do not enter the spaces in iDempiere. |
C_BP_BankAccount.IBAN character varying(40) String |
Credit Card | Credit Card (Visa, MC, AmEx) | The Credit Card drop down list box is used for selecting the type of Credit Card presented for payment. | C_BP_BankAccount.CreditCardType character(1) List |
Number | Credit Card Number | The Credit Card number indicates the number on the credit card, without blanks or spaces. | C_BP_BankAccount.CreditCardNumber character varying(20) String |
Verification Code | Credit Card Verification code on credit card | The Credit Card Verification indicates the verification code on the credit card (AMEX 4 digits on front; MC,Visa 3 digits back) | C_BP_BankAccount.CreditCardVV character varying(4) String |
Exp. Month | Expiry Month | The Expiry Month indicates the expiry month for this credit card. | C_BP_BankAccount.CreditCardExpMM numeric(10) Integer |
Exp. Year | Expiry Year | The Expiry Year indicates the expiry year for this credit card. | C_BP_BankAccount.CreditCardExpYY numeric(10) Integer |
Account Name | Name on Credit Card or Account holder | The Name of the Credit Card or Account holder. | C_BP_BankAccount.A_Name character varying(60) String |
Account Street | Street address of the Credit Card or Account holder | The Street Address of the Credit Card or Account holder. | C_BP_BankAccount.A_Street character varying(60) String |
Account City | City or the Credit Card or Account Holder | The Account City indicates the City of the Credit Card or Account holder | C_BP_BankAccount.A_City character varying(60) String |
Account Zip/Postal | Zip Code of the Credit Card or Account Holder | The Zip Code of the Credit Card or Account Holder. | C_BP_BankAccount.A_Zip character varying(20) String |
Account State | State of the Credit Card or Account holder | The State of the Credit Card or Account holder | C_BP_BankAccount.A_State character varying(40) String |
Account Country | Country | Account Country Name | C_BP_BankAccount.A_Country character varying(40) String |
Driver License | Payment Identification - Driver License | The Driver's License being used as identification. | C_BP_BankAccount.A_Ident_DL character varying(20) String |
Social Security No | Payment Identification - Social Security No | The Social Security number being used as identification. | C_BP_BankAccount.A_Ident_SSN character varying(20) String |
Account EMail | Email Address | The EMail Address indicates the EMail address off the Credit Card or Account holder. | C_BP_BankAccount.A_EMail character varying(60) String |
Address verified | This address has been verified | The Address Verified indicates if the address has been verified by the Credit Card Company. | C_BP_BankAccount.R_AvsAddr character(1) List |
Zip verified | The Zip Code has been verified | The Zip Verified indicates if the zip code has been verified by the Credit Card Company. | C_BP_BankAccount.R_AvsZip character(1) List |
Customer Payment Profile ID | C_BP_BankAccount.CustomerPaymentProfileID character varying(60) String | ||
Payment Processor | Payment processor for electronic payments | The Payment Processor indicates the processor to be used for electronic payments | C_BP_BankAccount.C_PaymentProcessor_ID numeric(10) Table Direct |
Tab: Shipping Accounts
Description:
Help:
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_BP_ShippingAcct.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_BP_ShippingAcct.AD_Org_ID numeric(10) Table Direct |
Business Partner | Identifies a Business Partner | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | C_BP_ShippingAcct.C_BPartner_ID numeric(10) Search |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_BP_ShippingAcct.IsActive character(1) Yes-No |
Shipper Account Number | C_BP_ShippingAcct.ShipperAccount character varying(40) String | ||
Shipper Meter | C_BP_ShippingAcct.ShipperMeter character varying(255) String | ||
Duties Shipper Account | C_BP_ShippingAcct.DutiesShipperAccount character varying(40) String | ||
Partner Location | Identifies the (ship to) address for this Business Partner | The Partner address indicates the location of a Business Partner | C_BP_ShippingAcct.C_BPartner_Location_ID numeric(10) Table Direct |
Shipping Processor | C_BP_ShippingAcct.M_ShippingProcessor_ID numeric(10) Table |
Tab: Customer Accounting
Description: Define Customer Accounting
Help: The Customer Accounting Tab defines the default accounts to use when this business partner is referenced on an accounts receivable transaction.
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_BP_Customer_Acct.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_BP_Customer_Acct.AD_Org_ID numeric(10) Table Direct |
Business Partner | Identifies a Business Partner | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | C_BP_Customer_Acct.C_BPartner_ID numeric(10) Search |
Accounting Schema | Rules for accounting | An Accounting Schema defines the rules used in accounting such as costing method, currency and calendar | C_BP_Customer_Acct.C_AcctSchema_ID numeric(10) Table Direct |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_BP_Customer_Acct.IsActive character(1) Yes-No |
Customer Receivables | Account for Customer Receivables | The Customer Receivables Accounts indicates the account to be used for recording transaction for customers receivables. | C_BP_Customer_Acct.C_Receivable_Acct numeric(10) Account |
Customer Prepayment | Account for customer prepayments | The Customer Prepayment account indicates the account to be used for recording prepayments from a customer. | C_BP_Customer_Acct.C_Prepayment_Acct numeric(10) Account |
Tab: Vendor Accounting
Description: Define Vendor Accounting
Help: The Vendor Accounting Tab defines the default accounts to use when this business partner is referenced in an accounts payable transaction.
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_BP_Vendor_Acct.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_BP_Vendor_Acct.AD_Org_ID numeric(10) Table Direct |
Business Partner | Identifies a Business Partner | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | C_BP_Vendor_Acct.C_BPartner_ID numeric(10) Search |
Accounting Schema | Rules for accounting | An Accounting Schema defines the rules used in accounting such as costing method, currency and calendar | C_BP_Vendor_Acct.C_AcctSchema_ID numeric(10) Table Direct |
Active | The record is active in the system | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
C_BP_Vendor_Acct.IsActive character(1) Yes-No |
Vendor Liability | Account for Vendor Liability | The Vendor Liability account indicates the account used for recording transactions for vendor liabilities | C_BP_Vendor_Acct.V_Liability_Acct numeric(10) Account |
Vendor Prepayment | Account for Vendor Prepayments | The Vendor Prepayment Account indicates the account used to record prepayments from a vendor. | C_BP_Vendor_Acct.V_Prepayment_Acct numeric(10) Account |