DeclarationTVA/langs/en_US/declarationtva.lang
Frank Cools a08cc30293 Add comprehensive EU transaction handling for CA-3 VAT declarations
EU Transaction Scenarios:
1️⃣ Incoming EU Invoices (Purchases):
- Supplier invoices HT (no VAT)
- French autoliquidation: 4452xxx (VAT due) + 4456xx (VAT deductible)
- Net effect: zero if fully deductible
- CA-3 impact: Lines 17 (VAT due) + 20/21 (VAT deductible)

2️⃣ Outgoing EU Invoices (Sales):
- Case A (B2B): No French VAT, Lines 05/06 (base HT only)
- Case B (B2C): OSS threshold handling (€10,000)
- Case C (Special): Construction/energy reverse charge
- Invoice text requirements for EU transactions

3️⃣ DEB/DES Integration:
- Link CA-3 lines 05/06 with exchange declarations
- Cross-validation between CA-3 and DEB/DES
- Automatic data import and validation

Enhanced Features:
- EU transaction type detection and classification
- OSS threshold monitoring and alerts
- DEB/DES data integration and validation
- Special case handling (construction, energy)
- Comprehensive EU transaction workflow

Updated estimates: +64 hours for EU transaction handling
Total project: 414+ hours with full EU compliance
2025-10-02 15:55:13 +02:00

246 lines
9.3 KiB
Plaintext

