Kürzlich aktualisierte Seiten
Werkstattorientierung im FabLab - Digitales Inventar
Einleitung / Allgemeines Das physische Inventar im FabLab ist ein zentraler Bestandteil. Ohne We...
Was benötigen wir für eine eigene Inventar-Instanz?
Du hast dich für eine digitale Inventarverwaltung entschieden? Fein! Das ist der erste Schritt fü...
2. Etikettenkonzept
InkScape Erweiterung "Inventory Sticker" generiert Aufkleber-Vektordateien Jedes Objekt im FabLa...
5. Scanner-Konzept
Schilder (siehe 4. Schilderkonzept) werden auf die Objekte angebracht und sind per Barcode scanba...
7. Werkstattmonitor-Konzept
Allgemein Zur Orientierung in der Werkstatt und im Verein allgemein befinden sich in jedem größe...
Gastzugang und spezielle Anpassungen (serverseitiger Code/Scripts)
Wir wollen unsere Inventarplattform so aufbereiten, dass sie auch für Gäste etwas zum Stöbern bie...
Importer for Windows
The Bulk file importer tool is based on NodeJS Documentation also available under https://gith...
Fix Preview Bug
In case the file preview is erroneous/empty but the file can be processed and it can be downloade...
Searching and Tags
Tags Tags can be nested. For example, the "Insurance" tag can be created and, for example, t...
Basic installation with Jetty and H2 Database
Install Required Software #install a lot of stuff sudo apt update sudo apt install tesseract-o...
Migration from H2 to PostgreSQL
Note that the migration will make you loosing all the OCR extracted text content from files in yo...
Automatic Mail Importing (Inbox Scanning)
This feature can be configured by environment variables! → Environment Configuration
Known Limitations
General issues can be found in https://github.com/sismics/docs/issues If you delete a us...
Reprocess all files for a given user
Note that you can only re-process files which are your's! If you want to reprocess everything f...
Reindex / index repairing script
This script is for use as cron for example. By teedy username and password #!/bin/bash BAS...
Find ugly document titles
This statement looks for titles with unrequired whitespace duplicates /*title which contain doub...
Create new documents which act as collectors
This is an example for document names with german titles. We call this script once per month to a...
Scan for users without groups
To have better control about users, which logged in first time by LDAP and did not get mapped to ...
Undelete document
Once a document was deleted, we can restore most information except document files: SELECT * FRO...
Change owner of tags/files/documents
Within Teedy, there is no function to change the owner of a document. So we cannot transfer docs...