forked from brmlab/brmbar-github
* merge barcode-generator to master
* quick howto on how current barcodes are generated
This commit is contained in:
parent
5de7bf7458
commit
84881dece3
3 changed files with 62 additions and 0 deletions
9
barcode-generator/howto.txt
Normal file
9
barcode-generator/howto.txt
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue