32 Commits

Author SHA1 Message Date
971ca19d79 major: new repo structure
Moved the client and server in different repositories.
2022-02-03 09:58:03 +01:00
d03bcc4e66 fix: floating-point error 2022-01-17 23:04:26 +01:00
7cf602e8c3 fix: log-folder and datatypes v0.5.1 v0.5.2 2022-01-17 22:53:49 +01:00
f184a2493f
Merge pull request #1 from Lunaresk:new_folder_structure
New_folder_structure
v0.5.0
2022-01-17 20:30:57 +01:00
fd75f419e8 patch: better overview for datas 2022-01-17 20:19:19 +01:00
d52e5a63d5 Working on better folder structure
Trying to get a better maintainability by splitting the code in better
folders.
2022-01-17 12:56:32 +01:00
7ca0f576c8 fix: resend saved items properly v0.4.6 2022-01-17 12:55:45 +01:00
0768bb4ecf fix: catch closed connection v0.4.5 2021-12-28 14:50:25 +01:00
d297fa2cef refactor v0.4.4 2021-12-20 12:06:03 +01:00
821b8161df fix: logs working correctly and previous_scan bug
For debug purposes, configs and logs are now stored using semi-absolute
paths, so you can start the script from anywhere. Also fixed a weird bug
where items in the scans.json began to multiply every time items have
been scanned.
v0.4.3
2021-12-20 11:58:45 +01:00
67e726f95e fix: offline-login v0.4.2 2021-12-17 17:28:17 +01:00
b711644f55 fix: logger and match-case statements v0.4.1 2021-12-17 17:25:46 +01:00
f137400399 minor: fixed amount, amount increase and decrease
Added the possibility to scan a fixed amount (1, 2, 5 or 10) so you
don't have to scan the same item over and over again. Also, you can
increase the amount by +x and -x, depending on what code you scan.
v0.4.0
2021-12-17 16:45:08 +01:00
f37cfbdaaa fix: code-ids set correctly v0.3.3 2021-12-13 00:13:51 +01:00
a0c463d466 fix: catch error if server is not reachable v0.3.2 2021-12-06 16:56:26 +01:00
b24ea7530f patch: change user when other user is scanned 2021-12-06 00:03:49 +01:00
222a335ddc fix: rows get updated if duplicate items get sent v0.3.1 2021-12-04 13:49:11 +01:00
822eb7bfa7 fix: database result grouping v0.3.0 2021-12-04 13:02:54 +01:00
7eed8a7835 minor: group saved results with same date and user 2021-12-04 12:44:44 +01:00
9a571a4ad7 fix: no more iterating through manipulated list v0.2.5 2021-12-04 11:42:54 +01:00
9d404e0dae fix: inconsistency v0.2.4 2021-12-04 11:30:19 +01:00
e5fa7942c7 fix: fix some inconsistencies v0.2.3 2021-12-04 11:06:05 +01:00
8504ccdf1a fix: save date correctly v0.2.2 2021-12-04 10:50:20 +01:00
60661ce2ec fix: return scanned if server is unreachable v0.2.1 2021-12-03 15:36:08 +01:00
bae97263ed Merge branch 'main' of https://github.com/Lunaresk/WG_Scan2Kasse v0.2.0 2021-12-03 04:37:32 +01:00
1ff1108ba3 patch: deal with items not inserted to database 2021-12-03 04:37:21 +01:00
ff5a6f3fe8
Create main.yml
Automate creation of server and client zip files
2021-12-03 04:36:18 +01:00
df150b531d fix: make server connectable without debug mode v0.1.0 2021-11-30 09:34:15 +01:00
073e2a6475 refactor: further cleanup 2021-11-26 12:06:52 +01:00
0a3b422e3d refactor: cleanup function v0.0.0 2021-11-26 11:54:57 +01:00
3cabbe22db feat: initial functionality 2021-11-26 10:34:42 +01:00
fd3dc79f76
Initial commit 2021-11-02 13:57:51 +01:00