View source | Discuss this page | Page history | Printable version   

ERP/3.0/Developers Guide/Database Model/org.openbravo.model.common.enterprise/AD OrgInfo

This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
Back button.png   Back to ERP/3.0/Developers Guide/Database Model/org.openbravo.model.common.enterprise


Contents

AD_OrgInfo

This table contains the following columns:

Name Nullable Data Type Description


IsActive No CHAR (1) 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 reporting. There are two reasons for de-activating and not deleting records:

(1) The system requires the record for auditing purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions.

Automatic_Writeoff_Amt Yes DECIMAL Outstanding amounts lower than this are automatically proposed to be written off.
C_BPartner_ID Yes VARCHAR (32) A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.
Iscashvat No CHAR (1) Cash VAT tax rate
AD_Client_ID No VARCHAR (32) A Client is a company or a legal entity. You cannot share data between Clients.
Company_Logo Yes VARCHAR (32) This logo will be used in the login screen and inside all Openbravo applications
Company_Logo_Dark Yes VARCHAR (32) This logo will be used in the login screen and inside all Openbravo applications when they use

a Dark theme. Note that this logo should have different colors or more contrast than the original logo in order to be seen properly in a dark background.

Company_Logo_For_Docs Yes VARCHAR (32) Company Logo used to be printed in invoices or other documents
Company_Logo_For_Receipts Yes VARCHAR (32) Company Logo used to be printed in receipts. Usually those receipts are printed using only black ink, so this logo should be adapted to be able to print it properly using only one ink.
Company_Logo_Submark Yes VARCHAR (32) The submark logo is a simplified version of the Company Logo which is consistent with your brand and can be used to replace the Company Logo in places where this logo does not fit, such as in an application in a narrow screen where the Company Logo has no room to be showed properly
Company_Logo_Submark_Dark Yes VARCHAR (32) The submark logo is a simplified version of the Company Logo which is consistent with your brand and can be used to replace the Company Logo in places where this logo does not fit, such as in an application on a narrow screen where the Company Logo has no room to be showed properly. Note that this logo should have different colors or more contrast than the original logo in order to be seen properly over a dark background.
CreatedBy No VARCHAR (32) The Created By field indicates the user who created this record.
Created No TIMESTAMP (7) The Created field indicates the date that this record was created.
DUNS Yes CHAR (11) Used for EDI - For details see www.dnb.com/dunsno/list.htm
EM_Aprm_Payment_Desc No VARCHAR (60) Purchase Invoice's reference to be automatically included into the payment description. Possible values are:

- Invoice document number (default). - Supplier reference, which is defined in the invoice's header.

IsDoubleCash No CHAR (1) Organization is subscribed to the Double Cash criteria. If both the Cash VAT and the Double Cash Criteria flags are set to Yes, the Cash VAT regime will be automatically applied for the purchase flow too.
C_Location_ID Yes VARCHAR (32) The Location / Address field defines the location of an entity.
Logo Yes NVARCHAR (200)
Istaxundeductable No CHAR (1) Check it if the tax is not deductible
AD_Org_ID No VARCHAR (32) An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.
Reference_Order Yes CHAR (1) Uses Order document number as inout number
C_Tax_ID Yes VARCHAR (32) The Tax indicates the type of tax for this document line.
TaxID No VARCHAR (20) The Tax ID field identifies the legal Identification number of this Entity.
Updated No TIMESTAMP (7) The Updated field indicates the date that this record was updated.
UpdatedBy No VARCHAR (32) The Updated By field indicates the user who updated this record.
AD_User_ID Yes VARCHAR (32) The User identifies a unique user in the system. This could be an internal user or a business partner contact
Your_Company_Document_Image Yes VARCHAR (32)

Columns

Active



top


Automatic_Writeoff_Amt



top


Business Partner


Foreign key column to C_BPartner table, (column: C_BPartner_ID)

top


Cash VAT



top


Client


Foreign key column to AD_Client table, (column: AD_Client_ID) It has a validation "AD_Client Security validation", with the following code

AD_Client.AD_Client_ID in (@#User_Client@)

top



Foreign key column to AD_Image table, (column: AD_Image_ID)

top


Company_Logo_Dark


Foreign key column to AD_Image table, (column: AD_Image_ID)

top


Company_Logo_For_Docs


Foreign key column to AD_Image table, (column: AD_Image_ID)

top


Company_Logo_For_Receipts


Foreign key column to AD_Image table, (column: AD_Image_ID)

top


Company_Logo_Submark


Foreign key column to AD_Image table, (column: AD_Image_ID)

top


Company_Logo_Submark_Dark


Foreign key column to AD_Image table, (column: AD_Image_ID)

top


Created By


Foreign key column to AD_User table, (column: AD_User_ID)

top


Creation Date



top


D-U-N-S



top


EM_APRM_Payment Description


List values: Payment description

The allowed values for this list are:

top


IsDoubleCash



top


Location / Address


Foreign key column to C_Location table, (column: C_Location_ID)

top




top


Not Tax Deductable


Callout: SE_Organization_NotTaxDeductable

This column has a callout associated.

It is implemented by [1] Java Class.

top


Organization

Foreign key column to AD_Org table, (column: AD_Org_ID)

top


Reference Order



top


SalesTaxExemptRate


Foreign key column to C_Tax table, (column: C_Tax_ID) It has a validation "SalesTaxExemptRate", with the following code

(C_TAX.SOPOTYPE = 'S' OR C_TAX.SOPOTYPE = 'B') AND C_TAX.ISTAXEXEMPT = 'Y' AND C_TAX.AD_CLIENT_ID=@AD_CLIENT_ID@

top


Tax ID



top


Updated



top


Updated By


Foreign key column to AD_User table, (column: AD_User_ID)

top


User/Contact


Foreign key column to AD_User table, (column: AD_User_ID)

top


Your Company Document Image


Foreign key column to AD_Image table, (column: AD_Image_ID)

top


Other Info

Check Constraints

These are the check constraints for this table:

top

Back button.png   Back to org.openbravo.model.common.enterprise

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.model.common.enterprise/AD_OrgInfo"

This page has been accessed 3,244 times. This page was last modified on 13 March 2023, at 01:41. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.