brmBar | |
---|---|
founder: | brmlab collective |
depends on: | |
interested: | pasky |
software license: | |
hardware license: |
~~META: status = active &relation firstimage = :project:brmbar.jpg ~~
Brmbar is our tiny drinks, snacks, electronics, t-shirts stash. Anyone can put things into brmbar or buy stuff; visitors for cash, members can use a simple credit system.
Status: brmbar-v3.0 is up and running, implemented in Python (with cleanly separated backend classes), Qt-Declarative and PostgreSQL. Some TODO items remain, but it should be usable for day-to-day operation.
Documentation: README - USAGE (in Czech)
Development: Sources @ github - SQL schema - Architecture and object model
02:19 < pasky> excess je suma prostredku, ktere mame navic (prijemne prekvapeni) 02:19 < pasky> deficit je suma prostredku, ktere nam chybi (neprijemne prekvapeni)
List of current stock: http://nat.brmlab.cz/brmbar/stock/
ssh -At nat.brmlab.cz -L5900:brmbar.brm:5900 ssh brmlab@brmbar.brm x11vnc
crontab -l 00 3 * * * /home/zalohovac/zalohuj_brmbar.sh
#!/bin/bash BACKUP_DIR="${HOME}/ZALOHY/" ssh -t -t brmbar.brm -l brmlab 'su - postgres -c pg_dumpall' > ${BACKUP_DIR}brmbar-`date +%F-%T`.sql ls -l ${BACKUP_DIR}
Short version history:
v1.0 → v3.0 transition ultimately happenned on 2012-10-16.
Draft database schema and process classification (inspiration, but implemented with modifications):