322903adc1Touch up the FAQ slightly
Robert Maikher
2019-09-21 16:52:40 +0200
92f3990cc0Fix errors, make menu formatting more readable
Robert Maikher
2019-09-21 16:48:49 +0200
c188d692ddUpdate requirements.txt
Robert Maikher
2019-09-21 14:34:19 +0200
457c625097Update FAQ
Robert Maikher
2018-08-31 13:48:13 +0200
a9e5985f90Move c and cs commands to the mainmenu class This makes it so that it only works on the main menu, too.
Robert Maikher
2018-08-31 13:48:06 +0200
33a9f12ac0Parameter to disallow zero in input_int
Robert Maikher
2018-08-30 15:12:11 +0200
ac3ab8099bUse new defaults properly in edit product menu
Robert Maikher
2018-08-30 15:11:17 +0200
ca19cc14daRewrite input_str to allow defaults and act less strange with some parameters
Robert Maikher
2018-08-30 14:59:37 +0200
1675f26080Fix string issues related to switch to python3 safe_str is no longer relevant after unicode strings are no longer explicit string types. Popen takes bytes by default now, not strings, which is fixed by setting an encoding sys.stdout.write should work with strings on linux at least. We only use it for the buy menu timeout, which already only works on linux, so it shouldn't be a problem.
Robert Maikher
2018-08-24 13:43:35 +0200
0ea9042820Revert change to variable name in helper functions I thought it used the name of a builtin due to silly IDE colouring, but turns out what i changed it *to* was a builtin. oops.
Robert Maikher
2018-08-24 09:31:15 +0200
ab0a218f8eUse function to return header instead of stringformatting a variable
Robert Maikher
2018-08-24 09:21:01 +0200
24201e8a69Update requirements.txt to avoid deprecation
Robert Maikher
2018-08-24 08:42:15 +0200
d5475b834fConvert most strings to fstrings for readability Some are kept as-is because they wouldn't be more readable, or do insanity that i cannot bother deciphering right now
Robert Maikher
2018-08-23 13:15:45 +0200
068015a972Add requirements.txt
Robert Maikher
2018-08-21 10:57:32 +0200
ce56649c7cRun 2to3 to start moving to python3
Robert Maikher
2018-08-19 16:38:45 +0200
d4603de7bbFix label format for endless label types Add some more documentation to config files Create bar_codes directory to avoid IOExceptions when trying to write to non-existent directories
robertem@PVV.NTNU.NO
2018-08-19 13:16:49 +0000
f155d21ae0Fix label format for endless label types Add some more documentation to config files Create bar_codes directory to avoid IOExceptions when trying to write to non-existent directories
robertem
2018-08-19 13:16:49 +0000
ab3830c494Fix user transaction error and other unexpected behaviour
robertem@PVV.NTNU.NO
2018-04-22 15:44:24 +0000
31e3442c7cFix user transaction error and other unexpected behaviour
robertem
2018-04-22 15:44:24 +0000
9f740a96f7Added message to 'transfer between users'
chrivi@PVV.NTNU.NO
2017-10-01 05:46:52 +0000