Giter Site home page Giter Site logo

sp2410 / clearanceapp Goto Github PK

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

Clearance Application to clear batches to vendors and add an item to a batch

Home Page: https://youtu.be/bthUk5JW_ck

Ruby 76.84% CoffeeScript 0.17% JavaScript 0.54% CSS 0.27% HTML 22.19%
bdd-specs rails-application ruby-on-rails

clearanceapp's Introduction

Problem

We need to clearance inventory from time to time. Certain items don't sell through to our vendors, so every month, we collect certain unsold items and sell them to a third party vendor for a portion of their wholesale price.

Vocabulary

Items refer to individual pieces of clothing. So, if we have two of the exact same type of jeans, we have two items. Items are grouped by style, so the two aforementioned items would have the same style.

Important data about an item is:

  • size
  • color
  • status - sellable, not sellable, sold, clearanced
  • price sold
  • date sold

A style's important data is:

  • wholesale price
  • retail price
  • type - pants, shirts, dresses, skirts, other
  • name

The users of this application are warehouse employees (not developers).
They have a solid understanding the business process they must carry out and look to our software to support them.

Requirements

This application currently handles the clearance task in a very basic way. A spreadsheet containing a list of item ids is uploaded and those items are clearanced as a batch. Items can only be sold at clearance if their status is 'sellable'. When the item is clearanced, we sell it at 75% of the wholesale price, and record that as "price sold".

  • The vendor buying the items on clearance needs to know what they've just purchased, so please provide a report for each batch about what items were clearanced.
  • We'd like to avoid requiring that users create a spreadsheet and upload it, and instead handle this process directly in the app. Since they can scan an item's barcode into any text field (as if typed directly by a keyboard), we'd like to try allowing them to create batches and clearancing them simply by entering item IDs.

Tech Specs:

  • Rails 4.2
  • Ruby 2.2
  • SQLite preferred, Postgres OK

clearanceapp's People

Watchers

 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.