This commit is contained in:
Chris Chen
2026-06-20 15:13:23 -07:00
parent b6c50a38aa
commit f55807fa7d
32 changed files with 866 additions and 18 deletions
@@ -101,6 +101,7 @@ export interface OfferingSessionDto {
systemTotal: number;
difference: number;
notes: string | null;
hasProof: boolean;
givings: OfferingGivingLineDto[];
}
export interface OfferingSessionListItemDto {
@@ -112,6 +113,7 @@ export interface OfferingSessionListItemDto {
systemTotal: number;
difference: number;
lineCount: number;
hasProof: boolean;
}
/** A row held in the client-side batch buffer before submit. */