GithubHelp home page GithubHelp logo

thoremehr / lasaurapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fablab-ka/lasaurapp

0.0 2.0 0.0 33 MB

App for operating a Lasersaur.

Home Page: http://lasersaur.com

Python 18.11% Shell 0.01% C 2.44% C++ 0.19% HTML 1.29% CSS 74.04% JavaScript 3.91% Batchfile 0.01%

lasaurapp's Introduction

GetBadges Game

LasaurApp (FabLab Karlsruhe)

This is a fork of the official Lasersaur app.

It is tuned to run together with Odoo for administrative purposed, but can also be used as a standalone. To use the app with odoo, you need an instance of Odoo 10 running, and to install the module [machine_management](TODO Link).

Work in Progress

  • Add Authentification with Odoo for Laser Customers (not Laser Users, as those are already auhentificated with their ID Card)
  • Send Laser Job information to Odoo, currently only for logging.

Planed

  • Send Laser Job information to Odoo for payment purposes.
  • Show estimated Laser Job duration and total job cost before starting the job.

Finished

  • Add materials that can be selected and have their own cutting parameters - materials are extracted from odoo
  • Add ID Card authentification, Users are saved in odoo.

Installing

  • pip install requests

Using the lasaurapp with odoo

An instance of Odoo 10.0 is required. The module machine_management has to be installed

The following models have to be created:

  • Lab->Machine: This is the LaserSaur as seen in Odoo. Most parameters should be self-explanatory.

    • 'name': "LaserSaur"
    • 'status': "running" or "out of order"
    • 'rules': "free for all" to allow anyone with an ID Card to use the Laser, "restricted" to only allow users in "users" and "owners" to use it, "no access" to disable access
    • 'users': List of allowed Users. Each User should have an ID Card assigned to him
    • 'owners': currently same as "users", they are the peaple responsible for the LaserSaur
    • 'Product Tag 1': Used to tag products that are materials to be used with the Laser
    • 'Product tag 2': Used to tag products functioning as services containing the cost per minute of the use
  • Stock->Products: There is an additional tab "machien stuff" added wich contains material parameters.

    • 'parameter 1': Cut speed (mm/min)
    • 'parameter 2': Cut intensity (0-100%)
    • 'parameter 3': Engrave speed (mm/min)
    • 'parameter 4': Engrave intensity (0-100%)
  • Lab->ID-Card: Contains information about the ID Cards, cards have to be assigned to a user (res.partner) to be used. Currently only Serial Number authentification is used

    • 'card number': Serial Number of the Card, currently used for authentification
    • 'assigned client': the user (res.partner) to whom the Card belongs.
    • 'status': only "active" cards are functional.
    • 'card type': currently only "Serial Number" is supported
  • Settings->Users: You have to create a new User Account wich functions as the LaserSaur machine's user. It needs be in the security group "machine_users"

lasaurapp's People

Contributors

stefanix avatar philip-caroli avatar mostley avatar morbidick avatar wkraft-fablabka avatar hoijui avatar martinxyz avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.