Adempiere3.1.2/en/ManPageW Counter olh

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.


Window: Counter

Description : Web Counter

Help : A web counter maintains how often a page or item was displayed. Add a call to http://www.adempiere.com/wstore/counter to the page (e.g. display a 1x1 image)



Tab: Count

Description : Web Counter Count

Help :

Table Name  : W_CounterCount

ManPageW Counter Count.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

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_ID

NUMBER(10)

Search

Page URL PageURL

NVARCHAR2(120)

Unknown (40)


Tab: Individual Count

Description :

Help :

Table Name  : W_Counter

ManPageW Counter IndividualCount.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

Counter Count Web Counter Count Management Web Counter Information W_CounterCount_ID

NUMBER(10)

TableDir

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

DATE

DateTime

Page URL PageURL

NVARCHAR2(120)

Unknown (40)

Referrer Referring web address Referrer

NVARCHAR2(120)

String

Remote Addr Remote Address The Remote Address indicates an alternative or external address. Remote_Addr

NVARCHAR2(60)

String

Remote Host Remote host Info Remote_Host

NVARCHAR2(120)

String

Accept Language Language accepted based on browser information AcceptLanguage

NVARCHAR2(60)

String

User Agent Browser Used UserAgent

NVARCHAR2(255)

String

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

NVARCHAR2(60)

String

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_User_ID

NUMBER(10)

ID