Project

vyapari

0.0
No commit activity in last 3 years
No release in over 3 years
Comes with an admin interface to configure brands, multilevel categories & products
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.4.3, ~> 2.4.4
>= 0.9.0, ~> 0.10.0
>= 1.3.0, ~> 1.4.0
>= 4.4.0, ~> 4.8.0
~> 0.4.4
>= 0.10.0, ~> 0.10.1
>= 2.13.2, ~> 2.13.3
>= 1.3.9, ~> 1.3.10

Runtime

>= 0
>= 4.2.2, ~> 4.2
>= 1.0.1, ~> 1.0
~> 0.1.5
>= 5.0.2, ~> 5.0
~> 0.1.5
 Project Readme

Vyapari

A Simple Warehouse Management with integrated POS & E-Commerce Back End.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'vyapari'

And then execute:

$ bundle

Or install it yourself as:

$ gem install vyapari

Installation Instructions

Installation Instructions

Copy the migrations from the engines you are using Run the below command

$ bundle exec rake railties:install:migrations

This will copy migrations from kuppayam and usman engines which will have migrations to create images, documents, users, features and permissions respectively.

This will copy migrations from kuppayam and usman engines which will have migrations to create images, documents, users, features and permissions respectively.

Create Dummy Data

run rake task for loading dummy data for users and features to start with.

Mount the engine

Mount usman engine in your application routes.rb

mount Usman::Engine => "/"

open browser and go to /sign_in url

Configurations

config.railties_order = [:main_app, Vyapari::Engine, Usman::Engine, :all]

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.