Schema dei Colori delle Performance (finestra ID-364)
finestra: Schema dei Colori delle Performance
descrizione: Schema dei Colori delle Performance
Aiuto: 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%).
TAB: Schema dei Colori
descrizione: Schema dei Colori delle Performance
Aiuto 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%).
File:Schema dei Colori delle Performance - Schema dei Colori - 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 |
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 |
Mark 1 Percent | Marcatore 1 Percentuale | Percentage up to this color is used | Example 50 - i.e. below 50% this color is used | Mark1Percent numeric(10) NOT NULL Integer |
Color 1 | Colore 1 | First color used | null | AD_PrintColor1_ID numeric(10) NOT NULL Table |
Mark 2 Percent | Marcatore 2 Percentuale | Percentage up to this color is used | Example 80 - e.g., if Mark 1 is 50 - this color is used between 50% and 80% | Mark2Percent numeric(10) NOT NULL Integer |
Color 2 | Colore 2 | Second color used | null | AD_PrintColor2_ID numeric(10) NOT NULL Table |
Mark 3 Percent | Marcatore 3 Percentuale | Percentage up to this color is used | Example 100 - e.g., if Mark 2 is 80 - this color is used between 80% and 100% | Mark3Percent numeric(10) Integer |
Color 3 | Colore 3 | Third color used | null | AD_PrintColor3_ID numeric(10) Table |
Mark 4 Percent | Marcatore 4 Percentuale | Percentage up to this color is used | Example 9999 - e.g., if Mark 3 is 100 - this color is used above 100% | Mark4Percent numeric(10) Integer |
Color 4 | Colore 4 | Forth color used | null | AD_PrintColor4_ID numeric(10) Table |
Entity Type | Tipo di entità | Dictionary Entity Type; determina la ownership e se può essere sincronizzato | The Entity Types "Dictionary", "Compiere" and "Application" might be automatically synchronized and customizations deleted or overwritten.
For customizations, copy the entity and select "User"! |
EntityType character varying(40) NOT NULL Table |