Skip to content

Releases: TInventory/Program

Sprint 3 Final

27 Nov 18:44
Compare
Choose a tag to compare

NOTE: The program is currently hard-coded to only point to our test database. It is okay to use it and add products and such, just something you should be aware of.

Added since last version:

  • Employee logins
  • Invoice view
  • Admin panel
  • CSV exporting
  • Hiding views employees don't have access to
  • Probably more

For in-depth user documentation, visit here: http://tinventory.rtfd.io/

Most people will want the all version below. If you will be providing your own versions of our dependencies, you can use bin.

Sprint 2 Final

06 Nov 18:33
Compare
Choose a tag to compare
Sprint 2 Final Pre-release
Pre-release

NOTE: The program is currently hard-coded to only point to our test database. It is okay to use it and add products and such, just something you should be aware of.

Added since last version:

  • A Customer Database. You can now specify a customer to sell to in the Sell Inventory view.
  • A search function for various Tables in our program.
  • An Employees Database. Currently only back-end; no UI associated with it yet.
  • A local logging framework. All items logged to console are now logged to file as well.
  • The ability to freeze the inventory.
  • The ability to specify a one-time unit-price override in the Sell Inventory view on a per-product basis.
  • Other minor optimizations and bug fixes.

For in-depth user documentation, visit here: http://tinventory.rtfd.io/

Most people will want the all version below. If you will be providing your own versions of our dependencies, you can use bin.

Sprint 1 Final

23 Oct 17:40
Compare
Choose a tag to compare
Sprint 1 Final Pre-release
Pre-release

NOTE: Database is currently not implemented. All changes are local and do NOT persist between runs. This is due to an issue we encountered that we could not complete in the time-frame allotted.

Currently implemented:

  • Ability to View Inventory
  • Ability to Sell Inventory
  • Ability to Create New Products
  • Ability to Receive Inventory
  • Inventory states are supported under-the-hood, but there is no good way to use them right now.

For in-depth user documentation, visit here: http://tinventory.rtfd.io/

Most people will want the all version below. If you will be providing your own versions of our dependencies, you can use bin.