5ee03cf761
Production CI / validate-and-build (push) Failing after 1m1s
- Updated return form instructions for clarity. - Refined labels in sale invoice info card for consistency. - Enhanced sale invoice view with a correction payment dialog for increased user interaction. - Improved invoice print preparation utility for better data handling. - Adjusted paginator component for first and last page navigation. - Modified layout styles for better responsiveness and user experience. - Updated environment configurations for different setups.
12 lines
498 B
HTML
12 lines
498 B
HTML
<div class="flex flex-col gap-4">
|
|
<app-card-data cardTitle="اطلاعات کاربری" [editable]="false" [(editMode)]="editMode">
|
|
<div class="flex flex-col gap-4">
|
|
<div class="listKeyValue">
|
|
<app-key-value label="نام کاربری" [value]="account()?.account?.username" />
|
|
<app-key-value label="نقش" [value]="account()?.role" />
|
|
<app-key-value label="وضعیت" [value]="account()?.account?.status" />
|
|
</div>
|
|
</div>
|
|
</app-card-data>
|
|
</div>
|