Datev Export
This function exports a Datev CSV file for a given timeframe. The fuction needs 3 customized SQL scripts to process the data.
Last updated
This function exports a Datev CSV file for a given timeframe. The fuction needs 3 customized SQL scripts to process the data.
Last updated
brixxApi.businessBrixx({
functionName:"DatevExport",
sqlDataRead:"getDatevData",
sqlMainData:"getDatevMainData",
sqlGetCounter:"getDatevBookingCounter",
exportFromDate: moment().subtract(2,'months').startOf('month').format('YYYY-MM-DD'),
exportUntilDate: moment().subtract(2,'months').endOf('month').format('YYYY-MM-DD'),
consultantNumber: 1234567,
clientNumber: 12345,
company: 1,
isDownload: true
});