Direkt zum Hauptinhalt

Kürzlich aktualisierte Seiten

Werkstattorientierung im FabLab - Digitales Inventar

Inventar und Handbücher

Einleitung / Allgemeines Das physische Inventar im FabLab ist ein zentraler Bestandteil. Ohne We...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Was benötigen wir für eine eigene Inventar-Instanz?

Inventar und Handbücher

Du hast dich für eine digitale Inventarverwaltung entschieden? Fein! Das ist der erste Schritt fü...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

2. Etikettenkonzept

Inventar und Handbücher Vom Etikettenschild zum Objekt

InkScape Erweiterung "Inventory Sticker" generiert Aufkleber-Vektordateien Jedes Objekt im FabLa...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

5. Scanner-Konzept

Inventar und Handbücher Vom Etikettenschild zum Objekt

Schilder (siehe 4. Schilderkonzept) werden auf die Objekte angebracht und sind per Barcode scanba...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

7. Werkstattmonitor-Konzept

Inventar und Handbücher Vom Etikettenschild zum Objekt

Allgemein Zur Orientierung in der Werkstatt und im Verein allgemein befinden sich in jedem größe...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Gastzugang und spezielle Anpassungen (serverseitiger Code/Scripts)

Inventar und Handbücher Teedy API Scripts / database queries

Wir wollen unsere Inventarplattform so aufbereiten, dass sie auch für Gäste etwas zum Stöbern bie...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Importer for Windows

Inventar und Handbücher Teedy File and Document Processing

The Bulk file importer tool is based on NodeJS Documentation also available under https://gith...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Fix Preview Bug

Inventar und Handbücher Teedy File and Document Processing

In case the file preview is erroneous/empty but the file can be processed and it can be downloade...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Searching and Tags

Inventar und Handbücher Teedy File and Document Processing

Tags Tags can be nested. For example, the "Insurance" tag can be created and, for example, t...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Basic installation with Jetty and H2 Database

Inventar und Handbücher Teedy Installation and Configuration

Install Required Software #install a lot of stuff sudo apt update sudo apt install tesseract-o...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Migration from H2 to PostgreSQL

Inventar und Handbücher Teedy Installation and Configuration

Note that the migration will make you loosing all the OCR extracted text content from files in yo...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Automatic Mail Importing (Inbox Scanning)

Inventar und Handbücher Teedy Installation and Configuration

This feature can be configured by environment variables! → Environment Configuration

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Known Limitations

Inventar und Handbücher Teedy Installation and Configuration

General issues can be found in https://github.com/sismics/docs/issues If you delete a us...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Reprocess all files for a given user

Inventar und Handbücher Teedy API Scripts / database queries

Note that you can only re-process files which are your's! If you want to reprocess everything f...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Reindex / index repairing script

Inventar und Handbücher Teedy API Scripts / database queries

This script is for use as cron for example. By teedy username and password #!/bin/bash BAS...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Find ugly document titles

Inventar und Handbücher Teedy API Scripts / database queries

This statement looks for titles with unrequired whitespace duplicates /*title which contain doub...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Create new documents which act as collectors

Inventar und Handbücher Teedy API Scripts / database queries

This is an example for document names with german titles. We call this script once per month to a...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Scan for users without groups

Inventar und Handbücher Teedy API Scripts / database queries

To have better control about users, which logged in first time by LDAP and did not get mapped to ...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Undelete document

Inventar und Handbücher Teedy API Scripts / database queries

Once a document was deleted, we can restore most information except document files: SELECT * FRO...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt

Change owner of tags/files/documents

Inventar und Handbücher Teedy API Scripts / database queries

Within  Teedy, there is no function to change the owner of a document. So we cannot transfer docs...

Zuletzt aktualisiert: vor 1 Tag von Mario Voigt