feat: implement partner licenses module with pagination and filtering capabilities

This commit is contained in:
2026-04-26 09:54:48 +03:30
parent b72e6c7194
commit 34793295c9
24 changed files with 459 additions and 76 deletions
+2
View File
@@ -18,6 +18,7 @@ export class PosService {
select: {
id: true,
name: true,
branch_code: true,
business_activity: {
select: {
id: true,
@@ -72,6 +73,7 @@ export class PosService {
complex: {
id: complexId,
name: complexName,
branch_code: complex.branch_code,
},
businessActivity: {
id: businessId,