feat: add view doc

This commit is contained in:
Thanaphon Frappet 2025-01-24 15:14:46 +07:00
parent 1638ac35bb
commit ab26a52c48
9 changed files with 1181 additions and 4 deletions

View file

@ -5,7 +5,6 @@ import { CreatedBy } from '../types';
export type CreditNotePayload = {
quotationId: string;
requestWorkId: string[];
remark?: string;
reason: string;
detail: string;
paybackType: 'BankTransfer' | 'Cash';
@ -23,7 +22,6 @@ export type CreditNote = {
quotationId: string;
quotation: QuotationFull;
requestWork: RequestWork[];
remark?: string;
reason: string;
detail: string;
paybackType: 'BankTransfer' | 'Cash';