|
|
a18cf652fa
|
feat(ping): added in 3 new funcitons to ping devices to see if they are alive before doing something
|
2025-03-14 07:35:10 -05:00 |
|
|
|
84ce009310
|
fix(crash alerts): remmoved close sql as it spammed bad when we couldnt connect
|
2025-03-14 07:34:43 -05:00 |
|
|
|
dc04d97229
|
feat(rfid): added tables to the db for tags and readers
|
2025-03-14 07:34:12 -05:00 |
|
|
|
bb1635a5b4
|
fix(sql): oops forgot to remove the returns i put in to ignore an error
|
2025-03-13 21:38:54 -05:00 |
|
|
|
da04e9d35d
|
test(rfid): intial trials built
|
2025-03-13 21:37:04 -05:00 |
|
|
|
0054c8f7d4
|
test(updates): rewrite of update system
|
2025-03-13 15:44:53 -05:00 |
|
|
|
80567d2dd9
|
refactor(sql): reduced the time before start up
|
2025-03-13 15:44:22 -05:00 |
|
|
|
d6942dd982
|
feat(settings): added in more settings
|
2025-03-13 15:44:04 -05:00 |
|
|
|
155b7d92aa
|
fix(query): shipmentPallets change from last move to production date
|
2025-03-13 15:43:45 -05:00 |
|
|
|
6158f254b7
|
fix(sql server): reduced the risk of error when missing data
|
2025-03-13 15:43:15 -05:00 |
|
|
|
58975ca117
|
feat(serverdata): all server info will be in all servers now for reduncay
|
2025-03-13 15:42:51 -05:00 |
|
|
|
78dc597477
|
refactor(system): checks now in time out to ensure everything connected
|
2025-03-13 15:42:24 -05:00 |
|
|
|
90d0760352
|
fix(auth): proper logging for errors in role check
|
2025-03-13 15:41:43 -05:00 |
|
|
|
c386c5ea8b
|
feat(ocme): added in shipment data with increased checked
|
2025-03-13 15:41:21 -05:00 |
|
|
|
d95b81d303
|
perf(auth): changed the way logs look in the setRoles
|
2025-03-13 15:40:45 -05:00 |
|
|
|
2130adedb3
|
refactor(auth): added in timeout for adding new roles to make sure everything else is connected 1st
|
2025-03-13 15:40:10 -05:00 |
|
|
|
f69a40af3a
|
feat(install): added install instructions
|
2025-03-13 15:39:38 -05:00 |
|
|
|
9c66e6aac6
|
test(apihits): monitoring this still to make sure its working as intended but low priority
|
2025-03-13 15:39:18 -05:00 |
|
|
|
b9724aa89c
|
feat(server): added a missing db prevention crash
|
2025-03-13 15:38:46 -05:00 |
|
|
|
3c2b10b28c
|
feat(db): serverData added in
|
2025-03-13 15:38:22 -05:00 |
|
|
|
5c2d79c125
|
fix(consumption): correction to the status code to always be 200 on success: true
|
2025-03-11 05:48:00 -05:00 |
|
|
|
d70469bcbb
|
chore(release): 2.4.0
|
2025-03-10 17:28:45 -05:00 |
|
|
|
995311c563
|
feat(querys): plant query for gln and label data for sscc and other info
|
2025-03-10 16:59:17 -05:00 |
|
|
|
123d8a09ba
|
feat(ocme): new setting for determining the fifo check
|
2025-03-10 16:58:48 -05:00 |
|
|
|
4fe400af3b
|
refactor(modules): changed how the defaults are on some modules
|
2025-03-10 16:58:30 -05:00 |
|
|
|
8c31ac723d
|
test(ocme): shipment pallets
|
2025-03-10 16:58:06 -05:00 |
|
|
|
a5cd8433f7
|
refactor(ocme): postRunning number removed bloat
|
2025-03-10 16:35:29 -05:00 |
|
|
|
c5f12814ea
|
feat(ocme): pickedup route added
|
2025-03-10 16:35:07 -05:00 |
|
|
|
e2562768a5
|
refactor(ocme): added in apihits to getinfo
|
2025-03-10 16:34:46 -05:00 |
|
|
|
971038b10e
|
feat(ocme): finalized posting RN and sscc just to keep it the same as ocme
|
2025-03-10 16:34:25 -05:00 |
|
|
|
1bcb4db328
|
feat(ocme): added in picked up and included a all function to reduce endpoints
|
2025-03-10 16:33:24 -05:00 |
|
|
|
f15afe5c11
|
refactor(ocme): changes made so that we only get the not picked up pallets
|
2025-03-10 16:32:37 -05:00 |
|
|
|
0e579c84b5
|
refactor(server:consume): change so error returns 200 so we can see the true error
|
2025-03-10 16:32:02 -05:00 |
|
|
|
40b970ef92
|
refactor(logger): changed so that everything comes over as lowerCase to make it more easy to search
|
2025-03-10 16:31:27 -05:00 |
|
|
|
0eb60706e4
|
feat(roles): added tester role
|
2025-03-10 16:29:13 -05:00 |
|
|
|
27d242f4f3
|
refactor(register): split the code to be more standard to the rest of the app
|
2025-03-10 16:22:46 -05:00 |
|
|
|
cd4109533e
|
fix(auth): changed the profile update so we can run correctly now
|
2025-03-10 16:20:07 -05:00 |
|
|
|
8b1c65db4e
|
feat(sscc): added in a creation of the sscc for now only ocme but will extend to be label data
|
2025-03-10 16:19:33 -05:00 |
|
|
|
6d1157a9d0
|
refactor(server): added in ability to listen on all ip's
|
2025-03-10 16:19:04 -05:00 |
|
|
|
9df643ce6b
|
feat(materials): added in comsumption card to consume based on running nr
|
2025-03-10 16:18:25 -05:00 |
|
|
|
6c4e14fad3
|
feat(permissions): more permissions for accessing via sidbar
|
2025-03-10 16:17:57 -05:00 |
|
|
|
22e050ebfa
|
test(apihits): framework for apiHits to be implemented but no db insert yet
|
2025-03-10 16:16:46 -05:00 |
|
|
|
008717b988
|
refactor(db): added in a db config for dev
|
2025-03-10 16:16:07 -05:00 |
|
|
|
65b35bc9a3
|
fix(user): when user didnt hape permissions would error, changed to have undefined now
|
2025-03-10 09:35:52 -05:00 |
|
|
|
12e15babb4
|
fix(logging): updated entire server side to the new logging system
|
2025-03-07 13:40:29 -06:00 |
|
|
|
ce11b1f57e
|
feat(logger): added transport to post to db instead of file
|
2025-03-07 13:39:53 -06:00 |
|
|
|
ef26b6aa79
|
feat(ocme): added in ocme with endpoints base
|
2025-03-07 13:39:32 -06:00 |
|
|
|
a1c9ad65b8
|
feat(sqlserver): added in the sqlconnnection
|
2025-03-07 13:38:14 -06:00 |
|
|
|
c74f8e2a5f
|
fix(server): changed the url to always be lowercase when it comes over
|
2025-03-07 05:49:13 -06:00 |
|
|
|
402ce734b3
|
feat(tcpserver): added in the intial tcpServer startup
|
2025-03-06 19:37:07 -06:00 |
|