2
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 17 Nov 2023
2 points (100.0% liked)
Self-Hosted Main
504 readers
1 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
founded 1 year ago
MODERATORS
I have a ton of experience with this, and various systems, but here's how I recommend you go about this, as a strategy:
Spreadsheet software is extremely sophisticated these days. You can literally write code to do some incredible stuff. The reason I like the online versions such as Google Sheets is how it keeps a revision history of all of your changes. This means you don't have to worry about backing up, and if you've made a mistake at some point, you can trace back. If there are several people working on the same sheet, you can easily find out who added/modified/removed something. They made a mistake? No problem, you can roll back to before their changes! Easy peasy. And it's also automatically multi-user, you can see other people doing stuff live in the system. And you don't have to deal with multiple versions of a file (who has the latest?!), with online collaborative sheets everybody's on the same document, it's always the same document, and you don't have to think about it at all. It's also absolutely free!
Tip 1: Put your formulas at the top of the sheet, so you can have as much space as you need below for your items.
Tip 2: You can program it to automatically move items between different sheets of the same document, depending on status. If you need to be alerted on items that drop below a certain quantity, you can have a "Low items" sheet, which will show you only items from the main sheet where the quantity dropped below X. Either that, or you can use conditional formatting to make an entire line red if the quantity is below X.
Tip 3: You can actually connect Google Forms to your sheet, which means you can have a "simple" interface for intake, of people you don't want exposed to your sheet. Since the barcode scanner is essentially a "keyboard", you can scan any barcode or QR code into any field in the form.
Why like this?
I will preface by saying: You don't need a tank to kill a mosquito. I think in your case, simplicity trumps features.
There's a ton of systems out there. They all have different UI/UX and workflows, but in my experience it's always best to first figure out HOW you want to get things done. What are the workflows that work for you? You learn a lot about the process when you build it as I described above. You understand the difference between UPC codes used by manufacturers, and your own internal barcodes, and you learn strategies on storage/inventory, etc.
If you have any questions let me know!