feat(1099): add Form1099ReportService cash-basis annual aggregation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using ROLAC.API.DTOs.Finance;
|
||||
namespace ROLAC.API.Services;
|
||||
|
||||
public interface IForm1099ReportService
|
||||
{
|
||||
Task<List<Form1099BoxDto>> GetBoxesAsync();
|
||||
Task<Form1099SummaryDto> GetAnnualSummaryAsync(int taxYear);
|
||||
Task<Form1099RecipientDetailDto?> GetRecipientDetailAsync(int payeeId, int taxYear);
|
||||
}
|
||||
Reference in New Issue
Block a user