Show / Hide Table of Contents

    AccountingExportSettings

    Type, Introduced in version 23.9

    Specifies the settings to apply to an accounting export.

    Used by the following commands:

    • SIE4E
    • SIE4I

    Properties

    Name Type Summary Introduced in
    AccountingYearId Int64? The business key identifier of the accounting year to export.

    • Current year by default
    • References AccountingYears
    BudgetTypeId Int64? The business key identifier of the budget type to export.

    • Generated by Monitor by default
    • References AccountingBudgetTypes
    IncludePreviousYear Boolean? Decides if balances for the previous year should be included in the export.

    • True by default
    ExportBlankVoucherNumbers Boolean? Decides if voucher series and voucher numbers should be emptied (made blank) in the file at the export.

    This allows the receiver to import to any series.

    • According to export settings by default
    Comment String The comment text for the export.
    VoucherDateSelection VoucherDateSelection The voucher date selection for the export.

    If null all voucher dates in the selected accounting year will be exported.
    VoucherSeriesSelection VoucherSeriesSelection The voucher series selection for the export.

    If null all voucher series in the selected accounting year will be exported.
    VoucherNumberSelection VoucherNumberSelection The voucher number selection for the export.

    If null all voucher numbers in the selected accounting year will be exported.

    Example

    {
      "AccountingYearId": null,
      "BudgetTypeId": null,
      "IncludePreviousYear": null,
      "ExportBlankVoucherNumbers": null,
      "Comment": null,
      "VoucherDateSelection": null,
      "VoucherSeriesSelection": null,
      "VoucherNumberSelection": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB