Commit Graph

  • 91f924a75a devenv kjhkjhkjh Peder Bergebakken Sundt 2024-11-15 02:34:52 +0100
  • e1605aab29 modernize Peder Bergebakken Sundt 2024-11-15 00:21:53 +0100
  • 1164d492a3 conf.py does nothing Peder Bergebakken Sundt 2024-11-15 00:18:26 +0100
  • 8a6a0c12ba
    Merge pull request #3 from Programvareverkstedet/restructure-project master Øystein Tveit 2023-09-02 21:18:04 +0200
  • 4ce471a5ec
    add .ruff_cache to .gitignore restructure-project h7x4 2023-08-30 00:10:21 +0200
  • 58b4f7913f
    Fix a few ruff linter errors h7x4 2023-08-30 00:06:58 +0200
  • c219fa61ba
    format code with black h7x4 2023-08-29 23:50:34 +0200
  • 88d855a951
    Add devshell with ruff and black h7x4 2023-08-30 00:02:17 +0200
  • ea1be3be7f
    Remove outdated requirements.txt h7x4 2023-08-29 23:47:10 +0200
  • 455936ef01
    mark statistikk subcommand as broken h7x4 2023-08-29 23:04:10 +0200
  • 006c010907
    scripts -> subcommands, add logic to lib h7x4 2023-08-29 23:00:03 +0200
  • eb11d2dc2a
    add all menu classes to dibbler.menus h7x4 2023-08-29 22:56:44 +0200
  • cde79ccb34
    Split db.py and make declarative models h7x4 2023-08-29 22:50:53 +0200
  • c25e5cec27
    Big cleanup ദ്ദി^._.^) h7x4 2023-08-29 18:32:49 +0200
  • 6ab66771f2 Fix vt-terminal screen stuff Daniel Olsen 2023-01-29 07:59:55 +0100
  • b96921de98
    nix: add screen tty systemd service? h7x4 2023-01-29 03:53:13 +0100
  • 2a0193f034 update image config to what actually ran Daniel Olsen 2023-01-29 03:23:33 +0100
  • c8e05c28f8 Update conf with values from production Daniel Olsen 2023-01-28 01:00:30 +0100
  • 39747e544b Add SD image to flake Daniel Olsen 2022-08-28 09:39:07 +0200
  • c450c6710b make flake and allow overriding conf.py Daniel Olsen 2022-08-28 05:58:42 +0200
  • 3c950be930 Package dibbler with nix Daniel Olsen 2021-09-07 13:07:25 +0200
  • 91d8de0b7e Switch to postgresql:// url postgres:// has been deprecated for years Daniel Olsen 2021-09-07 13:05:59 +0200
  • 322903adc1 Touch up the FAQ slightly Robert Maikher 2019-09-21 16:52:40 +0200
  • 92f3990cc0 Fix errors, make menu formatting more readable Robert Maikher 2019-09-21 16:48:49 +0200
  • c188d692dd Update requirements.txt Robert Maikher 2019-09-21 14:34:19 +0200
  • 457c625097 Update FAQ Robert Maikher 2018-08-31 13:48:13 +0200
  • a9e5985f90 Move 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
  • 33a9f12ac0 Parameter to disallow zero in input_int Robert Maikher 2018-08-30 15:12:11 +0200
  • ac3ab8099b Use new defaults properly in edit product menu Robert Maikher 2018-08-30 15:11:17 +0200
  • ca19cc14da Rewrite input_str to allow defaults and act less strange with some parameters Robert Maikher 2018-08-30 14:59:37 +0200
  • 1675f26080 Fix 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
  • 0ea9042820 Revert 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
  • ab0a218f8e Use function to return header instead of stringformatting a variable Robert Maikher 2018-08-24 09:21:01 +0200
  • 24201e8a69 Update requirements.txt to avoid deprecation Robert Maikher 2018-08-24 08:42:15 +0200
  • d5475b834f Convert 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
  • 068015a972 Add requirements.txt Robert Maikher 2018-08-21 10:57:32 +0200
  • ce56649c7c Run 2to3 to start moving to python3 Robert Maikher 2018-08-19 16:38:45 +0200
  • d4603de7bb Fix 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
  • f155d21ae0 Fix 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
  • ab3830c494 Fix user transaction error and other unexpected behaviour robertem@PVV.NTNU.NO 2018-04-22 15:44:24 +0000
  • 31e3442c7c Fix user transaction error and other unexpected behaviour robertem 2018-04-22 15:44:24 +0000
  • 9f740a96f7 Added message to 'transfer between users' chrivi@PVV.NTNU.NO 2017-10-01 05:46:52 +0000
  • 17c2d05294 Added message to 'transfer between users' Christoffer Viken 2017-10-01 05:46:52 +0000
  • 6e0f4650ca "did you pay different ammount" now goes the right way around. chrivi@PVV.NTNU.NO 2017-09-30 13:02:50 +0000
  • 3ef2323276 "did you pay different ammount" now goes the right way around. Christoffer Viken 2017-09-30 13:02:50 +0000
  • a2fd27a035 Patch to handle negative stock issues chrivi@PVV.NTNU.NO 2017-06-11 14:25:27 +0000
  • 702dfffbfa Patch to handle negative stock issues Christoffer Viken 2017-06-11 14:25:27 +0000
  • 5f2d71153a Removed SqlAlchemy from repo chrivi@PVV.NTNU.NO 2017-06-05 14:07:33 +0000
  • a03ca8f299 Removed SqlAlchemy from repo Christoffer Viken 2017-06-05 14:07:33 +0000
  • 4ad187a338 Oops? Remove debug print chrivi@PVV.NTNU.NO 2017-06-05 13:26:45 +0000
  • bae4a74196 Oops? Remove debug print Christoffer Viken 2017-06-05 13:26:45 +0000
  • d685e7e8ed Updated statistics chrivi@PVV.NTNU.NO 2017-06-05 13:24:05 +0000
  • 97537eaa83 Updated statistics Christoffer Viken 2017-06-05 13:24:05 +0000
  • 1deed0daad Updated statistics chrivi@PVV.NTNU.NO 2017-06-05 13:14:21 +0000
  • de24644a51 Updated statistics Christoffer Viken 2017-06-05 13:14:21 +0000
  • 920ac62c11 Only count positive stock for "Total" stats chrivi@PVV.NTNU.NO 2017-06-05 12:33:06 +0000
  • 078ccf6b8a Only count positive stock for "Total" stats Christoffer Viken 2017-06-05 12:33:06 +0000
  • 9d0b5665cc Added "total purchase" option back chrivi@PVV.NTNU.NO 2017-05-12 19:34:33 +0000
  • fd67aed7dd Added "total purchase" option back Christoffer Viken 2017-05-12 19:34:33 +0000
  • ae649b8a6d Apparently python2 has problems with æ ø å. chrivi@PVV.NTNU.NO 2017-04-25 14:06:37 +0000
  • 0265757993 Apparently python2 has problems with æ ø å. Christoffer Viken 2017-04-25 14:06:37 +0000
  • 93d80f5cfa Cleanup chrivi@PVV.NTNU.NO 2017-04-15 18:47:28 +0000
  • 1c8f03695a Cleanup Christoffer Viken 2017-04-15 18:47:28 +0000
  • bdf370c7d9 Updated SqlAlchemy + the new files chrivi@PVV.NTNU.NO 2017-04-15 16:33:29 +0000
  • 4669737fe3 Updated SqlAlchemy + the new files Christoffer Viken 2017-04-15 16:33:29 +0000
  • f68d4d90a7 Updated SqlAlchemy chrivi@PVV.NTNU.NO 2017-04-15 16:27:12 +0000
  • e3267d4bda Updated SqlAlchemy Christoffer Viken 2017-04-15 16:27:12 +0000
  • 20ea0cec20 Bar code lengths give different formats. chrivi@PVV.NTNU.NO 2017-03-27 16:02:24 +0000
  • 2c790e1fe1 Bar code lengths give different formats. Christoffer Viken 2017-03-27 16:02:24 +0000
  • ed5955de46 Better typeface chrivi@PVV.NTNU.NO 2017-03-25 16:20:51 +0000
  • 195f88ad06 Better typeface Christoffer Viken 2017-03-25 16:20:51 +0000
  • f1fa9ce124 Text fixes chrivi@PVV.NTNU.NO 2017-03-25 16:02:29 +0000
  • 899f7c4ecd Text fixes Christoffer Viken 2017-03-25 16:02:29 +0000
  • c26019dd5e Aaand font paths chrivi@PVV.NTNU.NO 2017-03-25 15:59:47 +0000
  • b201c6d8c7 Aaand font paths Christoffer Viken 2017-03-25 15:59:47 +0000
  • e860b66cda Aaand font paths chrivi@PVV.NTNU.NO 2017-03-22 17:16:22 +0000
  • 5a0ba1523b Aaand font paths Christoffer Viken 2017-03-22 17:16:22 +0000
  • 44eec09853 Maybe remember the rotation and menu name chrivi@PVV.NTNU.NO 2017-03-22 17:13:15 +0000
  • 8e47a1848b Maybe remember the rotation and menu name Christoffer Viken 2017-03-22 17:13:15 +0000
  • ae129f4ae0 Add print menu chrivi@PVV.NTNU.NO 2017-03-22 17:02:11 +0000
  • 6d205fcf18 Add print menu Christoffer Viken 2017-03-22 17:02:11 +0000
  • c459919fae Ok, new try to get it working WTF debian chrivi@PVV.NTNU.NO 2017-03-21 22:27:37 +0000
  • 1917944966 Ok, new try to get it working WTF debian Christoffer Viken 2017-03-21 22:27:37 +0000
  • 1b02a878b3 No idae what happened, but rotate in PIL instead of brother chrivi@PVV.NTNU.NO 2017-03-21 21:08:19 +0000
  • 806c9c3516 No idae what happened, but rotate in PIL instead of brother Christoffer Viken 2017-03-21 21:08:19 +0000
  • 01c6e73fee Another try for 2.7 support chrivi@PVV.NTNU.NO 2017-03-21 20:50:41 +0000
  • 1b13dd9d32 Another try for 2.7 support Christoffer Viken 2017-03-21 20:50:41 +0000
  • 9ab59daf46 Python2 compatible maybe? chrivi@PVV.NTNU.NO 2017-03-21 20:47:37 +0000
  • 5a89ca7ccd Python2 compatible maybe? Christoffer Viken 2017-03-21 20:47:37 +0000
  • 2eb00c712f LabelPrinter functionality chrivi@PVV.NTNU.NO 2017-03-21 20:43:36 +0000
  • 6fdf157b5f LabelPrinter functionality Christoffer Viken 2017-03-21 20:43:36 +0000
  • e3dfc82d25 Added support for new RFID format chrivi@PVV.NTNU.NO 2017-03-16 18:54:42 +0000
  • ffd93278d9 Added support for new RFID format Christoffer Viken 2017-03-16 18:54:42 +0000
  • 5ca41475bc Counter view now has a "sign" to distinguish between purchases and anti-purchases. chrivi@PVV.NTNU.NO 2017-02-26 13:26:17 +0000
  • 13dbdf5f60 Counter view now has a "sign" to distinguish between purchases and anti-purchases. Christoffer Viken 2017-02-26 13:26:17 +0000
  • 41302684cc Join the last 2 entries in a purchase if they are the same thing. chrivi@PVV.NTNU.NO 2017-02-26 11:26:41 +0000
  • a0ec131c49 Join the last 2 entries in a purchase if they are the same thing. Christoffer Viken 2017-02-26 11:26:41 +0000
  • c2dc58aeaf Multiple buyers for 'add stock' menu chrivi@PVV.NTNU.NO 2017-02-25 16:28:38 +0000
  • a71274ed78 Multiple buyers for 'add stock' menu Christoffer Viken 2017-02-25 16:28:38 +0000
  • 12883cdc20 Add stock 'antipurchase' for auditing chrivi@PVV.NTNU.NO 2017-02-21 15:38:41 +0000