feat: implement inquiry, send, retry, and revoke actions for sales invoices; enhance query constants and service structure

This commit is contained in:
2026-05-10 19:56:05 +03:30
parent 9a76880b1d
commit 5e6bd33cdd
8 changed files with 175 additions and 297 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export function getPrismaOptions(): any {
} else {
options.log = [
{ emit: 'stdout', level: 'query' },
{ emit: 'stdout', level: 'info' },
// { emit: 'stdout', level: 'info' },
{ emit: 'stdout', level: 'warn' },
{ emit: 'stdout', level: 'error' },
]