feat: add rapid invoice configuration module with form, service, and integration

This commit is contained in:
2026-05-23 20:25:35 +03:30
parent 7f07bf53c2
commit 12752f37d5
11 changed files with 108 additions and 13 deletions
@@ -5,6 +5,7 @@ import { Router } from '@angular/router';
import { Message } from 'primeng/message';
import { PosConfigGoldPriceFormComponent } from '../components/goldPrice/form.component';
import { PosConfigPrintFormComponent } from '../components/print/form.component';
import { PosConfigRapidInvoiceFormComponent } from '../components/rapidInvoice/form.component';
@Component({
selector: 'pos-config-page',
@@ -14,6 +15,7 @@ import { PosConfigPrintFormComponent } from '../components/print/form.component'
AppCardComponent,
Message,
PosConfigGoldPriceFormComponent,
PosConfigRapidInvoiceFormComponent,
],
})
export class PosConfigPageComponent {