This commit is contained in:
2026-08-29 21:09:42 +00:00
parent 10448e8b12
commit 85a063c1a7
132 changed files with 4377 additions and 3348 deletions
@@ -10,6 +10,8 @@ import { MatTableModule } from '@angular/material/table';
import { ReceivePaymentItem } from '../../core/receive-payment-item';
import { SettleOptionService } from '../../settle-option/settle-option.service';
import { ErrorStateComponent } from '../../shared/error-state/error-state.component';
import { SkeletonLoaderComponent } from '../../shared/skeleton-loader/skeleton-loader.component';
import { VoucherType } from '../bills/voucher-type';
export interface ReceivePaymentFormData {
@@ -33,6 +35,8 @@ export interface ReceivePaymentFormData {
MatInputModule,
MatTableModule,
FormField,
ErrorStateComponent,
SkeletonLoaderComponent,
],
})
export class ReceivePaymentComponent {