Template:Post Imported Assets (finestra ID-53056 V1.0.0)
finestra: Post Imported Assets
descrizione: Import Fixed Assets
Aiuto: The Import Asset window allow the user to import assets to Adempiere
TAB: Import Assets Setup
descrizione: Review Fixed before Import
Aiuto null
File:Post Imported Assets - Import Assets Setup - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Asset | Asset | null | null | I_Asset_ID numeric(10) NOT NULL ID |
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) ID |
Asset ID | Asset ID | null | null | A_Parent_Asset_ID numeric(10) Integer |
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) 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) String |
Description | Descrizione | Una descrizione corta opzionale del record | La descrizione è limitata ad essere meno di 255 carratteri. | Description character varying(510) 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) 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(20) 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(20) String |
Original Qty | Original Qty | null | null | A_QTY_Original numeric(10) Integer |
Quantity | Quantity | null | null | A_QTY_Current numeric(10) Integer |
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) 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) 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) 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) Integer |
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) Yes-No |
Fully depreciated | Interamente svautato | null | The asset costs are fully amortized. | IsFullyDepreciated character(1) 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(10) Integer |
Use units | Utilizzare unità | Unità correntemente usate del conto | null | UseUnits numeric(10) 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) Yes-No |
Asset Disposal Date | Data di Cessione del Bene | Data in cui il Bene è/è stato ceduto | null | AssetDisposalDate timestamp without time zone Date |
Processed | Elaborato | null | The Processed checkbox indicates that a document has been processed. | Processed character(1) Yes-No |
Imported | Importato | null | The Imported check box indicates if this import has been processed. | I_IsImported character(1) Yes-No |
Import Error Message | Importazione Messaggio d'Errore | null | The Import Error Message displays any error messages generated during the import process. | I_ErrorMsg character varying(2000) String |
Import Asset | Import Asset | Imports Asset from a file into the application | Import Asset will bring a file of Asset in a predefined format into the application.
The Parameters are default values for null import record values they do not overwrite any data. |
Processing character(1) Button |
TAB: Import Accounting Setup
descrizione: Review Fixed before Import
Aiuto null
File:Post Imported Assets - Import Accounting Setup - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Asset | Asset | null | null | I_Asset_ID numeric(10) NOT NULL ID |
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 |
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) 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) ID |
PostingType | Tipo registrazione | null | The Posting Type indicates the type of amount (Actual, Encumbrance, Budget) this journal updated. | PostingType character varying(10) List |
Period Start | Period Start | null | null | A_Period_Start numeric(10) Integer |
Period End | Period End | null | null | A_Period_End numeric(10) Integer |
DepreciationType | DepreciationType | null | null | DepreciationType character varying(10) Table |
Depreciation Manual Amount | Depreciation Manual Amount | null | null | A_Depreciation_Manual_Amount numeric Amount |
Depreciation Table Header | Depreciation Table Header | null | null | A_Depreciation_Table_Header_ID numeric(10) Table |
Depreciation Manual Period | Depreciation Manual Period | null | null | A_Depreciation_Manual_Period character varying(2) List |
Depreciation Variable Perc. | Depreciation Variable Perc. | null | null | A_Depreciation_Variable_Perc numeric Number |
Asset Spread Type | Asset Spread Type | null | null | A_Asset_Spread_Type character varying(10) Table |
Depreciation Calculation Type | Depreciation Calculation Type | null | null | A_Depreciation_Calc_Type character varying(10) Table |
ConventionType | ConventionType | null | null | ConventionType character varying(10) Table |
Salvage Value | Salvage Value | null | null | A_Salvage_Value numeric Amount |
Split Percentage | Split Percentage | null | null | A_Split_Percent numeric Number |
Asset Cost Account | Asset Cost Account | null | null | A_Asset_Acct numeric(10) Account |
Accumulated Depreciation | Accumulated Depreciation | null | null | A_Accumdepreciation_Acct numeric(10) Account |
Depreciation Expense Account | Depreciation Expense Account | null | null | A_Depreciation_Acct numeric(10) Account |
Disposal Revenue | Disposal Revenue | null | null | A_Disposal_Revenue character varying(22) Account |
Loss on Disposal | Loss on Disposal | null | null | A_Disposal_Loss character varying(22) Account |
Revaluation Calculation Method | Revaluation Calculation Method | null | null | A_Reval_Cal_Method character varying(3) List |
Revaluation Cost Offset for Current Year | Revaluation Cost Offset for Current Year | null | null | A_Reval_Cost_Offset character varying(22) Account |
Revaluation Cost Offset for Prior Year | Revaluation Cost Offset for Prior Year | null | null | A_Reval_Cost_Offset_Prior character varying(22) Account |
Revaluation Accumulated Depreciation Offset for Current Year | Revaluation Accumulated Depreciation Offset for Current Year | null | null | A_Reval_Accumdep_Offset_Cur character varying(22) Account |
Revaluation Accumulated Depreciation Offset for Prior Year | Revaluation Accumulated Depreciation Offset for Prior Year | null | null | A_Reval_Accumdep_Offset_Prior character varying(22) Account |
Revaluation Expense Offs | Revaluation Expense Offs | null | null | A_Reval_Depexp_Offset character varying(22) Account |
TAB: Import Asset Balances
descrizione: Review Fixed before Import
Aiuto null
File:Post Imported Assets - Import Asset Balances - finestra (iDempiere 1.0.0).png
nome | nome | descrizione | Aiuto | specificazioni |
---|---|---|---|---|
Asset | Asset | null | null | I_Asset_ID numeric(10) NOT NULL ID |
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) ID |
PostingType | Tipo registrazione | null | The Posting Type indicates the type of amount (Actual, Encumbrance, Budget) this journal updated. | PostingType character varying(10) List |
Asset Cost | Asset Cost | null | null | A_Asset_Cost numeric Amount |
Accumulated Depreciation | Accumulated Depreciation | null | null | A_Accumulated_Depr numeric Amount |
Market value Amount | Importo valore di mercato | null | For reporting, the market value of the asset | AssetMarketValueAmt numeric Amount |
Period Posted | Period Posted | null | null | A_Period_Posted numeric(10) Integer |
A_Life_Period | A_Life_Period | null | null | A_Life_Period numeric(10) Integer |