Skip to content

devangb/Sell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

Aufstellung by Vikhyat Korrapati debugged

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published