Skip to content

buksmr/coorporative

Repository files navigation

Cooperative Society

Simplified Cooporative Society application for businesses and companies based on laravel - vue.JS

http://afrimoviereviews.com/bank/

username/password ebuka4u96@gmail.com/123456

# Below the list of modules we covered for the basic opensource tool
  • Dashboard
  • Clients
  • Products
  • Category
  • Product Units
  • Products
  • Loans
  • Contrbutions
  • Expenses
  • Purchases
  • Payments
  • Reports
  • Client Statement
  • Revenue By Client
  • Settings
  • Currencies
  • Company Profile
  • Payment Method
  • Tax Rates
  • System Settings

There are few main modules and several submodules. In #Dashboard it shows all loans, contributions and purchases at a glance

Node_Module

npm install node-sass --nodedir=/usr/local This cmd is used for install node_module folder. It support's npm run watch(To run the project)

.env<

create .env file and also add the databasename, username and password.

For example: APP_NAME=Laravel

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=finpayml
DB_USERNAME=root
DB_PASSWORD=*****

Migrations

  • php artisan migrate -- This cmd is used to create the table in database
  • php artisan passport:install -- it is used to install passport
  • php artisan key:generate -- it is used to key generate
  • php artisan db:seed -- it is used to fill some data automatically

Composer

The #composer update is a command that used to update the composer in the project. In this composer update it will add the new features or packages in vendor folder which is updated in JSON file

NPM

To run the project use the command #npm run watch

About

Corporative management solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published