# Translation file
#
# Generic
#
# Module label 'ModuleDeclarationTVAName'
ModuleDeclarationTVAName = French CA3 VAT Declaration
# Module description 'ModuleDeclarationTVADesc'
ModuleDeclarationTVADesc = French CA3 VAT declaration module with PCG account mapping
#
# Admin page
#
DeclarationTVASetup = DeclarationTVA setup
Settings = Settings
DeclarationTVASetupPage = DeclarationTVA setup page
NewSection=New section
DECLARATIONTVA_MYPARAM1 = My param 1
DECLARATIONTVA_MYPARAM1Tooltip = My param 1 tooltip
DECLARATIONTVA_MYPARAM2=My param 2
DECLARATIONTVA_MYPARAM2Tooltip=My param 2 tooltip
#
# About page
#
About = About
DeclarationTVAAbout = About DeclarationTVA
DeclarationTVAAboutPage = DeclarationTVA about page
#
# Sample page
#
DeclarationTVAArea = Home DeclarationTVA
MyPageName = My page name
# PCG Account Configuration
DECLARATIONTVA_PCG_CONFIG = PCG Account Configuration
DECLARATIONTVA_PCG_CONFIG_TOOLTIP = Configuration of General Chart of Accounts for each CA3 box
# CA3 Form Lines - Section A: Taxable Operations
DECLARATIONTVA_LINE_A1 = Line A1 - Base HT of taxable operations
DECLARATIONTVA_LINE_A1_TOOLTIP = Base amount excluding VAT for taxable sales and services
DECLARATIONTVA_LINE_A2 = Line A2 - Special taxable operations not in current CA
DECLARATIONTVA_LINE_A2_TOOLTIP = Asset sales, self-deliveries, etc.
DECLARATIONTVA_LINE_B1 = Line B1 - 20% rate breakdown (base + tax)
DECLARATIONTVA_LINE_B1_TOOLTIP = Standard rate operations at 20%
DECLARATIONTVA_LINE_B2 = Line B2 - 10% rate breakdown (base + tax)
DECLARATIONTVA_LINE_B2_TOOLTIP = Reduced rate operations at 10%
DECLARATIONTVA_LINE_B3 = Line B3 - 5.5% rate breakdown (base + tax)
DECLARATIONTVA_LINE_B3_TOOLTIP = Reduced rate operations at 5.5%
DECLARATIONTVA_LINE_B4 = Line B4 - 2.1% rate breakdown (base + tax)
DECLARATIONTVA_LINE_B4_TOOLTIP = Reduced rate operations at 2.1%
# CA3 Form Lines - Section B: VAT Due
DECLARATIONTVA_LINE_17 = Line 17 - VAT due on intra-EU acquisitions
DECLARATIONTVA_LINE_17_TOOLTIP = VAT due on intra-EU purchases (autoliquidation)
# CA3 Form Lines - Section C: Deductible VAT
DECLARATIONTVA_LINE_20 = Line 20 - Deductible VAT on capital goods
DECLARATIONTVA_LINE_20_TOOLTIP = Deductible VAT on fixed assets
DECLARATIONTVA_LINE_21 = Line 21 - Deductible VAT on other goods and services
DECLARATIONTVA_LINE_21_TOOLTIP = Deductible VAT on operating expenses
# CA3 Form Lines - Section D: Result
DECLARATIONTVA_LINE_22 = Line 22 - VAT credit to carry forward
DECLARATIONTVA_LINE_22_TOOLTIP = VAT credit to carry forward if deductible > due
DECLARATIONTVA_LINE_28 = Line 28 - Net VAT to pay
DECLARATIONTVA_LINE_28_TOOLTIP = Net VAT to pay if due > deductible
DECLARATIONTVA_LINE_29 = Line 29 - VAT credit to carry forward or refund
DECLARATIONTVA_LINE_29_TOOLTIP = Amount of VAT credit to carry forward or request refund
# Intra-EU Operations
DECLARATIONTVA_LINE_05 = Line 05 - Intra-EU deliveries (B2B)
DECLARATIONTVA_LINE_05_TOOLTIP = Intra-EU B2B sales (base HT only, no VAT)
DECLARATIONTVA_LINE_06 = Line 06 - Intra-EU services (B2B)
DECLARATIONTVA_LINE_06_TOOLTIP = Intra-EU B2B services (base HT only, no VAT)
# EU Transaction Management
DECLARATIONTVA_EU_PURCHASES = Intra-EU purchases
DECLARATIONTVA_EU_SALES_B2B = Intra-EU B2B sales
DECLARATIONTVA_EU_SALES_B2C = Intra-EU B2C sales
DECLARATIONTVA_EU_AUTOLIQUIDATION = Intra-EU autoliquidation
DECLARATIONTVA_EU_REVERSE_CHARGE = Reverse charge by customer
DECLARATIONTVA_EU_EXONERATION = VAT exemption
DECLARATIONTVA_EU_OSS_THRESHOLD = OSS threshold (€10,000)
DECLARATIONTVA_EU_OSS_REGISTRATION = OSS/IOSS registration
DECLARATIONTVA_EU_DEB_DES = DEB/DES (Exchange declarations)
DECLARATIONTVA_EU_CONSTRUCTION = Construction services
DECLARATIONTVA_EU_ENERGY = Energy products
# VAT Rates
DECLARATIONTVA_RATE_20 = Rate 20%
DECLARATIONTVA_RATE_10 = Rate 10%
DECLARATIONTVA_RATE_5_5 = Rate 5.5%
DECLARATIONTVA_RATE_2_1 = Rate 2.1%
# PCG Accounts - Section A: Output VAT
DECLARATIONTVA_PCG_SALES = Sales accounts (7xxxx)
DECLARATIONTVA_PCG_VAT_COLLECTED_20 = VAT collected 20% (44571x)
DECLARATIONTVA_PCG_VAT_COLLECTED_10 = VAT collected 10% (44572x)
DECLARATIONTVA_PCG_VAT_COLLECTED_5_5 = VAT collected 5.5% (44573x)
DECLARATIONTVA_PCG_VAT_COLLECTED_2_1 = VAT collected 2.1% (44574x)
DECLARATIONTVA_PCG_VAT_DUE_INTRA = VAT due intra-EU (4452xxx)
DECLARATIONTVA_PCG_VAT_DUE_IMPORT = VAT due on imports (4452xxx)
# PCG Accounts - Section B: Input VAT
DECLARATIONTVA_PCG_VAT_DEDUCTIBLE_IMMO = Deductible VAT on capital goods (44562x)
DECLARATIONTVA_PCG_VAT_DEDUCTIBLE_EXPENSES = Deductible VAT on expenses (44566x)
DECLARATIONTVA_PCG_VAT_DEDUCTIBLE_IMPORT = Deductible VAT on imports (44566x/44562x)
# PCG Accounts - Section C: Result
DECLARATIONTVA_PCG_VAT_TO_PAY = VAT to pay (445510)
DECLARATIONTVA_PCG_VAT_CREDIT = VAT credit (445670)
# Periods
DECLARATIONTVA_PERIOD_QUARTERLY = Quarterly
DECLARATIONTVA_PERIOD_MONTHLY = Monthly
DECLARATIONTVA_PERIOD_YEAR = Year
DECLARATIONTVA_PERIOD_QUARTER = Quarter
DECLARATIONTVA_PERIOD_MONTH = Month
# Declaration Status
DECLARATIONTVA_STATUS_DRAFT = Draft
DECLARATIONTVA_STATUS_VALIDATED = Validated
DECLARATIONTVA_STATUS_SUBMITTED = Submitted
DECLARATIONTVA_STATUS_APPROVED = Approved
# Actions
DECLARATIONTVA_CREATE_DECLARATION = Create declaration
DECLARATIONTVA_EDIT_DECLARATION = Edit declaration
DECLARATIONTVA_DELETE_DECLARATION = Delete declaration
DECLARATIONTVA_VALIDATE_DECLARATION = Validate declaration
DECLARARATIONTVA_EXPORT_PDF = Export to PDF
DECLARATIONTVA_EXPORT_XML = Export to XML
DECLARATIONTVA_EXPORT_CSV = Export to CSV
# Error Messages
DECLARATIONTVA_ERROR_NO_CONFIG = No PCG configuration found
DECLARATIONTVA_ERROR_INVALID_PERIOD = Invalid period
DECLARATIONTVA_ERROR_CALCULATION_FAILED = Calculation error
DECLARATIONTVA_ERROR_EXPORT_FAILED = Export error
# Success Messages
DECLARATIONTVA_SUCCESS_CONFIG_SAVED = Configuration saved
DECLARATIONTVA_SUCCESS_DECLARATION_CREATED = Declaration created
DECLARATIONTVA_SUCCESS_DECLARATION_VALIDATED = Declaration validated
DECLARATIONTVA_SUCCESS_EXPORT_COMPLETED = Export completed
#
# Main Interface
#
DeclarationTVAArea = DeclarationTVA Home
DeclarationTVAMainPage = DeclarationTVA main page
DeclarationTVAList = Declarations list
DeclarationTVACreate = Create declaration
DeclarationTVAEdit = Edit declaration
DeclarationTVAView = View declaration
# Widget
DeclarationTVAWidget = DeclarationTVA Widget
DeclarationTVAWidgetDescription = Shows recent declarations and statistics
# Navigation
DeclarationTVANavHome = Home
DeclarationTVANavDeclarations = Declarations
DeclarationTVANavConfiguration = Configuration
DeclarationTVANavReports = Reports
# Forms
DeclarationTVAFormPeriod = Period
DeclarationTVAFormCompany = Company
DeclarationTVAFormAmount = Amount
DeclarationTVAFormVATRate = VAT Rate
DeclarationTVAFormPCGAccount = PCG Account
# Tables
DeclarationTVATableBox = Box
DeclarationTVATableDescription = Description
DeclarationTVATableAmount = Amount
DeclarationTVATableVATRate = VAT Rate
DeclarationTVATableVATAmount = VAT Amount
DeclarationTVATableActions = Actions
# Help
DeclarationTVAHelpTitle = Help
DeclarationTVAHelpText = This module allows you to automatically generate your French CA3 VAT declarations by mapping your PCG accounts with the declaration boxes.
# Advanced Features
DeclarationTVADraftSystem = Draft System
DeclarationTVAValidationWorkflow = Validation Workflow
DeclarationTVAAccountingIntegration = Accounting Integration
DeclarationTVAAuditTrail = Audit Trail
DeclarationTVAComparisonTools = Comparison Tools
DeclarationTVAExceptionHandling = Exception Handling
DeclarationTVAMultiEntity = Multi-Entity
DeclarationTVADocumentManagement = Document Management
DeclarationTVANotificationSystem = Notification System
DeclarationTVADashboard = Dashboard
DeclarationTVAMobileSupport = Mobile Support
# Validation Workflow
DeclarationTVAValidationChecklist = Validation Checklist
DeclarationTVAValidationApproval = Approval Process
DeclarationTVAValidationHistory = Validation History
DeclarationTVAValidationComments = Validation Comments
# Accounting Integration
DeclarationTVAJournalEntryGeneration = Journal Entry Generation
DeclarationTVAJournalEntryValidation = Journal Entry Validation
DeclarationTVAJournalEntryBalance = Journal Entry Balance
DeclarationTVAJournalEntryTransfer = Transfer to 445510/445670
# Analytics and Reporting
DeclarationTVAComparisonReport = Comparison Report
DeclarationTVAVarianceAnalysis = Variance Analysis
DeclarationTVATrendAnalysis = Trend Analysis
DeclarationTVAKPIDashboard = KPI Dashboard
DeclarationTVAInteractiveCharts = Interactive Charts
# Exception Handling
DeclarationTVAUnusualAmounts = Unusual Amounts
DeclarationTVAMissingData = Missing Data
DeclarationTVAAutomatedAlerts = Automated Alerts
DeclarationTVAExceptionReports = Exception Reports
# Notifications
DeclarationTVAEmailAlerts = Email Alerts
DeclarationTVAStatusNotifications = Status Notifications
DeclarationTVAReminderSystem = Reminder System
DeclarationTVADeadlineAlerts = Deadline Alerts
# Multi-Entity
DeclarationTVAMultipleCompanies = Multiple Companies
DeclarationTVAEntitySpecificConfig = Entity-Specific Configuration
DeclarationTVAConsolidatedReporting = Consolidated Reporting
DeclarationTVAEntityManagement = Entity Management
# Mobile and UX
DeclarationTVAMobileInterface = Mobile Interface
DeclarationTVAResponsiveDesign = Responsive Design
DeclarationTVATouchFriendly = Touch-Friendly
DeclarationTVAAccessibility = Accessibility
DeclarationTVAKeyboardShortcuts = Keyboard Shortcuts