Code Monkey home page Code Monkey logo

vms's Introduction

Building

export PATH=~/.cabal/bin:$PATH
cabal install --only-dependencies &&
cabal configure && cabal build &&
./dist/build/vms/vms Development

Database

sudo -i -u postgres
createuser matemat
createdb  -O matemat matemat
psql
alter role "matemat" with encrypted password '1234';

Mail

Configure mail in config/settings.yml

vms's People

Contributors

snoyberg avatar astro avatar payload avatar gregwebs avatar iquiw avatar mic92 avatar lubomir avatar dudebout avatar paul-rouse avatar

Stargazers

eri! avatar

Watchers

 avatar Leon Weber avatar  avatar Daniel Poelzleithner avatar Frank Becker avatar Sven Klemm avatar Jan Lelis avatar Tom Kazimiers avatar  avatar klobs avatar Marius Melzer avatar  avatar _john avatar Hendrik Sollich avatar Mike Gerber avatar Daniel Langner avatar Daniel Borchmann avatar Emery Hemingway avatar koeart avatar Alexander Lorz avatar eri! avatar  avatar  avatar  avatar James Cloos avatar  avatar  avatar  avatar Sebastian Oeste avatar Hagen Geissler avatar rys ostrovid avatar COeins avatar  avatar  avatar alice avatar Daniel Plominski avatar TonyBoston avatar Wolf avatar Paul Petring avatar

Forkers

mic92

vms's Issues

notification bundling

now: when you buy something, you get an email immediately.

than: when you buy something, it is noted. when you buy another thing, it is noted. after some time since the last note of a user, each note gets bundled into a single message. this message is send to the user.

list some transactions to undo them

when you touch the wrong item, you want to undo it.
provide this functionality via a list of the 5 last transactions where you can undo each of these transactions with just a single touch.

production deployment

  • server (web, db)
  • n800
  • strichlisten and db sync
  • communicate the vms culture, counting, checking, touching, counting...

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.