Μέτρο Απόδοσης (παράθυρο ID-215)

Από iDempiere el
Μετάβαση σε:πλοήγηση, αναζήτηση



παράθυρο: Μέτρο Απόδοσης

περιγραφή: Ορίστε τα Μέτρα Απόδοσης

Βοήθεια: Το Παράθυρο Μέτρο Απόδοσης σας επιτρέπει να ορίσετε τους κανόνες και περιορισμούς για τη μέτρηση απόδοσης. Μπορείτε, για παράδειγμα, να περιορίσετε τη μέτρηση απόδοσης σε πωλήσεις για μια συγκεκριμένη κατηγορία προϊόντος για ένα ορισμένο χρονικό διάστημα.



TAB: Measure

περιγραφή: Performance Measure


Βοήθεια The Performance Measure Tab defines the date range and method to be used for measuring performance.


Αρχείο:Μέτρο Απόδοσης - Measure - παράθυρο (iDempiere 1.0.0).png




όνομα όνομα περιγραφή Βοήθεια Προδιαγραφές
Client Εταιρία Η Εταιρία/Μισθωτής για αυτή την εγκατάσταση Εταιρία είναι μια επιχείρηση ή μια νομική οντότητα. Δεν μπορούν να μοιράζονται δεδομένα ανάμεσα σε εταιρίες. AD_Client_ID
numeric(10) NOT NULL
Table Direct
Organization Τμήμα Οργανωτική οντότητα εντός του πελάτη/της εταιρίας Ένα τμήμα είναι μια μονάδα της εταιρίας/πελάτη ή ένα νομικό πρόσωπο - παραδείγματα είναι ένα κατάστημα. Μπορείς να μοιραστείς δεδομένα ανάμεσα στα τμήματα. AD_Org_ID
numeric(10) NOT NULL
Table Direct
Name 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
character varying(60) NOT NULL
String
Description Description Optional short description of the record A description is limited to 255 characters. Description
character varying(255)
String
Active 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
character(1) NOT NULL
Yes-No
Measure Data Type Measure Data Type Type of data - Status or in Time Status represents values valid at a certain time (e.g. Open Invoices) - No history is maintained.

Time represents a values at a given time (e.g. Invoice Amount on 1/1) - History is maintained

MeasureDataType
character(1) NOT NULL
List
Measure Type Measure Type Determines how the actual performance is derived The Measure Type indicates how the actual measure is determined. For example, one measure may be manual while another is calculated. MeasureType
character(1) NOT NULL
List
Manual Actual Manual Actual Manually entered actual value The Manual Active identifies a manually entered actual measurement value. ManualActual
numeric
Number
Note Note Note for manual entry The Note allows for entry for additional information regarding a manual entry. ManualNote
character varying(2000)
Text
Measure Calculation Measure Calculation Calculation method for measuring performance The Measure Calculation indicates the method of measuring performance. PA_MeasureCalc_ID
numeric(10)
Table Direct
Calculation Class Calculation Class Java Class for calculation, implementing Interface Measure The Calculation Class indicates the Java Class used for calculating measures. CalculationClass
character varying(60)
String
Ratio Ratio Performance Ratio Calculation instruction set for a performance ratio PA_Ratio_ID
numeric(10)
Table Direct
Request Type Request Type Type of request (e.g. Inquiry, Complaint, ..) Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc. R_RequestType_ID
numeric(10)
Table Direct
Project Type Project Type Type of the project Type of the project with optional phases of the project with standard performance information C_ProjectType_ID
numeric(10)
Table Direct
Benchmark Benchmark Performance Benchmark Data Series to compare internal performance with (e.g. stock price, ...) PA_Benchmark_ID
numeric(10)
Table Direct
Reporting Hierarchy Reporting Hierarchy Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. Reporting Hierarchy allows you to select different Hierarchies/Trees for the report.

Accounting Segments like Organization, Account, Product may have several hierarchies to accomodate different views on the business.

PA_Hierarchy_ID
numeric(10)
Table Direct




TAB: Achievement

περιγραφή: Performance Achievement


Βοήθεια The Performance Achievement Tab defines the Tasks to be achieved. The performance is measured by the percentage of reached achievements.


Αρχείο:Μέτρο Απόδοσης - Achievement - παράθυρο (iDempiere 1.0.0).png




όνομα όνομα περιγραφή Βοήθεια Προδιαγραφές
Client Εταιρία Η Εταιρία/Μισθωτής για αυτή την εγκατάσταση Εταιρία είναι μια επιχείρηση ή μια νομική οντότητα. Δεν μπορούν να μοιράζονται δεδομένα ανάμεσα σε εταιρίες. AD_Client_ID
numeric(10) NOT NULL
Table Direct
Organization Τμήμα Οργανωτική οντότητα εντός του πελάτη/της εταιρίας Ένα τμήμα είναι μια μονάδα της εταιρίας/πελάτη ή ένα νομικό πρόσωπο - παραδείγματα είναι ένα κατάστημα. Μπορείς να μοιραστείς δεδομένα ανάμεσα στα τμήματα. AD_Org_ID
numeric(10) NOT NULL
Table Direct
Measure Measure Concrete Performance Measurement The Measure identifies a concrete, measurable indicator of performance. For example, sales dollars, prospects contacted. PA_Measure_ID
numeric(10) NOT NULL
Table Direct
Name 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
character varying(60) NOT NULL
String
Description Description Optional short description of the record A description is limited to 255 characters. Description
character varying(255)
String
Active 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
character(1) NOT NULL
Yes-No
Sequence Ακολουθία Method of ordering records; lowest number comes first The Sequence indicates the order of records SeqNo
numeric(10) NOT NULL
Integer
Document Date Document Date Date of the Document The Document Date indicates the date the document was generated. It may or may not be the same as the accounting date. DateDoc
timestamp without time zone
Date
Note Note Optional additional user defined information The Note field allows for optional entry of user defined information regarding this record Note
character varying(2000)
Text
Achieved Achieved The goal is achieved The Achieved checkbox indicates if this goal has been achieved. IsAchieved
character(1) NOT NULL
Yes-No
Manual Actual Manual Actual Manually entered actual value The Manual Active identifies a manually entered actual measurement value. ManualActual
numeric NOT NULL
Number


Contributions / Posts

Τα cookies μας βοηθούν να παρέχουμε τις υπηρεσίες μας. Χρησιμοποιώντας τις υπηρεσίες μας, συμφωνείτε στην χρήση των cookies από εμάς.