Add audit CSV central source option
This commit is contained in:
@@ -51,6 +51,9 @@ public class ConfigTransferExportSettings
|
||||
public bool DebugLoggingEnabled { get; set; }
|
||||
public string LocalSiteExportFolder { get; set; } = string.Empty;
|
||||
public string LocalConsolidatedExportFolder { get; set; } = string.Empty;
|
||||
public bool AuditCsvEnabled { get; set; } = true;
|
||||
public bool UseAuditCsvAsCentralSource { get; set; }
|
||||
public string LocalAuditCsvFolder { get; set; } = string.Empty;
|
||||
public string ExchangeRateDateField { get; set; } = ExchangeRateDateFields.PostingDate;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user