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:
parent
c36b9c436b
commit
fc6e2f6f6a
@ -64,7 +64,7 @@ class DeclarationTVA_PDF
|
|||||||
/**
|
/**
|
||||||
* @var string Template version (major.minor format)
|
* @var string Template version (major.minor format)
|
||||||
*/
|
*/
|
||||||
public $template_version = '30.1';
|
public $template_version = '30.2';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string Template document number
|
* @var string Template document number
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"templates": {
|
"templates": {
|
||||||
"ca3": {
|
"ca3": {
|
||||||
"current_version": "30.1",
|
"current_version": "30.2",
|
||||||
"document_number": "10963*30",
|
"document_number": "10963*30",
|
||||||
"description": "Official CA-3 VAT Declaration Template",
|
"description": "Official CA-3 VAT Declaration Template",
|
||||||
"releases": {
|
"releases": {
|
||||||
@ -16,6 +16,12 @@
|
|||||||
"checksum": "sha256:placeholder_checksum_here",
|
"checksum": "sha256:placeholder_checksum_here",
|
||||||
"release_date": "2025-01-27",
|
"release_date": "2025-01-27",
|
||||||
"description": "CA-3 template version 30.1 (field fixes and improvements)"
|
"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)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user