Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 2.02 KB

README.md

File metadata and controls

35 lines (19 loc) · 2.02 KB

inventoryScan

A barcode reading application for small businesses to take inventory. Load in your current database from your EPOS system, scan what you've got, then send back the scanned items to your system.

Import

You can use iTunes file transfer or open .txt attachments in Mail.app to import your product database. inventoryScan currently only supports .txt import in the following format:

Unique Product ID 1 | Unique Product ID 2 | Product Description | Price | Quantity on hand

Scanning

Built in support for Infinite Peripherals line of Linea scanners. If a Linea scanner isn't present you can use the iOS keyboard for input.

Export

Email all your scanned inventory back to your EPOS system in the following format:

Unique Product ID | Quantity Scanned

About

This was a hobby for me, if you'd like to improve it and take it on - please go ahead. If you do I'd love to know about it.Email me at hello@johnyorke.me or follow me on Twitter @johnyorke.

Have fun!

License

Copyright (c) 2013 John Yorke

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.