Ubuntu Manpages

LedgerSMB::DBObject::Asset

LedgerSMB Base Class for Fixed Assets

This library contains the base utility functions for creating, saving, and retrieving fixed assets for depreciation

Unique id number of asset.
Text description of asset.
Arbitrary tag identifier, unique for current, non-disposed assets.
Numeric representation of purchase value.
Numeric representation of estimated salvage value.
Numeric representation of estimated usable life.
Date item was purchase
Date item is put into service, when depreciation should start. If unknown we use the purchase_date instead.
ID of business location where asset is stored.
ID of department where asset is stored
ID of purchasing invoice
ID of account to store asset value
ID of account to store cumulative depreciation
ID of account to store expense when disposed of.
Obsolete by other asset id. Undef if active, otherwise the id of the active asset that replaces this. Used for partial depreciation.
ID of asset class.

Uses standard properties

Saves the asset item to the database

Sets any properties set by the database that were not in the original object, usually ID (if no match to current ID or if ID was undef).

Parses a csv file. Sets $self->{import_entries} to an arrayref where each member is an arrayref of fields. It is up to the workflow script to handle these entries.

Header information is set to $self->{import_header}.

Gets a fixed asset, sets all standard properties. The id property must be set.
Searches for asset_items matching criteria. Sets $self->{search_results} to the result.

Search criteria set by the following properties: * id * asset_class * description * tag * purchase_date * purchase_value * usable_life * salvage_value * start_depreciation * warehouse_id * department_id * invoice_id * asset_account_id * dep_account_id

Tag and description are partial matches. All other matches are exact. Undef matches all values.

Saves a note. Uses the following properties:

* id * subject * note

Sets the following:

* asset_classes: List of all asset classes * locations: List of all warehouses/locations * deprtments: List of all departments * asset_accounts: List of all asset accounts * dep_accounts: List of all depreciation accounts * exp_accounts: List of all expense accounts

Returns next tag number

Sets $self->{tag} to that value.

Uses standard properties. Saves record in import report for batch review and creation.

This file is licensed under the Gnu General Public License version 2, or at your option any later version. A copy of the license should have been included with your software.