mc
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>de.tilman</groupId>
|
<groupId>de.tilman</groupId>
|
||||||
<artifactId>next-transactions</artifactId>
|
<artifactId>next-transactions</artifactId>
|
||||||
<version>1.5.14</version>
|
<version>1.5.15</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
SELECT FORMATDATETIME(t.date,'dd.MM.yyyy') as Date, c.name, t.amount, t.description
|
SELECT FORMATDATETIME(t.date,'dd.MM.yyyy') as Date, c.name, t.amount, t.description
|
||||||
FROM Transaction t
|
FROM Transaction t
|
||||||
JOIN Category c on (t.category_id = c.id)
|
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 >= '2016-06-01'
|
||||||
ORDER BY t.date ASC, t.last_change ASC
|
ORDER BY t.date ASC, t.last_change ASC
|
||||||
|
|
||||||
-- Kategorien-Liste für Account 1
|
-- Kategorien-Liste für Account 1
|
||||||
|
|||||||
Reference in New Issue
Block a user