Files
psp_panel/src/app/domains/pos/modules/saleInvoices/views/single.component.html
T

16 lines
522 B
HTML

<shared-sale-invoice-single-view
[loading]="loading()"
[invoice]="invoice()"
[backRoute]="backRoute()"
[sendToTspLoading]="sendToTspLoading()"
[inquiryLoading]="inquiryLoading()"
[resendToTspLoading]="resendToTspLoading()"
[correctionLoading]="correctionLoading()"
[returnFromSaleLoading]="backFromSaleLoading()"
(onSendToTsp)="sendToTsp()"
(onResendToTsp)="resendToTsp()"
(onInquiry)="inquiry()"
(onCorrection)="correction($event)"
(onReturnFromSale)="returnFromSale($event)"
variant="pos" />