-
Notifications
You must be signed in to change notification settings - Fork 63
Home
Salor Retail is a full featured Point of Sale system written entirely in open-source Ruby code.
This Wiki is the new form of documentation for the application, from a user and a developer point of view. This Wiki supercedes the documentation located at: http:/documentation.thebigrede.net/retail/installation.html however you can refer to that documentation for additional details.
From the image above you can see that Salor Retail comes with many options:
- Configurable store, including Loyalty Points system
- Multiple per-item tax profiles
- Categories (for products, and buttons on the POS Screen)
- Locations/Departments for Items
- Stock Locations for the Stock Room/Shelves
- Items, of course
- Broken Item Tracking
- Multiple Registers/Lanes
- Complex Actions
- Plugin Framework using V8 Javascript
- Definable Payment Methods, add as many as you like!
- Customizeable Buttons
Salor Retail also supports stock reports, barcode generation from SKUs, advanced and rigorous accounting procedures to avoid cheating (if you tamper with the system, it will show!), continuous order numbering, end of day reports, change calculation, drawer counting mini-app to help at the end of the day, multiple users, even multiple users at the same register (Requires employee code to complete an order).
Salor Retail has a clean, optimized display of Items with Page Navigation Buttons for touchscreens.
Salor Retail's Item's Support:
- Regular Items
- Grouped/Packaged Items
- Negative Price Items
- Items whose stock depends or influences another item (Cartons and Packs)
- Coupons (Are just a special kind of Item)
- Gift Cards (Multi-state item, you sell it, then it becomes active and can be used to discount orders)
Your tech department will love Salor Because:
- The entire system is accessible from the backend via an interactive console, all classes can be interacted with, and arbitrary code run!
- The main system is uncompiled (only the thin client is compiled C++) so arbitrary changes can be made to the system.
- Can be deployed as a gitrepo, and therefore forked on github!
- Is written in Ruby and Javascript, so your tech team can get up to speed quickly!
- The system can be accessed and managed remotely, if you get a Service Package from Red(E) Tools Ltd. We can login remotely to correct problems and update the system! You're never alone when you use Salor.
- You can maintain a training(development) environment to train new employees!