Skip to main content

🧮 Asset Valuer Pro - Services Documentation

⚠️ Important Note:
This directory contains documentation about the business services used in Asset Valuer Pro. The actual source code is maintained in a separate repository and is not included in this documentation repository.

Overview

This directory contains documentation for the business logic services that implement the core functionality of the Asset Valuer Pro system. These services handle complex operations such as valuation calculations, data import/export, and report generation.

Available Service Documentation

For a complete list of services, see the Services Inventory.

Service Organization

The services are organized by functional area:

  1. Valuation Processing

    • ValuationCalculation
    • RefreshJobDataService
    • RevalidateService
  2. Data Management

    • ImportExport
    • ImportJobService
    • JobOperation
  3. Reporting

    • ReportingServices
    • ReportCalculationService

Refer to the individual service documentation for detailed implementation information.