From e9d9d7e5fca2dfb234c410c45d2fe9ddd28463cc Mon Sep 17 00:00:00 2001 From: Frank Cools Date: Thu, 2 Oct 2025 23:53:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20VERSION=20BUMP:=201.0.0=20?= =?UTF-8?q?=E2=86=92=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Major milestone release with complete CA-3 declaration functionality: - Full French VAT declaration system (Notice 4722 - 3310-CA3-SD) - Advanced multi-account configuration with search & filtering - Intelligent calculation engine with VAT rounding - Professional UI with clickable lines & account breakdowns - Visual enhancements with calculated line highlighting - Production-ready Dolibarr integration - Bilingual support (French/English) This represents a complete, feature-rich VAT declaration module ready for production use. --- TASK.md | 4 ++-- core/modules/modDeclarationTVA.class.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TASK.md b/TASK.md index f521d0d..08d30f0 100644 --- a/TASK.md +++ b/TASK.md @@ -649,11 +649,11 @@ - **Estimated**: 10 hours - **Dependencies**: Task 9.4.1 -## 🎉 MILESTONE: MVP COMPLETE (Version 1.0.0) ✅ +## 🎉 MILESTONE: MVP COMPLETE (Version 2.0.0) ✅ **Date**: 2025-01-27 **Status**: MVP RELEASED -**Version**: 1.0.0 +**Version**: 2.0.0 ### ✅ **Core Features Delivered** diff --git a/core/modules/modDeclarationTVA.class.php b/core/modules/modDeclarationTVA.class.php index 024fc63..2aff0fb 100644 --- a/core/modules/modDeclarationTVA.class.php +++ b/core/modules/modDeclarationTVA.class.php @@ -76,7 +76,7 @@ class modDeclarationTVA extends DolibarrModules $this->editor_squarred_logo = ''; // Must be image filename into the module/img directory followed with @modulename. Example: 'myimage.png@declarationtva' // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated', 'experimental_deprecated' or a version string like 'x.y.z' - $this->version = '1.0.0'; + $this->version = '2.0.0'; // Url to the file with your last numberversion of this module //$this->url_last_version = 'http://www.example.com/versionmodule.txt';