* merge barcode-generator to master

* quick howto on how current barcodes are generated
This commit is contained in:
Mrkva 2015-05-11 02:04:11 +02:00
parent 5de7bf7458
commit 84881dece3
3 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,9 @@
on brmbar:
select distinct barcode from barcodes b, transactions t, accounts a where t.responsible=a.id and time>'2015-01-01' and b.account=a.id order by barcode asc;
run this locally and paste output of previous command:
while read tmp; do echo "$tmp;$tmp";done|grep -v overflow|python2 ./barcode-generator.py
print resulting SVG files