From f805e3a0765697b45219b6b240aab5713cf2bcf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 25 Jul 2022 12:34:25 +0200 Subject: [PATCH] feat: pimp filli-report --- .bin/filli-report | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) mode change 100644 => 100755 .bin/filli-report diff --git a/.bin/filli-report b/.bin/filli-report old mode 100644 new mode 100755 index 6cd1a62..9b60a65 --- a/.bin/filli-report +++ b/.bin/filli-report @@ -1,4 +1,6 @@ #!/bin/sh -hora reg 'miaengiadina|fysi|filli' -O csv \ +hora reg 'fillidefilla' -O csv \ -b "$(date -d "$(date +%Y-%m)-20 last month" +%Y-%m-%d)" \ - -e "$(date -d "$(date +%Y-%m)-19" +%Y-%m-%d)" + -e "$(date -d "$(date +%Y-%m)-19" +%Y-%m-%d)" \ + | sed 's/(fillidefilla:\(.*\))/\1/g' \ + | xsv select date,amount,total,account,description