feat: add view doc
This commit is contained in:
parent
1638ac35bb
commit
ab26a52c48
9 changed files with 1181 additions and 4 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue