FixedAssetRegister constructor

FixedAssetRegister(
  1. String asset_id,
  2. String asset_name,
  3. String status,
  4. String department,
  5. String cost_center,
  6. String vendor_name,
  7. double gross_purchase_amount,
  8. double opening_accumulated_depreciation,
  9. double depreciated_amount,
  10. String available_for_use_date,
  11. String location,
  12. String asset_category,
  13. String purchase_date,
  14. 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,
);