Tax calculation from Dolibarr #9

Open
opened 2026-05-21 20:04:53 +00:00 by jmiller · 0 comments
Owner

Summary

Apply correct tax rates from Dolibarr product configuration.

Requirements

  • Read tax rate (tva_tx) from Dolibarr product data
  • Apply tax in cart subtotal calculation
  • Display price HT (excluding tax) and TTC (including tax)
  • Tax configurable: show/hide, inclusive/exclusive pricing
  • Tax summary on checkout (grouped by rate)
  • Respect Dolibarr tax rules per product

Acceptance Criteria

  • Tax rates pulled from product data
  • Cart shows tax breakdown
  • Prices display as HT or TTC per config
  • Tax totals correct on checkout
  • Invoice in Dolibarr has correct tax
## Summary Apply correct tax rates from Dolibarr product configuration. ## Requirements - Read tax rate (tva_tx) from Dolibarr product data - Apply tax in cart subtotal calculation - Display price HT (excluding tax) and TTC (including tax) - Tax configurable: show/hide, inclusive/exclusive pricing - Tax summary on checkout (grouped by rate) - Respect Dolibarr tax rules per product ## Acceptance Criteria - [ ] Tax rates pulled from product data - [ ] Cart shows tax breakdown - [ ] Prices display as HT or TTC per config - [ ] Tax totals correct on checkout - [ ] Invoice in Dolibarr has correct tax
jmiller added the status/pending-testing label 2026-05-21 22:58:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoDoliJoomShop#9