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

12 lines
348 B
HTML
Raw Normal View History

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