Coder Social home page Coder Social logo

ssp_tab's People

Contributors

adharris avatar

Stargazers

 avatar

Watchers

 avatar

ssp_tab's Issues

Last User login

The user listings should show the last time the user accessed the system.

Buttons are weird shapes

The formtastic stylesheet overrides the jquery ui stylesheet, making the submit buttons look wanky

Changing an Item's base unit breaks cached columns

When changing an item's base units, the columns that store base units in purchases/inventories need to be updated. This is problematic, because there is no way to know what the base unit was once it is updated...

Food Item combo box unstyled

The text box portion of the combo box for selecting food items on purchases no longer uses jquery ui styling to match the adjoining button. This happened when updating jquery ui and the corresponding theme.

Negative/Absurd units

When a quantity is reduced to zero in inventory, it sometimes shows $-0.00 as the cost. Or really small values, using SE.

Purchases with the same item twice

It is a reasonable use case that a single purchase has multiple line items for the same food item. It is unknown if the price queue/averaging that goes into food inventories takes this into account.

My guess (having done no extended looking) is that the avg price may not use the prices in a way that makes it stable. Probably need to add an order to food_item_purchase so that they are always fetched in the same order.

Another option would be to defer the "avg cost" of an item at purchase to the purchase object itself, that way there different instances of the item in the purchase would be lost at the purchase level, but differences in avg prices between purchases would still be used for food inventories.

Creating purchase when there are no vendors

User can attempt to create a purchase when there are no vendors for a site.

** Desired behavior: ** Option to create purchase restricted if there are no vendors for sites

Error Deleting users

Deleting a user yields:

undefined method full_name' for #<User:0xb5f7fcf0> app/controllers/users_controller.rb:45:indestroy'

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.