ManPageW RevenueRecognition

From ADempiere
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: Revenue Recognition

= BETA FUNCTIONALITY =

Description : Revenue Recognition Rules

Help : The Revenue Recognition Window defines the intervals at which revenue will be recognized. Alternatively, the revenue recognition may be linked to service levels provided.



Tab: Revenue Recognition

Description : Revenue Recognition

Help : The Revenue Recognition Tab defines the intervals at which revenue will be recognized. You can also base the revenue recognition on provided Service Levels.

Table Name  : C_RevenueRecognition

ManPageW RevenueRecognition RevenueRecognition.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

Time based Time based Revenue Recognition rather than Service Level based Revenue Recognition can be time or service level based. IsTimeBased

CHAR(1)

YesNo

Recognition frequency RecognitionFrequency

CHAR(1)

List

Number of Months NoMonths

NUMBER(10)

Integer


Tab: Revenue Recognition Plan

Description : View Revenue Recognition Plan

Help : The Revenue Recognition plan is generated then invoicing a product with revenue recognition. With Revenue Recognition, the amount is posted to the Unrecognized revenue and over time or based on Service Level booked to Earned Revenue.

Table Name  : C_RevenueRecognition_Plan

ManPageW RevenueRecognition RevenueRecognitionPlan.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

Accounting Schema Rules for accounting An Accounting Schema defines the rules used in accounting such as costing method, currency and calendar C_AcctSchema_ID

NUMBER(10)

TableDir

Revenue Recognition Method for recording revenue The Revenue Recognition indicates how revenue will be recognized for this product C_RevenueRecognition_ID

NUMBER(10)

TableDir

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

NUMBER(10)

Search

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

Total Amount Total Amount The Total Amount indicates the total document amount. TotalAmt

NUMBER

Amount

Currency The Currency for this record Indicates the Currency to be used when processing or reporting on this record C_Currency_ID

NUMBER(10)

TableDir

Recognized Amount RecognizedAmt

NUMBER

Amount

Unearned Revenue Account for unearned revenue The Unearned Revenue indicates the account used for recording invoices sent for products or services not yet delivered. It is used in revenue recognition UnEarnedRevenue_Acct

NUMBER(10)

Account

Product Revenue Account for Product Revenue (Sales Account) The Product Revenue Account indicates the account used for recording sales revenue for this product. P_Revenue_Acct

NUMBER(10)

Account


Tab: Revenue Recognition Run

Description : View Revenue Recognition Run History

Help :

Table Name  : C_RevenueRecognition_Run

ManPageW RevenueRecognition RevenueRecognitionRun.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

Revenue Recognition Plan Plan for recognizing or recording revenue The Revenue Recognition Plan identifies a unique Revenue Recognition Plan. C_RevenueRecognition_Plan_ID

NUMBER(10)

TableDir

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

Recognized Amount RecognizedAmt

NUMBER

Amount

Journal General Ledger Journal The General Ledger Journal identifies a group of journal lines which represent a logical business transaction GL_Journal_ID

NUMBER(10)

TableDir

Contributions