task-h.5.3

This commit is contained in:
phaichayon
2026-06-19 17:15:28 +07:00
parent fd01ebf7c7
commit 51d67ef7c2
35 changed files with 4301 additions and 633 deletions

View File

@@ -2,11 +2,14 @@
"audit": "payload-parity",
"overallStatus": "PASS",
"quotationCode": "QT-H5-AUDIT",
"previewHash": "3ce9c3ff95ca5b360bf4430089450322b6dc2b52c0ae44de6cb17aeaf9e05844",
"generationHash": "3ce9c3ff95ca5b360bf4430089450322b6dc2b52c0ae44de6cb17aeaf9e05844",
"snapshotHash": "3ce9c3ff95ca5b360bf4430089450322b6dc2b52c0ae44de6cb17aeaf9e05844",
"previewHash": "1914aaab07b562d967c63d9f3bdea6d44b583e4aac39ea590d08e49975391675",
"generationHash": "1914aaab07b562d967c63d9f3bdea6d44b583e4aac39ea590d08e49975391675",
"snapshotHash": "1914aaab07b562d967c63d9f3bdea6d44b583e4aac39ea590d08e49975391675",
"mismatches": [],
"comparableFieldCount": 31,
"comparableFieldCount": 35,
"topicInputKeyCount": 10,
"signatureParity": true
"signatureParity": true,
"priceTableParity": true,
"priceTableRowCount": 1,
"priceTableCurrency": "THB"
}

View File

@@ -5,7 +5,7 @@
{
"templateName": "ALLA Quotation Standard",
"organizationId": "2330c067-2737-4443-bd6e-ccb8a6cf856b",
"version": "1.0",
"version": "1.1",
"duplicateFieldNames": [],
"typoFields": [],
"unmappedPlaceholders": [],
@@ -17,7 +17,7 @@
{
"templateName": "ONVALLA Quotation Standard",
"organizationId": "8cd23975-e199-4ed0-85a9-8cbd01c810d2",
"version": "1.0",
"version": "1.1",
"duplicateFieldNames": [],
"typoFields": [],
"unmappedPlaceholders": [],

File diff suppressed because it is too large Load Diff

View File

@@ -1,12 +1,13 @@
{
"audit": "approved-snapshot-parity",
"overallStatus": "WARNING",
"overallStatus": "PASS",
"quotationCode": "QT-H5-AUDIT",
"approvedSnapshotAvailable": false,
"approvedTemplateVersionId": null,
"computedTemplateVersionId": "4ac3e91c-8320-4f41-81cd-5068cc9b5768",
"approvedSnapshotAvailable": true,
"approvedTemplateVersionId": "bd6713d5-a731-482f-a5bb-0dea9d766301",
"computedTemplateVersionId": "bd6713d5-a731-482f-a5bb-0dea9d766301",
"inconsistentTemplateKeys": [],
"computedSignatureHash": "39e2c42458c8b08b4299dc3136c9812c311ae7886df91078f4c9ae6e87bdcc00",
"storedSignatureHash": null,
"approvedArtifactReference": null
"storedSignatureHash": "39e2c42458c8b08b4299dc3136c9812c311ae7886df91078f4c9ae6e87bdcc00",
"approvedArtifactReference": "artifact:a1fd951d-f0b4-4e5b-be88-073596b3829d",
"refreshedFixtureSnapshot": false
}

View File

@@ -1,10 +1,11 @@
{
"generatedAt": "2026-06-19T07:45:01.927Z",
"overallStatus": "WARNING",
"generatedAt": "2026-06-19T10:12:54.977Z",
"overallStatus": "PASS",
"quotationCode": "QT-H5-AUDIT",
"artifacts": {
"templateVersionReport": "template-version-report.json",
"placeholderIntegrityReport": "placeholder-integrity-report.json",
"runtimePayloadReport": "runtime-payload-report.json",
"payloadParityReport": "payload-parity-report.json",
"topicRuntimeReport": "topic-runtime-report.json",
"signatureAuditReport": "signature-audit-report.json"
@@ -12,8 +13,16 @@
"statuses": {
"templateVersion": "PASS",
"placeholderIntegrity": "PASS",
"runtimePayload": "PASS",
"payloadParity": "PASS",
"topicRuntime": "PASS",
"approvedSnapshotParity": "WARNING"
"approvedSnapshotParity": "PASS",
"staticLabels": "PASS"
},
"priceTable": {
"present": true,
"rowCount": 1,
"parity": true,
"status": "PASS"
}
}

View File

@@ -1,21 +1,27 @@
# PDF Integrity Summary
- Generated At: 2026-06-19T07:45:01.927Z
- Overall Status: WARNING
- Generated At: 2026-06-19T10:12:54.977Z
- Overall Status: PASS
- Quotation Code: QT-H5-AUDIT
## Statuses
- Template Version Integrity: PASS
- Placeholder Integrity: PASS
- Runtime Payload: PASS
- Payload Parity: PASS
- Topic Runtime: PASS
- Approved Snapshot Parity: WARNING
- Approved Snapshot Parity: PASS
- Static Labels: PASS
- Price Table Present: Yes
- Price Table Status: PASS
- Price Table Parity: Yes
## Artifact Files
- template-version-report.json
- placeholder-integrity-report.json
- runtime-payload-report.json
- payload-parity-report.json
- topic-runtime-report.json
- signature-audit-report.json

View File

@@ -3,6 +3,7 @@
"overallStatus": "PASS",
"activeTemplateCount": 2,
"quotationCode": "QT-H5-AUDIT",
"approvedTemplateVersionId": null,
"approvedTemplateVersionId": "bd6713d5-a731-482f-a5bb-0dea9d766301",
"approvedTemplateVersionIsActive": true,
"issues": []
}