Skip to content

a tiny application for helping with the selling of used books to new students

Notifications You must be signed in to change notification settings

Abhra1992/aufstellung

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aufstellung

A tiny application for helping with the selling of used books to new students at IIT Mandi.

Goals:

  • Track available inventory.
  • Track transactions.
  • Track items sold.
  • Compute amount due for a transaction.
  • Save amount sold for a transaction.

Data Model:

  • Person: Name (string)
  • ItemClass: Title (string), Price (Integer)
  • ItemInstance: ItemClass (ItemClass), Owner (person), Transaction (Transaction; the one in which it was sold)
  • Transaction: CustomerName (String), AmountPaid (Integer)

About

a tiny application for helping with the selling of used books to new students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 94.9%
  • CoffeeScript 3.1%
  • JavaScript 2.0%