update saleinvoice single and create return from sale form, update agent.md file,

This commit is contained in:
2026-06-01 13:53:42 +03:30
parent c271a36f7e
commit d44004d555
25 changed files with 562 additions and 199 deletions
@@ -42,10 +42,10 @@
<ng-template #labelSuffix>
<p-selectButton
[options]="discountTypeItems"
[(ngModel)]="discountType"
[(ngModel)]="form.controls.payload.controls.discount_type.value"
[allowEmpty]="false"
optionLabel="label"
optionValue="value"
optionLabel="name"
optionValue="id"
(onChange)="changeDiscountCalculation($event)" />
</ng-template>
</app-amount-percentage-input>