Files
psp_panel/src/app/domains/partner/modules/accounts/views/single.component.html
T
ahasani 5ee03cf761
Production CI / validate-and-build (push) Failing after 1m1s
feat: update invoice components and add correction payment dialog
- 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.
2026-06-14 16:33:51 +03:30

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>