Giter VIP home page Giter VIP logo

dailystockcount's Introduction

DAILYSTOCKCOUNT

DailyStockCount is a flask webapp i created to use as a daily inventory for high value items. Many restaurants count high value proteins like steaks, chicken and seafood on a daily basis to watch for theft and general waste. DailyStockCount will give the manager instant results of their count

dailystockcount's People

Contributors

wandored avatar dependabot[bot] avatar

Stargazers

Robert Kinsella avatar Jack Kinsella avatar

Watchers

James Cloos avatar  avatar Jack Kinsella avatar Robert Kinsella avatar

dailystockcount's Issues

restrict registration

restrict registration so only a current user (or admin) can register a new user who will receive an email to reset password.

Container Subdomain variable

Need to setup a variable to use for SERVER_NAME in users.utils.py

def send_welcome_email(user): token = user.get_reset_token(expires_sec=86400) msg = Message( 'Welcome to DailyStockCount.com', recipients=[user.email] ) current_app.config['SERVER_NAME'] = 'development.dailystockcount.com' with current_app.test_request_context(): url = url_for( 'users.reset_token', _external=True, token=token ) msg.html = render_template( 'users/register_email.html', url=url, username=user.username ) mail.send(msg)

0 sales days messes up the chart

Chart does not account for days with 0 or missing sales. Just stacks the days with sales starting from 7 days ago. Need to convert None sales to 0. Include None sales days in filter

model relationship

create model relationships between items and counts, purchases and sales linking ID.

Need Admin user roll

refactor login and security so admin user is only one who can add/remove regular users

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.