Asset Disposal (finestra ID-53049)
finestra: Asset Disposal
descrizione: Dispose of Assets
Aiuto: The Asset Disposal window allows you to create the necessary GL entries to dispose of an asset
TAB: Step1 Select an Asset
descrizione: Select Asset for Disposal
Aiuto null
File:Asset Disposal - Step1 Select an Asset - 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 |
Asset | Bene Gestito | Bene Gestito | An asset is either created by purchasing or by delivering a product. An asset can be used internally or be a customer asset. | A_Asset_ID numeric(10) NOT NULL ID |
Asset ID | Asset ID | null | null | A_Parent_Asset_ID numeric(10) Search |
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 |
Comment/Help | Aiuto/Spiegazione | Commento o suggerimento | Il campo Aiuto/Spiegazione contiene, commenti o un aiuto per l'uso di questo articolo. | Help 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 |
Product | Prodotto | Prodotto, Servizio, Articolo | Il Prodotto identifica un articolo che è o acquistato o venduto da questa organizzazione. | M_Product_ID numeric(10) Search |
Attribute Set Instance | Serie di Attributi di Istanza | Serie di Attributi di Istanza | The values of the actual Product Attributes | M_AttributeSetInstance_ID numeric(10) Product Attribute |
Version No | Versione n. | null | null | VersionNo character varying(20) String |
Lot No | N. Lotto | Numero del Lotto | Il Lotto indica il lotto specifico a cui appartiene il prodotto. | Lot character varying(255) String |
Serial No | Numero di Serie | null | The Serial Number identifies a tracked, warranted product. It can only be used when the quantity is 1. | SerNo character varying(255) String |
Original Qty | Original Qty | null | null | A_QTY_Original numeric Number |
Quantity | Quantity | null | null | A_QTY_Current numeric Number |
Asset Creation Date | Asset Creation Date | null | null | A_Asset_CreateDate timestamp without time zone Date |
Asset Reval. Date | Asset Reval. Date | null | null | A_Asset_RevalDate timestamp without time zone Date |
In Service Date | Data entrata in funzione | Data di messa in servizio di questo asset | The date when the asset was put into service - usually used as start date for depreciation. | AssetServiceDate timestamp without time zone Date |
Guarantee Date | Data Garanzia | Data di scadenza della garanzia | Date when the normal guarantee or availability expires | GuaranteeDate timestamp without time zone Date |
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) NOT NULL Table Direct |
Owned | Di proprietà | null | The asset may not be in possession, but the asset is legally owned by the organization | IsOwned character(1) NOT NULL Yes-No |
In Possession | Data acquisto | null | Assets which are not in possession are e.g. at Customer site and may or may not be owned by the company. | IsInPosession character(1) NOT NULL Yes-No |
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 |
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) Table Direct |
Partner Location | Indirizzo Business Partner | Identifica l'indirizzo della spedizione per questo business partner | L'Indirizzo Business Partner indica la ubicazione del Business Partner | C_BPartner_Location_ID numeric(10) Table Direct |
Address | Ubicazione / Indirizzo | Ubicazione o Indirizzo | Il campo Ubicazione / Indirizzo definisce la ubicazione di una entità. | C_Location_ID numeric(10) Search |
Locator | Area Stoccaggio | Area Stoccaggio del magazzino | L'ID Area Stoccaggio indica dove in un magazzino si trova un prodotto. | M_Locator_ID numeric(10) Table Direct |
Location comment | Commento Locatore | Comenti o osservazioni aggiuntive riguardanti il locatore | null | LocationComment character varying(255) String |
Depreciate | Svalutare | L'asset sarà deprezzato | The asset is used internally and will be depreciated | IsDepreciated character(1) NOT NULL Yes-No |
Fully depreciated | Interamente svautato | null | The asset costs are fully amortized. | IsFullyDepreciated character(1) NOT NULL Yes-No |
Usable Life - Years | Vita utile - Anni | null | null | UseLifeYears numeric(10) Integer |
Usable Life - Months | Vita utile - Mesi | null | null | UseLifeMonths numeric(10) Integer |
Life use | Vita residua | null | Life use and the actual use may be used to calculate the depreciation | LifeUseUnits numeric Integer |
Use units | Utilizzare unità | Unità correntemente usate del conto | null | UseUnits numeric Integer |
Asset Depreciation Date | Data Ammortamento del Bene | Data dell'Ultimo Ammortamento | Date of the last deprecation, if the asset is used internally and depreciated. | AssetDepreciationDate timestamp without time zone Date |
Disposed | Venduto | null | The asset is no longer used and disposed | IsDisposed character(1) NOT NULL Yes-No |
Asset Disposal Date | Data di Cessione del Bene | Data in cui il Bene è/è stato ceduto | null | AssetDisposalDate timestamp without time zone Date |
Process Now | Elabora ora | null | null | Processing character(1) Yes-No |
TAB: Step2 Asset Disposal
descrizione: Process the Disposal
Aiuto null
File:Asset Disposal - Step2 Asset Disposal - 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 |
Asset | Bene Gestito | Bene Gestito | An asset is either created by purchasing or by delivering a product. An asset can be used internally or be a customer asset. | A_Asset_ID numeric(10) NOT NULL ID |
Disposed Reason Code | Disposed Reason Code | null | null | A_Disposed_Reason character varying(10) NOT NULL List |
Disposal Method | Disposal Method | null | null | A_Disposed_Method character varying(10) NOT NULL List |
Disposed Date | Disposed Date | null | null | A_Disposed_Date timestamp without time zone NOT NULL Date |
Document Date | Data del Documento | Data del documnto | La Data del Documento indica la data in cui il documento è stato generato. Questa data può essere ma non deve essere uguale alla data contabile. | DateDoc timestamp without time zone NOT NULL Date |
Account Date | Data della Registrazione | Data della Registrazione | La Data della Registrazione indica la data delle registrazioni delle giornali generate da questo documento. | DateAcct timestamp without time zone NOT NULL Date |
Period | Periodo | Periodo del Calendario | Il Periodo indica una gamma esclusiva di date per un calendario. | C_Period_ID numeric(10) NOT NULL Table |
Proceeds | Proceeds | null | null | A_Proceeds numeric Amount |
Asset Trade | Asset Trade | null | null | A_Asset_Trade_ID numeric(10) Table |
A_Asset_Disposal | A_Asset_Disposal | null | null | Processing character(1) NOT NULL Button |
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 |