mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-07 21:04:00 +02:00
9 lines
341 B
Text
9 lines
341 B
Text
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
|
|
|