Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.09 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.09 KB

Accounting Book

Introduction

You can create multiple accounting books and switch between them. You can add customer to the accounting book maintain there information.

Installation

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

Usage

  • 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

TODO

  • Customer Scope
  • Entry Scope
  • Additional information section next to customer table.
  • Additional information section next to entry table.
  • Notify user record Save/Update/Delete

FAQ