An open API service indexing awesome lists of open source software.

https://github.com/farrelad/pos-jayalestari

A simple POS (Point Of Sales) web build with Laravel 11. This project have the main goal to show the implementation of basic routing, controller, and view in Laravel.
https://github.com/farrelad/pos-jayalestari

basic laravel laravel-11 pemrograman-web point-of-sale pos web website

Last synced: about 2 months ago
JSON representation

A simple POS (Point Of Sales) web build with Laravel 11. This project have the main goal to show the implementation of basic routing, controller, and view in Laravel.

Awesome Lists containing this project

README

          

# POS Jaya Lestari 🍀

Web result:

## Dashboard

![Dashboard](docs/img/dashboard.png)

## Products

![Products](docs/img/products.png)

## Users

![Users](docs/img/users.png)

## Transactions

### Show all transactions

![All transactions](docs/img/transactions.png)

### Create new transaction

![Create new transaction](docs/img/create-transaction.png)

### Edit transaction

![Edit transaction](docs/img/edit-transaction.png)

### Show detail transaction

![Show detail transaction](docs/img/view-transaction.png)

### Delete transaction

![Delete transaction](docs/img/delete-transaction.png)