DeclarationTVA/templates/manifest.json
Frank Cools fa4c3b6317 Update manifest to point to existing custom template
- Fix manifest download URL to point to ca3_custom_template.pdf
- Enable online template updates with existing template file
- Resolve template download issues for other installations
2025-10-08 01:02:59 +02:00

23 lines
672 B
JSON

{
"templates": {
"ca3": {
"current_version": "30",
"document_number": "10963*30",
"description": "Official CA-3 VAT Declaration Template",
"releases": {
"30": {
"download_url": "https://git.covago.com/frank/DeclarationTVA/raw/branch/main/templates/declarationtva/ca3_custom_template.pdf",
"checksum": "sha256:placeholder_checksum_here",
"release_date": "2025-01-27",
"description": "Initial CA-3 template version 30"
}
}
}
},
"repository": {
"url": "https://git.covago.com/frank/DeclarationTVA",
"maintainer": "Frank Cools",
"last_updated": "2025-01-27"
}
}