🚀 VERSION BUMP: 1.0.0 → 2.0.0
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.
This commit is contained in:
parent
a83648fe15
commit
e9d9d7e5fc
4
TASK.md
4
TASK.md
@ -649,11 +649,11 @@
|
|||||||
- **Estimated**: 10 hours
|
- **Estimated**: 10 hours
|
||||||
- **Dependencies**: Task 9.4.1
|
- **Dependencies**: Task 9.4.1
|
||||||
|
|
||||||
## 🎉 MILESTONE: MVP COMPLETE (Version 1.0.0) ✅
|
## 🎉 MILESTONE: MVP COMPLETE (Version 2.0.0) ✅
|
||||||
|
|
||||||
**Date**: 2025-01-27
|
**Date**: 2025-01-27
|
||||||
**Status**: MVP RELEASED
|
**Status**: MVP RELEASED
|
||||||
**Version**: 1.0.0
|
**Version**: 2.0.0
|
||||||
|
|
||||||
### ✅ **Core Features Delivered**
|
### ✅ **Core Features Delivered**
|
||||||
|
|
||||||
|
|||||||
@ -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'
|
$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'
|
// 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
|
// Url to the file with your last numberversion of this module
|
||||||
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
|
//$this->url_last_version = 'http://www.example.com/versionmodule.txt';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user