Add debug for #10068

This commit is contained in:
Sander Dorigo
2025-04-01 11:28:12 +02:00
parent c5f8db5b50
commit ccb581b4ee
2 changed files with 4 additions and 0 deletions

View File

@@ -731,6 +731,7 @@ class ExportDataGenerator
*/
private function exportTransactions(): string
{
Log::debug('Will now export transactions.');
// TODO better place for keys?
$header = ['user_id', 'group_id', 'journal_id', 'created_at', 'updated_at', 'group_title', 'type', 'currency_code', 'amount', 'foreign_currency_code', 'foreign_amount', 'native_currency_code', 'native_amount', 'native_foreign_amount', 'description', 'date', 'source_name', 'source_iban', 'source_type', 'destination_name', 'destination_iban', 'destination_type', 'reconciled', 'category', 'budget', 'bill', 'tags', 'notes'];