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

ERP/3.0/Developers Guide/Database Model/org.openbravo.model.materialmgmt.transaction/M InOut Line V

Contents

M_InOut_Line_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.
M_InOut_ID YVARCHAR2(32)The document number for identifying an act of sending goods.
M_InOutLine_ID YVARCHAR2(32)A statement displaying one item, charge, or movement in a shipment.
Line YNUMBERA line stating the position of this request in the document.
MovementQty YNUMBERThe number of items being moved from one location to another.
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.
M_Locator_ID YVARCHAR2(32)A set of coordinates (x, y, z) which help locate an item in a warehouse.

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

Shipment/Receipt

Foreign key column to M_InOut table, (column: M_InOut_ID)

top

Goods Shipment Line

The Goods Shipment Line indicates a unique line in a Shipment document

top

Line No.

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

top

Movement Quantity

The Movement Quantity indicates the quantity of a product that has been moved.

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

Storage Bin

Foreign key column to M_Locator table, (column: M_Locator_ID)

top

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Database_Model/org.openbravo.model.materialmgmt.transaction/M_InOut_Line_V"

This page has been accessed 1,739 times. This page was last modified on 15 April 2011, at 21:54. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.