Commit graph

168 commits

Author SHA1 Message Date
brmbar
e567d36e77 USAGE: Add some useful SQL queries 2013-08-06 22:18:23 +02:00
brmbar
d74ca2b6c0 Shop: Create null inventory fix transaction in case amount is correct 2013-08-06 21:51:58 +02:00
brmbar
ac4f2f2c62 brmbar-cli inventory-interactive: fuckyou 2013-08-06 21:51:41 +02:00
b00lean
0528a50769 Added support for cashchange command 2013-07-09 09:50:58 +02:00
b00lean
06e1e15b7e Added excess and deficit into stats and added inventory interactive mode 2013-07-09 09:29:08 +02:00
b00lean
7ac0031a8d Fixes after tests 2013-07-08 17:36:36 +02:00
b00lean
0706054e81 Added logic for fixing inventory status 2013-07-08 17:31:17 +02:00
b00lean
32f76b290c Added ubuntu packages 2013-07-06 14:17:52 +02:00
Petr Baudis
4ae814179d brmbar-cli.py: changestock -> inventory, few notes from a conversation with TMA 2013-07-01 14:56:42 +02:00
brmbar
12f5079381 Catching exception when sql query gets invalid data like too large number 2013-07-01 14:55:54 +02:00
Radek Pilar
3ecbf192e2 Updated for 1280x1024 resolution 2013-03-04 22:02:11 +01:00
Nephirus
d44dbad313 Fullscreen fix 2013-02-23 15:21:19 +01:00
Nephirus
ba4d8686f6 Search functionality added to Stock Management. 2013-02-23 15:18:20 +01:00
Nephirus
fb6eadf031 INSTALL.md: Fix formatting 2013-02-22 22:37:14 +01:00
Nephirus
35c3534575 INSTALL.md: psql command examples 2013-02-22 21:24:45 +01:00
Petr Baudis
55e6a5226c USAGE: Adding users, what about reinventorization? 2013-02-10 17:56:01 +01:00
Petr Baudis
13bc4d6f60 brmbar-cli: Add support for adduser action 2013-02-10 17:41:25 +01:00
Petr Baudis
bacb9b1791 USAGE.md: Properly markdown 2013-02-10 17:29:10 +01:00
Petr Baudis
1bb05e6935 README: Link to other documentation 2013-02-10 16:44:58 +01:00
Petr Baudis
dab9388703 USAGE.md: Usage instructions
Produced mainly by Google Translate of http://brmlab.cz/pipermail/brmlab/2012-October/004130.html
2013-02-10 16:44:42 +01:00
Petr Baudis
c8a0483401 TODO: Remove done items, add description 2013-02-10 16:25:49 +01:00
Petr Baudis
76cb5ba4c7 Add basic documentation: README, INSTALL, Architectural overview 2013-02-10 16:18:34 +01:00
Petr Baudis
be74f723d2 Revert button gradients, it looks rather ugly, was just an experiment 2013-02-10 15:01:37 +01:00
Petr Baudis
f5ffeeae97 brmbar-gui-qt4/ItemEdit: Fix bug in UI cleanup 2013-02-10 14:47:57 +01:00
Pavol Rusnak
3e8f44e5e0 UI cleanup 2013-01-31 18:12:14 +01:00
Petr Baudis
1ba8099e8e brmbar-cli.py: New command-line interface
For remote inspection of brmbar status and to do things too complicated and unusual for the GUI.
2012-11-25 18:49:53 +01:00
Petr Baudis
ff915072a0 brmbar-tui.py: Use brmbar.Database instead of psycopg2 directly 2012-11-25 16:30:01 +01:00
Petr Baudis
5f4c4cb5ca brmbar-cli.py -> brmbar-tui.py, since it's not really commandline interface 2012-11-25 04:01:57 +01:00
Petr Baudis
cc3009c813 Merge remote-tracking branch 'remotes/origin/db-reconnect' 2012-11-13 19:04:23 +01:00
Petr Baudis
ae3ad22d59 StockMgmt: Rename button Add Item -> New Item 2012-10-29 15:09:15 +01:00
Václav 'Ax' Hůla
385393fdb7 Dont panic on stopped database 2012-10-27 23:49:44 +02:00
Václav 'Ax' Hůla
18633fa596 import clenaup 2012-10-27 23:27:59 +02:00
Václav 'Ax' Hůla
a4dbf3b77c All db operations now should go thru Database object 2012-10-27 23:20:43 +02:00
Václav 'Ax' Hůla
ffa119e7f0 Retab part II 2012-10-26 21:45:30 +02:00
Václav 'Ax' Hůla
ec94f1d034 Retab 2012-10-26 21:41:23 +02:00
Petr Baudis
1c050d7da5 ShopAdapter: Explicitly commit all transactions before returning to GUI 2012-10-23 22:20:58 +02:00
Petr Baudis
e21f06b9c1 UserMgmt: Fix loading Withdraw page when user barcode is scanned 2012-10-23 20:42:24 +02:00
Petr Baudis
4ea03e665e brmbar3 COPYING: brmbar3 released under GPLv2+ 2012-10-19 00:52:00 +02:00
Petr Baudis
2d134c829a Move Receipt button from Main Page to Management 2012-10-18 19:31:11 +02:00
Petr Baudis
3bf0e15af1 Reduce saturation for colors of BarButtons and top bar
This should help the main content of the page stand out better.
2012-10-18 19:27:13 +02:00
Petr Baudis
4983fea31e Slightly improve (and correct) credit charging UI 2012-10-18 19:23:22 +02:00
Petr Baudis
48bfde333a SQL: Add account_balances view 2012-10-17 21:33:20 +02:00
Petr Baudis
8ae6dfb604 Add import scripts brmbar1 -> brmbar3 2012-10-17 21:12:43 +02:00
Petr Baudis
8a8d53f8e6 Merge branch 'master' of github.com:brmlab/brmbar 2012-10-17 20:57:13 +02:00
Petr Baudis
09d57550a3 Management: Fix negative inventory balance 2012-10-17 20:54:55 +02:00
Petr Baudis
17ea4c72c6 SQL: currency and account names are unique 2012-10-17 20:54:28 +02:00
Petr Baudis
8c4f7f5a5c BasePage: Fix vertical alignment of version number 2012-10-16 23:39:59 +02:00
Petr Baudis
20c6b062df Fix stupid sed typo 2012-10-16 23:34:29 +02:00
Petr Baudis
bab3dd376a brmbarv3: Resize all texts by a horrible hack 2012-10-16 23:32:50 +02:00
Petr Baudis
0b43a93c0d brmbarv3: Use full screen 2012-10-16 22:45:57 +02:00