All Projects → MPIB → Lagerregal

MPIB / Lagerregal

Licence: other
Super awesome inventory System for electronic devices

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Lagerregal

Binner
Open source parts inventory system for makers, electronics hobby, and professional engineers
Stars: ✭ 122 (+480.95%)
Mutual labels:  inventory
bizbook-client
The repository of bizbook client project
Stars: ✭ 28 (+33.33%)
Mutual labels:  inventory
gui
A very simple library to facilitate the menu creation in the Bukkit API
Stars: ✭ 55 (+161.9%)
Mutual labels:  inventory
django-graphql-graphene-example
A Django GraphQL API example with Django Graphene
Stars: ✭ 24 (+14.29%)
Mutual labels:  inventory
tinvedit
inventory editor for terraria game
Stars: ✭ 35 (+66.67%)
Mutual labels:  inventory
odoobooks
Odoo Best Practices - Online Book
Stars: ✭ 46 (+119.05%)
Mutual labels:  inventory
POS---Point-Of-Sales
Point of sales proof of concept developed using Asp.Net Core 2.2. Features: Customer, Vendor, Product, Purchase Order, Goods Receive, Sales Order, Inventory Transactions and POS form.
Stars: ✭ 120 (+471.43%)
Mutual labels:  inventory
sqstorage
A easy to use and quick way to organize your inventory, storages and storage areas
Stars: ✭ 18 (-14.29%)
Mutual labels:  inventory
ios-inventory-agent
Flyve MDM Inventory Agent
Stars: ✭ 27 (+28.57%)
Mutual labels:  inventory
glpi-agent
GLPI Agent
Stars: ✭ 89 (+323.81%)
Mutual labels:  inventory
simple-ansible-inventory
A simple, clean and easily readable Ansible inventory
Stars: ✭ 25 (+19.05%)
Mutual labels:  inventory
nix bsd mac inventory
Collect Inventory data from *Nix, BSD and mac OS and upload to Device42
Stars: ✭ 17 (-19.05%)
Mutual labels:  inventory
ocs-agent
Lite OCSInventory-NG Agent for Linux (Unofficial)
Stars: ✭ 14 (-33.33%)
Mutual labels:  inventory
PSP-Inventory
Inventorise your environment through PowerShell
Stars: ✭ 28 (+33.33%)
Mutual labels:  inventory
storaji-ui
Storaji frontend. Built with Electron and Angular 4.
Stars: ✭ 23 (+9.52%)
Mutual labels:  inventory
GuiLib
Yet another bukkit inventory gui library
Stars: ✭ 18 (-14.29%)
Mutual labels:  inventory
visansible
Visualization of Ansibel-Facts (Inventory-Data)
Stars: ✭ 13 (-38.1%)
Mutual labels:  inventory
gohai
System information collector
Stars: ✭ 91 (+333.33%)
Mutual labels:  inventory
inventory
Use a barcode reader to scan the foods in your house and add them to a database. See legacy for zbarcam integration. Master integrates with a USB barcode laser scanner.
Stars: ✭ 32 (+52.38%)
Mutual labels:  inventory
inventory-checkin
Inventory check-in/out manager that supports a tablet kiosk.
Stars: ✭ 16 (-23.81%)
Mutual labels:  inventory

Lagerregal

Lagerregal is a somewhat flexible inventory system. Mostly designed to work best for my workplace, but it should be easily customizable to your needs.

Build Status

Screenshots

Alt text

Features

  • Inventory system for devices based on Django and Bootstrap
  • "Business" concepts for buildings, sections, departments, users
  • LDAP integration and synchronization scripts
  • Tracks edits of a device
  • Lend devices to users
  • Multi-Language support
  • Generates and prints Dymo labels from templates for inventory stickers
  • Manage static IP addresses for legacy network environments
  • Semi-Automatic e-mail delivery (on lending, trashing etc)
  • Optional query and listing for puppet facts or opsi details of a device
  • Permission system for users and public device lists
  • Themable with bootswatch

Manual Quickstart

The following command will install all dependencies, setup a demo database, and start a testserver for development:

make run

After that you can point your browser to http://localhost:8000 and login with "admin:admin".

Label Printing

  1. Create necessary label templates with the official software and put them in static/.

  2. Set ALLOWED_INCLUDE_ROOTS = ('/path/to/static/dir',) in settings.py to the absolute location of that static folder.

  3. Set the LABEL_TEMPLATES, Example:

LABEL_TEMPLATES = {
    "sample_department": {
        "device": [
            "/path/to/Lagerregal/static/labels/device.label",
            ["data","keys","to", "use","in","label"] ]
        "room": [
            "/path/to/Lagerregal/static/labels/room.label",
            ["data","keys","to", "use","in","label"] ]
    }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].