task-p.7.1.1

This commit is contained in:
phaichayon
2026-06-30 20:42:28 +07:00
parent e5766ea311
commit 8feaee61cb
29 changed files with 2673 additions and 875 deletions

View File

@@ -1,13 +1,13 @@
{
"audit": "payload-parity",
"overallStatus": "PASS",
"quotationCode": "CRA2606-1107",
"previewHash": "dd0c565a00c6161d66e3286380ca41eec17a2eee1f183236644733141cd6c1e6",
"generationHash": "dd0c565a00c6161d66e3286380ca41eec17a2eee1f183236644733141cd6c1e6",
"snapshotHash": "dd0c565a00c6161d66e3286380ca41eec17a2eee1f183236644733141cd6c1e6",
"quotationCode": "CRA2606-1121",
"previewHash": "f50ad995d51a33c5ae169f788591f9efe6e70b7a4f96d6861b549b0c6f71cd2e",
"generationHash": "f50ad995d51a33c5ae169f788591f9efe6e70b7a4f96d6861b549b0c6f71cd2e",
"snapshotHash": "f50ad995d51a33c5ae169f788591f9efe6e70b7a4f96d6861b549b0c6f71cd2e",
"mismatches": [],
"comparableFieldCount": 31,
"topicInputKeyCount": 6,
"comparableFieldCount": 25,
"topicInputKeyCount": 0,
"signatureParity": true,
"priceTableParity": true,
"priceTableRowCount": 1,

File diff suppressed because it is too large Load Diff

View File

@@ -1,14 +1,14 @@
{
"audit": "approved-snapshot-parity",
"overallStatus": "PASS",
"quotationCode": "CRA2606-1107",
"quotationCode": "CRA2606-1121",
"approvedSnapshotAvailable": true,
"approvedTemplateVersionId": "adf930b4-3d63-4ee1-bec9-3e82854ca406",
"computedTemplateVersionId": "adf930b4-3d63-4ee1-bec9-3e82854ca406",
"inconsistentTemplateKeys": [],
"computedSignatureHash": "4106a8d9883d207231103e13f29aff692e6ad1d81a0e61cb26cea7ceea73e3b8",
"storedSignatureHash": "4106a8d9883d207231103e13f29aff692e6ad1d81a0e61cb26cea7ceea73e3b8",
"approvedArtifactReference": "artifact:6dfd7a74-8e9a-48ad-a4fe-dbb520edf581",
"computedSignatureHash": "ef7a8fc3429f1c5b5a74ac0452d3de809558842f5431d0d5b02122980a286117",
"storedSignatureHash": "ef7a8fc3429f1c5b5a74ac0452d3de809558842f5431d0d5b02122980a286117",
"approvedArtifactReference": null,
"refreshedFixtureSnapshot": true,
"usedAuditFixture": false
}

View File

@@ -1,7 +1,7 @@
{
"generatedAt": "2026-06-30T09:16:22.613Z",
"overallStatus": "PASS",
"quotationCode": "CRA2606-1107",
"generatedAt": "2026-06-30T13:14:19.935Z",
"overallStatus": "FAIL",
"quotationCode": "CRA2606-1121",
"artifacts": {
"templateVersionReport": "template-version-report.json",
"placeholderIntegrityReport": "placeholder-integrity-report.json",
@@ -11,11 +11,11 @@
"signatureAuditReport": "signature-audit-report.json"
},
"statuses": {
"templateVersion": "PASS",
"templateVersion": "FAIL",
"placeholderIntegrity": "PASS",
"runtimePayload": "PASS",
"payloadParity": "PASS",
"topicRuntime": "PASS",
"topicRuntime": "FAIL",
"approvedSnapshotParity": "PASS",
"staticLabels": "PASS"
},

View File

@@ -1,16 +1,16 @@
# PDF Integrity Summary
- Generated At: 2026-06-30T09:16:22.613Z
- Overall Status: PASS
- Quotation Code: CRA2606-1107
- Generated At: 2026-06-30T13:14:19.935Z
- Overall Status: FAIL
- Quotation Code: CRA2606-1121
## Statuses
- Template Version Integrity: PASS
- Template Version Integrity: FAIL
- Placeholder Integrity: PASS
- Runtime Payload: PASS
- Payload Parity: PASS
- Topic Runtime: PASS
- Topic Runtime: FAIL
- Approved Snapshot Parity: PASS
- Static Labels: PASS
- Price Table Present: Yes

View File

@@ -1,9 +1,21 @@
{
"audit": "template-version-integrity",
"overallStatus": "PASS",
"overallStatus": "FAIL",
"activeTemplateCount": 1,
"quotationCode": "CRA2606-1107",
"quotationCode": "CRA2606-1121",
"approvedTemplateVersionId": null,
"approvedTemplateVersionIsActive": false,
"issues": []
"issues": [
{
"kind": "ACTIVE_VERSION_SCHEMA_DRIFT",
"message": "Active template version does not match source JSON for ALLA Demo Organization Quotation Standard.",
"context": {
"templateId": "83928eee-0b3b-4dcb-9756-726dc2337e6c",
"organizationName": "ALLA Demo Organization",
"activeVersionId": "adf930b4-3d63-4ee1-bec9-3e82854ca406",
"activeVersion": "1.0",
"sourceFile": "src/pdfme_template/ALLA_template_pdfme_fainal3.json"
}
}
]
}

View File

@@ -1,18 +1,10 @@
{
"audit": "topic-runtime",
"overallStatus": "PASS",
"quotationCode": "CRA2606-1107",
"topicCount": 3,
"topicInputKeys": [
"topic_1_0",
"topic_1_1",
"topic_1_2"
],
"itemTopicInputKeys": [
"item_topic_1_0",
"item_topic_1_1",
"item_topic_1_2"
],
"overallStatus": "FAIL",
"quotationCode": "CRA2606-1121",
"topicCount": 0,
"topicInputKeys": [],
"itemTopicInputKeys": [],
"duplicateKeys": [],
"emptySections": []
}