Coder Social home page Coder Social logo

mizuho32 / microerp Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 17 KB

Very very small erp for home use, voice input available.

Ruby 20.59% HTML 22.05% CSS 13.84% JavaScript 42.93% Shell 0.59%
erp home warehouse voice-recognition self-hosted ownyourdata voice-input

microerp's Introduction

micro ERP

Very very small erp for home use, voice input available.

output3

$ bundle exec ruby ws.rb config.yaml
config.yaml
:server:
  :type_storage: "収納"
:client:
  :lang: "ja_JP"
  :autostart: true
  :select_word: !ruby/regexp /([^番]+)番/
  :commands:
    :next_form: ""
    :previous_form: "戻る"
    :delete_text: "削除"
    :submit: "送信"
    :save: "保存"
  :form_names:
    :name: "名前"
    :type: "タイプ"
    :parent: ""
    :comment: "コメント"
microerp.service
[Unit]
Description=Micro erp system
After=syslog.target network-online.target
Wants=network-online.target

[Service]
Type=simple
PrivateTmp=true
Environment=OVPATH=/path/to/project dir
ExecStart=/bin/bash ${OVPATH}/run.sh
ExecStop=/bin/kill $MAINPID
KillMode=process
#KillMode=control-group
RestartSec=5s
Restart=on-failure
#User=user
#Group=group

[Install]
WantedBy=multi-user.target

microerp's People

Contributors

mizuho32 avatar

Watchers

 avatar  avatar

microerp's Issues

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.