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