Update template to version 30.2

- Bump template version from 30.1 to 30.2
- Update manifest.json with new version 30.2
- Add release entry for corrected template
- Template now includes proper field positioning
- Other installations will auto-update to version 30.2
This commit is contained in:
Frank Cools 2025-10-08 01:39:39 +02:00
parent c36b9c436b
commit fc6e2f6f6a
3 changed files with 8 additions and 2 deletions

View File

@ -64,7 +64,7 @@ class DeclarationTVA_PDF
/**
* @var string Template version (major.minor format)
*/
public $template_version = '30.1';
public $template_version = '30.2';
/**
* @var string Template document number

View File

@ -1,7 +1,7 @@
{
"templates": {
"ca3": {
"current_version": "30.1",
"current_version": "30.2",
"document_number": "10963*30",
"description": "Official CA-3 VAT Declaration Template",
"releases": {
@ -16,6 +16,12 @@
"checksum": "sha256:placeholder_checksum_here",
"release_date": "2025-01-27",
"description": "CA-3 template version 30.1 (field fixes and improvements)"
},
"30.2": {
"download_url": "https://git.covago.com/frank/DeclarationTVA/raw/branch/main/templates/declarationtva/ca3_official_template.pdf",
"checksum": "sha256:placeholder_checksum_here",
"release_date": "2025-01-27",
"description": "CA-3 template version 30.2 (corrected template with proper field positioning)"
}
}
}