2026-03-10 13:36:45 +03:30
|
|
|
<!-- @if (showPaymentForm()) {
|
2025-12-30 21:03:39 +03:30
|
|
|
<app-supplier-invoice-pay-form
|
|
|
|
|
[(visible)]="showPaymentForm"
|
|
|
|
|
[debtAmount]="purchaseReceipt.totalAmount"
|
|
|
|
|
[supplierId]="purchaseReceipt.supplierId.toString()"
|
|
|
|
|
[inventoryId]="purchaseReceipt.inventoryId.toString()"
|
|
|
|
|
[invoiceId]="purchaseReceipt.id.toString()"
|
2026-01-04 13:45:45 +03:30
|
|
|
(onSubmit)="submitted()"
|
2025-12-30 21:03:39 +03:30
|
|
|
/>
|
2026-03-10 13:36:45 +03:30
|
|
|
} -->
|