2026-06-09 13:31:48 +03:30
|
|
|
<div class="min-h-dvh p-4">
|
2026-06-11 16:13:48 +03:30
|
|
|
<p-card class="mb-4">
|
|
|
|
|
<div class="flex items-center justify-between">
|
|
|
|
|
<span class="text-lg font-bold">صورتحساب شماره {{ invoice()?.invoice_number }}</span>
|
|
|
|
|
<button pButton type="button" icon="pi pi-share-alt" outlined (onClick)="share()"></button>
|
|
|
|
|
</div>
|
|
|
|
|
</p-card>
|
|
|
|
|
<shared-sale-invoice-single-info-card [loading]="loading()" [invoice]="invoice()" />
|
2026-05-21 21:35:34 +03:30
|
|
|
</div>
|