invaders-xx / erpsaas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChartOfAccountsPageGithub1 CompaniesPageGithub1 DepartmentsPageGithub1 EmployeesPageGithub1 BanksPageGithub1 AccountsPageGithub1 CardsPageGithub1 IncomesTransactionPageGithub1 ExpensesTransactionPage1 RevenueAccountPage1 ExpensesAccountPage1

ERPSAAS

An ERP Software System Package for Filament:

Installation

  1. Git clone:
git clone https://github.com/andrewdwallo/erpsaas.git
  1. Cd into erpsaas directory
cd erpsaas
  1. Install via composer:
composer install
  1. Copy .env.example and configure your database:
cp .env.example .env
  1. Generate APP_KEY for Laravel:
php artisan key:generate
  1. Install Dependencies via Yarn: If yarn is not installed on your system globally install via npm:
npm install --global yarn
yarn install
  1. Run Dev:
yarn run dev
  1. IMPORTANT! Link your database (preferably mysql) to app storage in order to generate assets/images/csv files:
php artisan storage:link
  1. Migrate the database tables to your DB:
php artisan migrate
  1. Now run the following command to install shield (do --fresh just in case):
php artisan shield:install --fresh
  1. Follow the prompts, then login with your email and password at the following url or similar at your-url/admin:
https://erpsaas.test/admin 
  1. In this order:
Create A New Company (As Many As You Want)
Create Department(s) For Company/Companies
Create Employee(s) For Your Company/Companies
Create An Asset for Your Bank First with Account Name being your Bank Name (example. Bank of America) as a Current Asset
Create Bank(s) for Your Company/Companies and Departments
Create Account(s) for Your Bank(s)
Create Card(s) for Your Account(s)
Create Income & Expense Transaction(s) for Your Card(s)
Enjoy!

Contributing

Contributions are needed!! I plan on making this a full fledged ERP System with more than an accounting Module. I plan on integrating Plaid for accounting automation in the future.. Please fork this repo and submit pull requests!

About

License:GNU General Public License v3.0


Languages

Language:PHP 93.4%Language:Blade 5.6%Language:JavaScript 0.7%Language:Shell 0.3%Language:CSS 0.1%