mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 20:05:41 +00:00
Invoice and clearance seal approval
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user