Replies: 5 comments 1 reply
-
@Petrox you might have to explain this one further. Each stock item already reports its last "known" location - I am not sure how the barcodes would come into it? |
Beta Was this translation helpful? Give feedback.
-
Maybe it's in latest, but not in stable? I can't find where to see the last known location of a stock in my stable version either on web or mobile. My idea was to track any barcode/qrcode reads with geolocation (gps location), thus any user ever had his/her hands on a specific code for any reason could be localized. (Imagine looking for a small but pricey item which is NOT IN THE DRAWER, but your colleague yesterday had it's barcode from the other office) It might have privacy implications (eg. colleague home address), but it should be handled somehow by employee-legal contracts and policies. Also the phone OS might not allow location access to the app for numerous reasons. |
Beta Was this translation helpful? Give feedback.
-
I do agree about the geo-consciousness on ones private phone. So while my and your preference is to disable this, there could be vehicle dealers, travel companies, farmers and forest management where geolocation could be a lifesaver and unique feature. (also it could be VERY visible on the screen when going for a barcode/qrcode scan if GPS is enabled or not.) |
Beta Was this translation helpful? Give feedback.
-
@Petrox if by "location" you do mean "physical / geo" location, then as @matmair says this is not something that we will be putting into the codebase. There is nothing stopping you from implementing this as a plugin if you want this behaviour. In terms of a "location" history, this is available (automatically) for each stock item in the database. In addition to displaying the last known "location" (not geo location) it shows a transaction history for each item: ![]() |
Beta Was this translation helpful? Give feedback.
-
Ok.
…On Mon, Aug 21, 2023, 08:47 Oliver ***@***.***> wrote:
@Petrox <https://github.com/Petrox> if by "location" you do mean
"physical / geo" location, then as @matmair <https://github.com/matmair>
says this is not something that we will be putting into the codebase. There
is nothing stopping you from implementing this as a plugin if you want this
behaviour.
In terms of a "location" history, this is available (automatically) for
each stock item in the database. In addition to displaying the last known
"location" (not geo location) it shows a transaction history for each item:
[image: Screenshot 2023-08-21 at 4 45 38 pm]
<https://user-images.githubusercontent.com/10080325/261940930-9b49044d-9ae2-4de6-b346-df63069e1ec0.png>
tory for each item,
—
Reply to this email directly, view it on GitHub
<#5435 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXFKXNCBMXP2HZ3S4673LLXWMAA3ANCNFSM6AAAAAA3OSVSYY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I won't open issues on ideas out of the blue sky, I'll let you decide.
Some users might have multiple facilities and outdoor storages, maybe vehicles tools.
Sometimes assets go missing.
It would be very useful if the barcode/qrcode scans could be tracked back to see "last known location" (optionally with username)
That could give a hint where to look.
Unfortunately this feature needs to be implemented through the mobile app and the backend at the same time. Also it would require location access, that might trigger some users, they would also understand the context.
This feature could be also used with static smart gates (reading every code leaving the warehouse) or smart automatic systems like conveyor belts.
Beta Was this translation helpful? Give feedback.
All reactions