Commit Graph

355 Commits

Author SHA1 Message Date
a48cfc18a8 Add official CA-3 form structure (n° 3310-CA3-SD) with precise line mappings
Official CA-3 Form Lines:
- Section A: Opérations imposables (A1, A2, B1-B4)
  - A1: Base HT of taxable operations
  - A2: Special operations (asset sales, self-deliveries)
  - B1-B4: Rate breakdowns (20%, 10%, 5.5%, 2.1%) with base + tax
- Section B: TVA due (Line 17)
  - Intra-EU acquisitions autoliquidation
- Section C: TVA déductible (Lines 20, 21)
  - Line 20: Capital goods VAT
  - Line 21: Operating expenses VAT
- Section D: Résultat (Lines 22, 28, 29)
  - Line 22: VAT credit to carry forward
  - Line 28: Net VAT to pay
  - Line 29: VAT credit amount

Enhanced Features:
- Detailed account breakdown for draft declarations
- Drill-down from form lines to individual transactions
- Separate handling of base amounts (HT) and VAT amounts
- Support for all French VAT rates
- Special operations handling (A2 line)
- Export detailed breakdown reports

Updated task estimates: +37 hours for form structure implementation
Added comprehensive bilingual support for all CA-3 form lines
2025-10-02 15:53:06 +02:00
e7d2d39cd6 Add comprehensive advanced features for CA-3 VAT declaration module
Core Advanced Features:
- Draft system with detailed account breakdowns
- Validation workflow with approval process
- Automatic journal entry generation (445510/445670)
- Complete audit trail and version history
- Multi-entity support for multiple companies

Analytics & Reporting:
- Period comparison tools with variance analysis
- Interactive dashboard with KPIs and trends
- Exception handling for unusual amounts
- Automated alerts and notifications

User Experience:
- Mobile-responsive design
- Document management with attachments
- Email notifications for deadlines
- Keyboard shortcuts and accessibility

Integration & APIs:
- External tax system integration
- Backup/restore functionality
- Webhook support for real-time updates
- API documentation for third-party access

Updated time estimates: 350+ hours total
Added Phase 7 (Advanced Features) with 80+ hours
Enhanced bilingual support for all new features
2025-10-02 15:47:58 +02:00
c240ef9769 Complete CA-3 structure with all three sections
- Add Section A: TVA collectée (Output VAT) - Boxes 01, 02, 03, 05, 08
- Add Section B: TVA déductible (Input VAT) - Boxes 20, 21, 22
- Add Section C: Résultat (Result) - Boxes 25, 26, 28, 29
- Update French translations with complete box descriptions
- Update English translations with full CA-3 structure
- Add PCG account mappings for all sections
- Update task list with complete calculation logic
- Include automatic totals and net calculations
- Add new task for complete CA-3 form structure implementation
2025-10-02 15:42:04 +02:00
1720dadd7a Add comprehensive project planning and task list
- Create PLANNING.md with detailed project architecture and phases
- Create TASK.md with 200+ hour development plan broken into 6 phases
- Add French language support (fr_FR/declarationtva.lang)
- Update English translations with CA3-specific terminology
- Define CA3 box structure and PCG account mappings
- Plan bilingual interface for French-speaking users
- Include database schema, testing, and documentation phases
2025-10-02 15:38:13 +02:00
711e68ba92 Initial commit: DeclarationTVA Dolibarr module
- Add core module structure
- Include admin interface
- Add language support (en_US)
- Include SQL schema
- Add build configuration
- Include documentation and licensing
2025-10-02 15:31:50 +02:00