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 SourceDatevCSVExportAddress(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 |
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 |