Skip to content

Project laravel cashier system for managing products, customers, employees, invoices, and transactions.

Notifications You must be signed in to change notification settings

Clawwo/TokoNew-Laravel

Repository files navigation

TokoNew-Laravel

TokoNew-Laravel is a web-based cashier system built with Laravel. This application is designed to manage essential components of a retail business, including customers, employees, products, invoices, and cashier transactions. The system provides a structured and user-friendly interface for administrative and transactional operations.


Features

  • Customer Management
    View and manage a list of registered customers.

  • Employee Management
    Display and manage employee data.

  • Invoice History
    View history of sales invoices for transaction tracking.

  • Product Management
    List, add, and manage available products in the store.

  • Cashier Transactions
    Conduct real-time transactions via the cashier interface with automatic invoice generation.


Technologies Used

  • Framework: Laravel
  • Language: PHP
  • Database: MySQL
  • Templating Engine: Blade
  • Styling: Tailwindcss

Getting Started

Prerequisites

  • PHP >= 8.0
  • Composer
  • MySQL or MariaDB
  • Laravel CLI
  • Node.js and npm

Installation Steps

1. Clone the repository

 git clone https://github.com/Clawwo/TokoNew-Laravel.git

 cd TokoNew

2. Install PHP dependencies

 composer install

3. Copy and configure .env

 cp .env.example .env

 php artisan key:generate

Set up the database Edit .env and update database credentials:

 DB_DATABASE=your_database
 DB_USERNAME=your_username
 DB_PASSWORD=your_password

4. Run migrations and seeders

 php artisan migrate --seed

5. Compile frontend assets

 npm install && npm run dev

6. Serve the application

 php artisan serve

Screenshot

Image

Image

Image

Image

Image

Developer Identity

About

Project laravel cashier system for managing products, customers, employees, invoices, and transactions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published