Skip to content

Implement Trial Balance and Profit and Loss ReportsΒ #22

@DRJTechnology

Description

@DRJTechnology

Create two new financial reports: Trial Balance and Profit and Loss. Use the current Balance Sheet report as a reference for implementation.

Reference for current implementation:

  • C:\DRJ_Development\GitHub\DRJTechnology\StockManagement\StockManagement.Database\finance\Stored Procedures\Report_BalanceSheet.sql
  • C:\DRJ_Development\GitHub\DRJTechnology\StockManagement\StockManagement.Models\Dto\Finance\BalanceSheetDto.cs
  • \GitHub\DRJTechnology\StockManagement\StockManagement.Repositories\ReportRepository.cs
  • \GitHub\DRJTechnology\StockManagement\StockManagement.Services\ReportService.cs
  • \GitHub\DRJTechnology\StockManagement\StockManagement.Client\Services\ReportDataService.cs
  • \GitHub\DRJTechnology\StockManagement\StockManagement.Client\Pages\Finance\BalanceSheetReport.razor
  • \GitHub\DRJTechnology\StockManagement\StockManagement.Client\Pages\Finance\BalanceSheetReport.razor.cs

Requirements:

  • Trial Balance report
  • Profit and Loss report

These new reports should follow similar data extraction and formatting patterns as the existing Balance Sheet report, referencing all applicable Balance Sheet files in the solution.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions