add quick add entry.
This commit is contained in:
@@ -13,6 +13,11 @@ public interface IOfferingSessionService
|
||||
Task ReopenAsync(int id);
|
||||
Task ReplaceAsync(int id, CreateOfferingSessionRequest request);
|
||||
|
||||
// ── Mobile offering entry (anonymous, one line at a time) ────────────────
|
||||
Task<OfferingEntrySummaryDto> GetEntrySummaryAsync(DateOnly date);
|
||||
Task<OfferingEntryLineAddedDto> AppendLineAsync(DateOnly date, OfferingGivingLineRequest line);
|
||||
Task<List<MemberTypeaheadDto>> SearchMembersForEntryAsync(string? search, int take);
|
||||
|
||||
Task SaveProofAsync(int id, Stream content, string fileName);
|
||||
Task<(Stream stream, string contentType)?> OpenProofAsync(int id);
|
||||
Task DeleteProofAsync(int id);
|
||||
|
||||
Reference in New Issue
Block a user