this post was submitted on 22 Oct 2023
3 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There's a zillion things you can do and implement for those kind of situation. If I was you, I would at least start by having:
I don't know if your company use GSuite for all their needs (docs, emails, etc). If the answer is yes, then it might be difficult to migrate from GDrive, but otherwise, I would replace it with something else.
If your salesperson need to look for a customer name INSIDE their files, they are not storing/naming them efficiently. I don't know the business you are in, how many customers you deal with and how many invoices a customers can have but here's a few ideas:
Invoices/Customer XYZ/2023-10-16 Invoice 1234.pdf
Invoices/Customer XYZ/2023-10-16 Computer Replacement Project.pdf
Invoices/2023/2023-10-16 Customer XYZ - Invoice 1234.pdf
Projects/Customer XYZ/Project Name/Date - Invoice Number - Whatever.pdf
That's just examples, but I would say that the kind of "metadata" they are looking for should be somewhere else than just in the content of the files
thanks! super helpful