Categoria Prodotto (finestra ID-144)
finestra: Categoria Prodotto
descrizione: Gestione Categorie Prodotto
Aiuto: La Categoria Prodotti ti permette di definire diversi gruppi di prodotti. Questi gruppi possono essere usati nel generare i Listini Prezzi, per definire i margini e per assegnare facilmente diversi parametri contabili ai prodotti.
TAB: Categoria Prodotto
descrizione: Definisci Categoria prodotto
Aiuto La Categoria Prodotti definisce raggruppamenti unici di prodotti. Le categorie prodotti possono essere usate nel compilare un listino prezzi.
File:Categoria Prodotto - Categoria Prodotto - 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 |
Search Key | Codice | Il codice è una chiave di ricerca che consente una individuazione rapida dell'elemento | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
Value character varying(40) NOT NULL String |
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 |
Parent Product Category | Parent Product Category | null | null | M_Product_Category_Parent_ID numeric(10) Table |
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 |
Material Policy | Politica Materiale | Politica Movimentazione Materiale | The Material Movement Policy determines how the stock is flowing (FiFo or LiFo) if a specific Product Instance was not selected. The policy can not contradict the costing method (e.g. FiFo movement policy and LiFo costing method). | MMPolicy character(1) NOT NULL List |
Default | Default | Valore di default | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Self-Service | Self-Service | This is a Self-Service entry or this entry can be changed via Self-Service | Self-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality. | IsSelfService character(1) NOT NULL Yes-No |
Planned Margin % | Margine pianificato % | null | The Planned Margin Percentage indicates the anticipated margin percentage for this project or project line | PlannedMargin numeric NOT NULL Number |
Asset Group | Gruppo Bene Gestito | Gruppo di Bene Gestito | The group of assets determines default accounts. If an asset group is selected in the product category, assets are created when delivering the asset. | A_Asset_Group_ID numeric(10) Table Direct |
Print Color | Colore della stampa | Colore usato per la stampatura | Colori usate per la stampatura | AD_PrintColor_ID numeric(10) Table Direct |
TAB: Contabilità
descrizione: Definisci Parametri Contabili
Aiuto Il tab Contabilità definisce i parametri contabili di default. Ogni prodotto che utilizza una categoria prodotto può ereditare i suoi parametri contabili di default.
File:Categoria Prodotto - Contabilità - 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 |
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) NOT NULL Table Direct |
Accounting Schema | Schema Contabile | Regole della contabilizzazione | Lo Schemo Contabile definisce le regole contabile come il metodo di costing, la valuta, ed il calandario. | C_AcctSchema_ID numeric(10) NOT NULL Table Direct |
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 |
Costing Method | Metodo del Calcolo dei Costi | Indica come sarà calcolato il costo | Il Metodo del Calcolo dei Costi indica come i costi saranno calcolati (Standard, Medio) | CostingMethod character(1) List |
Costing Level | Livello dei Costi | Il livello più basso per raccogliere informazioni sui costi | If you want to maintain different costs per organization (warehouse) or per Batch/Lot, you need to make sure that you define the costs for each of the organizations or batch/lot. The Costing Level is defined per Accounting Schema and can be overwritten by Product Category and Accounting Schema. | CostingLevel character(1) List |
Product Asset | Valore del prodotto | Conto per la valutazione del prodotto (da inventario) | The Product Asset Account indicates the account used for valuing this a product in inventory. | P_Asset_Acct numeric(10) NOT NULL Account |
Product Expense | Costo acquisti merce (prodotti e servizi) | Conto dei prodotti e servizi acquistati | The Product Expense Account indicates the account used to record expenses associated with this product. | P_Expense_Acct numeric(10) NOT NULL Account |
Cost Adjustment | Assestamento costo | Conto di assestamento costo di produzione | Account used for posting product cost adjustments (e.g. landed costs) | P_CostAdjustment_Acct numeric(10) Account |
Inventory Clearing | Compensanzione Inventario | Conto Compensanzione Inventario dei Prodotti | Account used for posting matched product (item) expenses (e.g. AP Invoice, Invoice Match). You would use a different account then Product Expense, if you want to differentate service related costs from item related costs. The balance on the clearing account should be zero and accounts for the timing difference between invoice receipt and matching. | P_InventoryClearing_Acct numeric(10) Account |
Product COGS | Costo del prodotto alla vendita | Costo di produzione dei prodotti (materiale + manodopera) | The Product COGS Account indicates the account used when recording costs associated with this product. | P_COGS_Acct numeric(10) NOT NULL Account |
Purchase Price Variance | Variazione prezzo d'acquisto | Differenza fra costo standard e prezzo di acquisto | The Purchase Price Variance is used in Standard Costing. It reflects the difference between the Standard Cost and the Purchase Order Price. | P_PurchasePriceVariance_Acct numeric(10) NOT NULL Account |
Invoice Price Variance | Variazione prezzo fatturato | Variazioni tra il costo del prodotto e il prezzo di fatturazione | The Invoice Price Variance is used reflects the difference between the current Costs and the Invoice Price. | P_InvoicePriceVariance_Acct numeric(10) NOT NULL Account |
Average Cost Variance | Average Cost Variance | Average Cost Variance | The Average Cost Variance is used in weighted average costing to reflect differences when posting costs for negative inventory. | P_AverageCostVariance_Acct numeric(10) Account |
Trade Discount Received | Sconto commerciale di fornitura | Sconto commerciale ottenuto (Corregge le spese per la produzione) | The Trade Discount Receivables Account indicates the account for received trade discounts in vendor invoices | P_TradeDiscountRec_Acct numeric(10) NOT NULL Account |
Trade Discount Granted | Sconto commerciale di vendita | Sconto commerciale garantito (corregge il ricavo dei prodotti) | The Trade Discount Granted Account indicates the account for granted trade discount in sales invoices | P_TradeDiscountGrant_Acct numeric(10) NOT NULL Account |
Product Revenue | Ricavi delle vendite | Conto per ricavi da vendita del prodotto (Conto vendite) | The Product Revenue Account indicates the account used for recording sales revenue for this product. | P_Revenue_Acct numeric(10) NOT NULL Account |
Work In Process | Work In Process | The Work in Process account is the account used Manufacturing Order | null | P_WIP_Acct numeric(10) Account |
Floor Stock | Floor Stock | The Floor Stock account is the account used Manufacturing Order | The Floor Stock is used for accounting the component with Issue method is set Floor stock into Bill of Material & Formula Window.
The components with Issue Method defined as Floor stock is acounting next way: Debit Floor Stock Account Credit Work in Process Account |
P_FloorStock_Acct numeric(10) Account |
Method Change Variance | Method Change Variance | The Method Change Variance account is the account used Manufacturing Order | The Method Change Variance is used in Standard Costing. It reflects the difference between the Standard BOM , Standard Manufacturing Workflow and Manufacturing BOM Manufacturing Workflow.
If you change the method the manufacturing defined in BOM or Workflow Manufacturig then this variance is generate. |
P_MethodChangeVariance_Acct numeric(10) Account |
Usage Variance | Usage Variance | The Usage Variance account is the account used Manufacturing Order | The Usage Variance is used in Standard Costing. It reflects the difference between the Quantities of Standard BOM or Time Standard Manufacturing Workflow and Quantities of Manufacturing BOM or Time Manufacturing Workflow of Manufacturing Order.
If you change the Quantities or Time defined in BOM or Workflow Manufacturig then this variance is generate. |
P_UsageVariance_Acct numeric(10) Account |
Rate Variance | Rate Variance | The Rate Variance account is the account used Manufacturing Order | The Rate Variance is used in Standard Costing. It reflects the difference between the Standard Cost Rates and The Cost Rates of Manufacturing Order.
If you change the Standard Rates then this variance is generate. |
P_RateVariance_Acct numeric(10) Account |
Mix Variance | Mix Variance | The Mix Variance account is the account used Manufacturing Order | The Mix Variance is used when a co-product received in Inventory is different the quantity expected | P_MixVariance_Acct numeric(10) Account |
Labor | Labor | The Labor account is the account used Manufacturing Order | The Labor is used for accounting the productive Labor | P_Labor_Acct numeric(10) Account |
Burden | Burden | The Burden account is the account used Manufacturing Order | The Burden is used for accounting the Burden | P_Burden_Acct numeric(10) Account |
Cost Of Production | Cost Of Production | The Cost Of Production account is the account used Manufacturing Order | The Cost Of Production is used for accounting Non productive Labor | P_CostOfProduction_Acct numeric(10) Account |
Outside Processing | Outside Processing | The Outside Processing Account is the account used in Manufacturing Order | The Outside Processing Account is used for accounting the Outside Processing | P_OutsideProcessing_Acct numeric(10) Account |
Overhead | Overhead | The Overhead account is the account used in Manufacturing Order | null | P_Overhead_Acct numeric(10) Account |
Scrap | Scrap | The Scrap account is the account used in Manufacturing Order | null | P_Scrap_Acct numeric(10) Account |
Copy Accounts | Copiare Conti | Copia e sovrascrive i conti dei Prodotti di questa categoria | Il Processo Copia Conti prende i conti definiti per una categoria di prodotti e li copia ad ogni prodotto che si riferisce a questa categoria. Se un conto è già esistente a livello del prodotto viene sovrascritto.(The Copy Accounts Process will take the accounts defined for a product category and copy them to any product that references this category. If an account exists at the product level it will be overwritten.) | Processing character(1) Button |
TAB: Prodotto Assegnato
descrizione: Prodotto assegnato alla Categoria Prodotti
Aiuto null
File:Categoria Prodotto - Prodotto Assegnato - 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 |
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) NOT NULL Table Direct |
Search Key | Codice | Il codice è una chiave di ricerca che consente una individuazione rapida dell'elemento | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
Value character varying(40) NOT NULL String |
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(255) 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 |
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 |
Discontinued | Fuori Produzione | Questo prodotto non è più disponibile | Il check box Fuori Produzione indica che un prodotto è stato messo fuori produzione. | Discontinued character(1) Yes-No |
Product Type | Tipo di prodotto | null | The type of product also determines accounting consequences. | ProductType character(1) NOT NULL List |
Expense Type | Tipo di spesa | null | null | S_ExpenseType_ID numeric(10) Table Direct |
Resource | Risorsa | Risorsa | null | S_Resource_ID numeric(10) Table Direct |
Featured in Web Store | Visualizzato nel Web Store | Se selezionato il prodotto è visualizzato anche all'inizio o in ricerche senza chiave | In the display of products in the Web Store, the product is displayed in the inital view or if no search criteria are entered. To be displayed, the product must be in the price list used. | IsWebStoreFeatured character(1) NOT NULL Yes-No |