Skip to content

Releases: maxolasersquad/orthosie

PLU support

21 Mar 00:46
Compare
Choose a tag to compare

This release has the following new features.

  • Items with a PLU code can now be entered, rung up, and searched.
  • The inventory screen is now more AJAXy.

One bug fix.

  • Fixed an issue causing the tax and scale flags to be wrong when inventory is created.

Some back-end changes occurred again.

  • Works with Django 1.7
  • RequireJS version bump (2.1.16)
  • Code meets more of the PEP8 standards.

Getting Closer

25 Apr 22:17
Compare
Choose a tag to compare

This release has the following new features.

  • Product search
  • Void rings
  • Void transactions

One bug fix.

  • Fixed an issue causing the tax and scale flags to be wrong when inventory is created.

Some back-end changes occurred as well.

  • Now using Font Awesome for icons.
  • Upgraded to jQuery 2.1.0
  • Upgraded to Bootstrap 3.1.1

Initial release

25 Jan 01:34
Compare
Choose a tag to compare

This release provides some very basic functionality needed for a point-of-sale system. It contains the following features.

  • Add any inventory that has a UPC. Inventory can have the following features.
    • A UPC.
    • A vendor.
    • A name.
    • A price.
    • Be taxable.
    • Be sold by weight. Note, the register does not currently have a way to ring up items sold by weight.
  • Update the details of Inventory, except its UPC.
  • A cash register that can ring up anything in inventory.
  • Give running totals of a transaction.
  • A transaction can be paid for and is ended once it is paid in full.
  • Print receipts at the end of a transaction.
    • Receipts can have customized headers.
    • Receipts can have customized footers.
  • Shifts can be ended.
    • At the end of a shift, totals are printed.
  • Can be used with both a keyboard and mouse, or on touchscreens.
  • Support for screens 800x600 and smaller.

image