부가세 신고 세금 계산서 리스트 및 상세, 필터, 캘린더 컴포넌트 month 형 추가

This commit is contained in:
focp212@naver.com
2025-09-25 18:02:04 +09:00
parent d5c12f4b69
commit b9bca08cdb
10 changed files with 457 additions and 182 deletions

View File

@@ -1,9 +1,3 @@
import {
BillingPaymentMethod,
BillingProcessResult,
BillingRequestStatus
} from '@/entities/transaction/model/types';
export enum SuccessResult {
SUCCESS = 'SUCCESS',
FAIL = 'FAIL'
@@ -14,6 +8,12 @@ export enum FilterDateOptions {
Month = 'Month',
Input = 'Input'
};
export enum FilterMonthOptions {
Month1 = 'Month1',
Month2 = 'Month2',
Month3 = 'Month3',
Input = 'Input'
};
export enum CalendarType {
Start = 'Start',
End = 'End',