Skip to content
forked from posko/posko

POSko is a Point-of-sale written in ruby on rails

License

Notifications You must be signed in to change notification settings

edwnmrtnz/posko-rails

 
 

Repository files navigation

POS using rails Deploy

An open source POS written on rails. Hopefully, it can support real world scenario.

Build Status Maintainability Test Coverage CodeFactor

Specs

  • Tested on Ruby 2.4.3
  • Rails 5.1.6

Setting Up

First Time

Run bin/setup

Else (development)

Instead of db:rollback && db:migrate,

Run bin/update

This command will drop your database and recreates it. Your data will be purged.

Model Diagram

Model Diagram

Running Test

bundle exec rspec or bundle exec guard

Dashboard Preview

Preview

API

The API references is available on POSko API Docs.

You can contribute by documenting our API here.

Mobile App companion

Android App by edwnmrtnz

Desktop App

It will follow after the release of version 1. I plan to utilize the power of Electron

Contributing

Contributions/Suggestions are very welcome. Check it out here

Supported Modules(Basic Functionality)

  • User
  • Products
    • Variants
    • Composite
      • Product Components

Check the diagram for more info.

TODOS (Basic Modules)

  • Roles (Ability later)
    • Pundit
  • Collections
  • Orders
    • OrderLines
    • Fullfillments
  • Payments
  • Customers
  • Cart(ecommerce later)
  • Addresses
  • Contacts
  • Reports(later)
  • Blog(not yet sure)
  • API with Documentation
  • Breadcrumbs
  • Branches

About

POSko is a Point-of-sale written in ruby on rails

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.1%
  • HTML 27.0%
  • CoffeeScript 1.1%
  • Other 1.8%