Menu Object
 
Syntax
 
Menu.FinVATDeclaration [FiscalYear][, Period][, AutoSetup][, AutoCalculate]
 
Description
Opens the VAT Declaration application. Optionally, the fiscal year, period, and automation flags can be specified.
 
Parameter
Description
FiscalYear
Optional. Fiscal year for the declaration. Default value 0 (current year).
Period
Optional. Fiscal period (month or quarter number) for the declaration. Default value 0 (current period).
AutoSetup
Optional. When True, the declaration parameters are automatically set up based on the given year and period. Default value False.
AutoCalculate
Optional. When True, the VAT amounts are automatically calculated upon opening. Default value False.
See Also
FinBTWAangifte (Dutch variant)
Example
 
Sub Main
    Menu.FinVATDeclaration FiscalYear:=2026, Period:=1, AutoSetup:=True, AutoCalculate:=True
End Sub