🧮 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
- ValuationCalculation - Implements various valuation methodologies
- ReportingServices - Generates reports for financial and asset management purposes
- ImportExport - Handles data import and export operations
- RefreshJobDataService - Updates calculated values for assets
- And more...
For a complete list of services, see the Services Inventory.
Service Organization
The services are organized by functional area:
-
Valuation Processing
- ValuationCalculation
- RefreshJobDataService
- RevalidateService
-
Data Management
- ImportExport
- ImportJobService
- JobOperation
-
Reporting
- ReportingServices
- ReportCalculationService
Refer to the individual service documentation for detailed implementation information.