Search Results for

    Show / Hide Table of Contents

    Class DatevCSVExportAddress

    Writes the address items to a datev csv file

    Inheritance
    System.Object
    DatevCSVExportAddress
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.ERP.Core
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class DatevCSVExportAddress

    Constructors

    | Improve this Doc View Source

    DatevCSVExportAddress(String, IEnumerable<DatevTransactionBooking>, String, String, DateTime, String, Boolean, FinancialAccountingClient)

    Creates export by selected transactions

    Declaration
    public DatevCSVExportAddress(string addressFile, IEnumerable<DatevTransactionBooking> transactions, string consultantNumber, string clientNumber, DateTime beginYear, string currency, bool commitExportedData, FinancialAccountingClient client)
    Parameters
    Type Name Description
    System.String addressFile
    System.Collections.Generic.IEnumerable<DatevTransactionBooking> transactions
    System.String consultantNumber
    System.String clientNumber
    System.DateTime beginYear
    System.String currency
    System.Boolean commitExportedData
    FinancialAccountingClient client
    | Improve this Doc View Source

    DatevCSVExportAddress(String, String, String, DateTime, String, Boolean, FinancialAccountingClient, Boolean)

    Creates export by personal accounts

    Declaration
    public DatevCSVExportAddress(string addressFile, string consultantNumber, string clientNumber, DateTime beginYear, string currency, bool commitExportedData, FinancialAccountingClient client, bool all = true)
    Parameters
    Type Name Description
    System.String addressFile
    System.String consultantNumber
    System.String clientNumber
    System.DateTime beginYear
    System.String currency
    System.Boolean commitExportedData
    FinancialAccountingClient client
    System.Boolean all
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx