feat(web): map expense categories to Form 990 lines in the category admin page
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export interface Form990ExpenseLineDto {
|
||||
id: number;
|
||||
lineCode: string;
|
||||
name_en: string;
|
||||
name_zh: string | null;
|
||||
sortOrder: number;
|
||||
label?: string; // bilingual "code — name", filled by service
|
||||
}
|
||||
Reference in New Issue
Block a user