You can create multiple accounting books and switch between them. You can add customer to the accounting book maintain there information.
Clone the repository and run the following command:
git clone https://github.com/mohsin-shaikh/accounting.git
cd accounting
Install Composer dependencies:
composer install
Run the following command to create the database:
php artisan key:generate
php artisan migrate
Install npm dependencies:
npm install
npm run dev
Run Server:
php artisan serve
- Register your self
- Personal Book will be created automatically
- You can create multiple accounting books
- You can switch between them
- You can add customer to the accounting book
- You can add transactions to the accounting book
- You can view the transactions of the accounting book
- Customer Scope
- Entry Scope
- Additional information section next to customer table.
- Additional information section next to entry table.
- Notify user record Save/Update/Delete