FixedAssetRegister constructor
FixedAssetRegister(
- String asset_id,
- String asset_name,
- String status,
- String department,
- String cost_center,
- String vendor_name,
- double gross_purchase_amount,
- double opening_accumulated_depreciation,
- double depreciated_amount,
- String available_for_use_date,
- String location,
- String asset_category,
- String purchase_date,
- double asset_value,
Implementation
FixedAssetRegister(
this.asset_id,
this.asset_name,
this.status,
this.department,
this.cost_center,
this.vendor_name,
this.gross_purchase_amount,
this.opening_accumulated_depreciation,
this.depreciated_amount,
this.available_for_use_date,
this.location,
this.asset_category,
this.purchase_date,
this.asset_value,
);