ManPageW PerpetualInventory

From ADempiere
Revision as of 14:10, 14 December 2006 by CarlosRuiz (Talk) (Added version and category)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

Return to Index

Enjoy it, and help to fill it! But please, always respecting copyright.

Please write your contributions under the Contributions Section



Window: Perpetual Inventory

= BETA FUNCTIONALITY =

Description : Maintain Perpetual Inventory Rules

Help : The Perpetual Inventory defines the rules to be applied when generating Physical Inventory counts.



Tab: Perpetual Inventory

Description :

Help :

Table Name  : M_PerpetualInv

ManPageW PerpetualInventory PerpetualInventory.png

Fields

Name Description Help Technical Data
Client Client/Tenant for this installation. A Client is a company or a legal entity. You cannot share data between Clients. Tenant is a synonym for Client. AD_Client_ID

NUMBER(10)

TableDir

Organization Organizational entity within client An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID

NUMBER(10)

TableDir

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. Name

NVARCHAR2(60)

String

Description Optional short description of the record A description is limited to 255 characters. Description

NVARCHAR2(255)

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.

IsActive

CHAR(1)

YesNo

Warehouse Storage Warehouse and Service Point The Warehouse identifies a unique Warehouse where products are stored or Services are provided. M_Warehouse_ID

NUMBER(10)

TableDir

Product Category Category of a Product Identifies the category which this product belongs to. Product categories are used for pricing and selection. M_Product_Category_ID

NUMBER(10)

TableDir

Number of Inventory counts Frequency of inventory counts per year The Number of Inventory Counts indicates the number of times per year that inventory counts will be preformed NoInventoryCount

NUMBER(10)

Integer

Number of Product counts Frequency of product counts per year The Number of Product Count indicates the number of times per year that a product should be counted. NoProductCount

NUMBER(10)

Integer

Count high turnover items Count High Movement products The Count High Movement checkbox indicates if the those items with a high turnover will be counted CountHighMovement

CHAR(1)

YesNo

Number of runs Frequency of processing Perpetual Inventory The Number of Runs indicates the number of times that the Perpetual Inventory has be processed. NumberOfRuns

NUMBER(10)

Integer

Date last run Date the process was last run. The Date Last Run indicates the last time that a process was run. DateLastRun

DATE

DateTime

Date next run Date the process will run next The Date Next Run indicates the next time this process will run. DateNextRun

DATE

DateTime

Process Now Processing

CHAR(1)

Button

Contributions