Skip to content

Accounting App build with following technology stack Laravel 9 + JetStream + Livewire + Alpine JS + Tailwind 3 + Filament Table and Filament Form

Notifications You must be signed in to change notification settings

mohsin-shaikh/accounting

Repository files navigation

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

About

Accounting App build with following technology stack Laravel 9 + JetStream + Livewire + Alpine JS + Tailwind 3 + Filament Table and Filament Form

Topics

Resources

Stars

Watchers

Forks