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

ERP 2.50:Developers Guide/Database Model/org.openbravo.model.common.invoice/C Invoice LineTax V

ERP 2.50:Developers Guide/Database Model/org.openbravo.model.common.invoice

Index

Contents

C_Invoice_LineTax_V

This table contains the following columns:

Name Nullable Data Type Description
AD_Client_ID YVARCHAR2(32)Client for this installation.
AD_Org_ID YVARCHAR2(32)Organizational entity within client
IsActive YCHAR(1)A flag indicating whether this record is available for use or de-activated.
Created YDATEThe date that this record is completed.
CreatedBy YVARCHAR2(32)User who created this records
Updated YDATEx not implemented
UpdatedBy YVARCHAR2(32)User who updated this records
AD_Language YCHAR(5)A method of communication being used.
C_Invoice_ID YVARCHAR2(32)A document listing products, quantities and prices, payment terms, etc.
C_InvoiceLine_ID YVARCHAR2(32)A statement displaying one item or charge in an invoice.
C_Tax_ID YVARCHAR2(32)The percentage of money requested by the government for this specified product or transaction.
Line YNUMBERA line stating the position of this request in the document.
QtyInvoiced YNUMBERThe total number of a product included in an invoice to a business partner.
UOMSymbol YNCHAR(6)An abbreviated description used to define a unit of measure or currency.
Name YNVARCHAR2(2000)A non-unique identifier for a record/document often used as a search tool.
Description YNVARCHAR2(2000)A space to write additional related information.
DocumentNote YNVARCHAR2(2000)A space to write additional related information.
UPC YNVARCHAR2(30)A bar code with a number to identify a product.
SKU YVARCHAR2(30)A "stock keeping unit" used to track items sold to business partners.
ProductValue YNVARCHAR2(40)A fast method for finding an item.
ResourceDescription YNVARCHAR2(255)Resource Allocation Description
PriceList YNUMBERThe official price of a product in a specified currency.
Discount YNUMBERThe proportional discount given to an item, without respect to any previously defined discounts.
PriceActual YNUMBERThe price that will be paid for a specified item.
LineNetAmt YNUMBERThe final amount of a specified line, based only on quantities and prices.

Columns

Client

Foreign key column to AD_Client table, (column: AD_Client_ID)

top

Organization

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

top

Active

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.

top

Creation Date

The Created field indicates the date that this record was created.

top

Created By

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

top

Updated

The Updated field indicates the date that this record was updated.

top

Updated By

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

top

Language

The Language identifies the language to use for display

top

Invoice

Foreign key column to C_Invoice table, (column: C_Invoice_ID)

top

Invoice Line

The Invoice Line uniquely identifies a single line of an Invoice.

top

Tax

Foreign key column to C_Tax table, (column: C_Tax_ID)

top

Line No.

Indicates the unique line for a document. It will also control the display order of the lines within a document.

top

Invoiced Quantity

The Invoiced Quantity indicates the quantity of a product that have been invoiced.

top

Symbol

The Symbol identifies the Symbol to be displayed and printed for a Unit of Measure

top

Name

A more descriptive identifier (that does need to be unique) of a record/document that is used as a default search option along with the search key (that is unique and mostly shorter). It is up to 60 characters in length.

top

Description

A description is limited to 255 characters.

top

Comments

The Document Note is used for recording any additional information regarding this product.

top

UPC/EAN

Use this field to enter the bar code for the product in any of the bar code symbologies (Codabar, Code 25, Code 39, Code 93, Code 128, UPC (A), UPC (E), EAN-13, EAN-8, ITF, ITF-14, ISBN, ISSN, JAN-13, JAN-8, POSTNET and FIM, MSI/Plessey, and Pharmacode)

top

SKU

The SKU indicates a user defined stock keeping unit. It may be used for an additional bar code symbols or your own schema.

top

Product Search Key

A fast method for finding an item.

top

Resource Description

Resource Allocation Description

top

List Price

The List Price is the official price stated by the selected pricelist and the currency of the document.

top

Discount %

The Discount indicates the discount applied or taken as a percentage.

top

Unit Price

The actual price indicates the price for a product in source currency.

top

Line Net Amount

Indicates the line net amount based on the quantity and the actual price. Any additional charges or freight are not included.

top

Retrieved from "http://wiki.openbravo.com/wiki/ERP_2.50:Developers_Guide/Database_Model/org.openbravo.model.common.invoice/C_Invoice_LineTax_V"

This page has been accessed 2,443 times. This page was last modified on 14 June 2011, at 11:04. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.