Obiettivo Performance (finestra ID-212)
finestra: Obiettivo Performance
descrizione: Definiscce Obiettivo della Performance
Aiuto: Il tasto Obiettivo Reddito definisce obiettivi specifici relativi al reddito.
TAB: Obiettivo Performance
descrizione: Obiettivo Performance
Aiuto Il tab Obiettivo Performance definisce obiettivi specifici relativi al reddito.
File:Obiettivo Performance - Obiettivo Performance - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Nome | Identificativo alfanumerico dell'entità | Il Nome della entità (record) è utilizzato come una opzione di ricerca di default in addizione alla chiave di ricerca. Il nome è fino a 60 caratteri di lunghezza. | Name character varying(60) NOT NULL String |
Description | Descrizione | Una descrizione corta opzionale del record | La descrizione è limitata ad essere meno di 255 carratteri. | Description character varying(255) String |
Note | Nota | Informazioni aggiuntive riguardo un obiettivo | The Note field allows for optional entry of user defined information regarding this record | Note character varying(2000) Text |
Active | Attivo | Il record (dato, anagrafica,…) è attivo nel sistema | Ci sono due metodi per rendere un record non disponibile all sistema: Uno e di cancellarelo, l'atro è di disattivarelo. Un record disattivato non è disponibile per selezione, ma può essere utilizzato nei report.
Ci sono due ragioni da considere in favore alla disattivazione anziché la cancellazione dei record: (1) Il sistema richiede il record per scopi di audit. (2) Il record si è riferito da altri record. Per esempio, non si può cancellare un business partner, se esistono fatture per lui stesso. In questo caso si deve disattivare il busines partner per evitare l'immessione di transazioni future preso di lui. |
IsActive character(1) NOT NULL Yes-No |
Role | Ruolo | Ruolo di Responsabilità | Il Ruolo determina il grado di sicurezza ed accesso che ha un untente con questo ruolo nel Sistema. | AD_Role_ID numeric(10) Table Direct |
User/Contact | Utente/Contatto | Utente del sistema - contatto interno o contatto di un Business Partner | L'ID Utente/Contatto identifica un utente unico del sistema. | AD_User_ID numeric(10) Search |
Sequence | Sequenza | Sequenza dei documenti | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
Summary Level | Livello di Sintesi | Questo è una entità sommaria | Una entità al Livello di Sintesi rappresente una rama di un albero anziché un nodo finale. Le entità al Livelli di sintesi sono utilizzate nel reporting e non contengono valori propri. | IsSummary character(1) NOT NULL Yes-No |
Color Schema | Schema Colori | Schema Colori per la rappresentazione delle Performance | Visual representation of performance by color. The Schema has often three levels (e.g. red-yellow-green). Compiere support two levels (e.g. red-green) or four levels (e.g. gray-bronce-silver-gold). Note that Measures without a goal are represented white. The percentages could be beween 0 and unlimited (i.e. above 100%). | PA_ColorSchema_ID numeric(10) NOT NULL Table Direct |
Parent Goal | Obiettivo Padre | Obiettivo Padre | You can create a hierarchy of goals by linking the sub-goals to the summary goal.
The measures are automatically rolled up |
PA_GoalParent_ID numeric(10) Table |
Measure Target | Misura target | null | The Measure Target indicates the target or goal for this measure. It is used as in comparing against the actual measures | MeasureTarget numeric NOT NULL Number |
Measure | Misura | Misurazione delle performance concreta | The Measure identifies a concrete, measurable indicator of performance. For example, sales dollars, prospects contacted. | PA_Measure_ID numeric(10) Table Direct |
Date From | A partire da | Data di inizio di un intervallo | The Date From indicates the starting date of a range. | DateFrom timestamp without time zone Date+Time |
Date To | Fino a | Data finale di un intervallo | The Date To indicates the end date of a range (inclusive) | DateTo timestamp without time zone Date+Time |
Measure Scope | Ambito Misura | Ambito Misura di performance | The scope of the goal can be broken down for initial display.
Example: Scope is Year, Display is Month - the goal is entered as a yearly number, the display divides the goal by 12 |
MeasureScope character(1) NOT NULL List |
Measure Display | Mostra Misura | Measure Scope initially displayed | null | MeasureDisplay character(1) List |
Chart Type | Chart Type | Type fo chart to render | null | ChartType character varying(2) NOT NULL List |
Measure Actual | Misura effettiva | Valore attuale che è stato misurato | The Measure Actual indicates the actual measured value. The measured values are used in determining if a performance goal has been met | MeasureActual numeric Number |
Date last run | Data ultima elaborazione | Data di ultima esecuzione di questo processo | La Data Ultima Elaborazione indica l'ultima volta che questo processo è stato elaborato. | DateLastRun timestamp without time zone Date+Time |
Performance Goal | Obiettivo della performance | null | The Goal Performance indicates the target achievement from 0 to 1. | GoalPerformance numeric Number |
Relative Weight | Peso relativo | null | The relative weight allows you to adjust the report based on probabilities. For example, if you have a 1:10 chance in closing a contract when it is in the prospect stage and a 1:2 chance when it is in the contract stage, you may put a weight of 0.1 and 0.5 on those steps. In the Cycle Report, you then could see, which stage is less or more compared to the other steps. This is an alternative method for a funnel or measures completion of your project. | RelativeWeight numeric Number |
TAB: Vincoli
descrizione: Vincoli sugli Obiettivi delle Performance
Aiuto Restriction of the performance measure to the Organization, Business Partner or Product defined.
Example: The performance is only measured for HQ
The measure must support the data, otherwise it is ignored.
File:Obiettivo Performance - Vincoli - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Client | Azienda | Client per questa installazione | Un Client è una Azienda o un'entità legale. Due client non possono condividere gli stessi dati. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organizzazione | Organizzazione all'interno un client | Una organizzazione è una unità del client o entità legale - esempi sono negozio o dipartemento. I dati possono essere condivisi tra più organizzazioni sotto lo stesso client. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Goal | Obiettivo | null | The Performance Goal indicates what this users performance will be measured against. | PA_Goal_ID numeric(10) NOT NULL Table Direct |
Name | Nome | Identificativo alfanumerico dell'entità | Il Nome della entità (record) è utilizzato come una opzione di ricerca di default in addizione alla chiave di ricerca. Il nome è fino a 60 caratteri di lunghezza. | Name character varying(60) NOT NULL String |
Active | Attivo | Il record (dato, anagrafica,…) è attivo nel sistema | Ci sono due metodi per rendere un record non disponibile all sistema: Uno e di cancellarelo, l'atro è di disattivarelo. Un record disattivato non è disponibile per selezione, ma può essere utilizzato nei report.
Ci sono due ragioni da considere in favore alla disattivazione anziché la cancellazione dei record: (1) Il sistema richiede il record per scopi di audit. (2) Il record si è riferito da altri record. Per esempio, non si può cancellare un business partner, se esistono fatture per lui stesso. In questo caso si deve disattivare il busines partner per evitare l'immessione di transazioni future preso di lui. |
IsActive character(1) NOT NULL Yes-No |
Restriction Type | Tipo Restrizione | Tipo Restrizione Obiettivo | Enter one or more records per Goal Restriction Type (e.g. Org o1, o2) | GoalRestrictionType character(1) NOT NULL List |
Organization | Unità Organizzativa | Una entità organizzativa sotto un client | Una Unità Organizzativa è una entità del client o entità legale - esempi sono negozio o dipartamento. | Org_ID numeric(10) Table |
Business Partner | Business Partner | Identifica un business partner | Un Business Partner è qualsiasi entità con cui la società fa le transazioni. I fornitori, clienti, dipendenti ed agenti possono essere tutti quanti business partner. | C_BPartner_ID numeric(10) Search |
Business Partner Group | Gruppo di business partner | ID del gruppo di business partner | The Business Partner Group ID provides a method of defining defaults to be used for individual Business Partners. | C_BP_Group_ID numeric(10) Table Direct |
Product | Prodotto | Prodotto, Servizio, Articolo | Il Prodotto identifica un articolo che è o acquistato o venduto da questa organizzazione. | M_Product_ID numeric(10) Search |
Product Category | Categoria del prodotto | Categoria di cui questo conto è parte | Identifica la categoria a cui questo product appartiene. La Categoria del Prodotto viene utilizzata per la determinazione dei prezzi. | M_Product_Category_ID numeric(10) Table Direct |