mc
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
SELECT FORMATDATETIME(t.date,'dd.MM.yyyy'), c.name, t.amount, t.description
|
||||
FROM Transaction t
|
||||
JOIN Category c on (t.category_id = c.id)
|
||||
WHERE t.account_id = 1 and t.date > parsedatetime('2016-06-01','yyyy-MM-dd')
|
||||
WHERE t.account_id = 1 and t.date >= parsedatetime('2016-06-01','yyyy-MM-dd')
|
||||
ORDER BY t.date ASC
|
||||
|
||||
"08.08.2016";"08.08.2016";"Übertrag/Überweisung";"Empfänger: Adam Kto/IBAN: DE485197745151542243216 BLZ/BIC: COBADEHD001 Buchungstext: none End-to-End-Ref.: nicht angegeben Ref. JK21619010302362/2";"-40,00";
|
||||
"27.07.2016";"27.07.2016";"Lastschrift/Belast.";"Auftraggeber: DANKE, IHR LIDL Kto/IBAN: DE61300500000008000119 Buchungstext: Kartenzahlung DANKE, IHR LIDL//Berlin/DE 2016-06-25T09:47:08 KFN 2 VJ 1912 Ref. 6GL16179AXXX0086/7787";"-70,17";
|
||||
|
||||
Reference in New Issue
Block a user