Invoice and clearance seal approval

This commit is contained in:
hagiye
2026-06-27 01:22:14 +03:00
parent b2b668a392
commit 29bdf68742
3 changed files with 22 additions and 13 deletions

View File

@@ -112,12 +112,12 @@ export class WarehouseReleaseDocumentService {
.join('\n');
const stream = [
this.lineOp(48, 752, 548, 752),
this.circularSealOps(470, 690),
body,
this.lineOp(48, 126, 238, 126, '0 0 0'),
this.textOp('Authorized warehouse officer name / signature / date', 48, 110, 9, 'F1'),
this.lineOp(312, 126, 548, 126, '0 0 0'),
this.textOp('Customer or driver name / signature / date', 312, 110, 9, 'F1'),
this.circularSealOps(184, 154),
this.lineOp(48, 92, 278, 92, '0 0 0'),
this.textOp('Officer in charge name / signature / date', 48, 76, 9, 'F1'),
this.lineOp(326, 92, 548, 92, '0 0 0'),
this.textOp('Customer or driver name / signature / date', 326, 76, 9, 'F1'),
this.textOp('OFFICIAL WAREHOUSE GATE CLEARANCE DOCUMENT', 145, 52, 9, 'F2', '0.08 0.32 0.18'),
].join('\n');