You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1016 B
Markdown

# Payroll POS - Laravel inertiajs
laravel Payroll POS Example with inertiajs - react with ui kit [daisyui](https://daisyui.com/components/form/input)
record products and employeess to print payments invoices for Indonesian workers
## Support me
<a href="https://trakteer.id/ajikamaludin" target="_blank"><img id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-blue-2.png" height="40" style="border:0px;height:40px;" alt="Trakteer Saya"></a>
## Requirements
* PHP 8.0 or latest
* Node 16+ or latest
## How to run
```bash
$ cp .env.example .env # create your database first, and then configure your database connection
$ composer install
$ php artisan migrate --seed
$ php artisan storage:link
$ php artisan serve
$ npm install
$ npm run dev # compiling asset for development
```
## Default User
```
username : admin@admin.com
password : password
```
## Compile Assets (for prod)
```bash
$ npm run build
```
## Screenshot
![](screenshot1.png?raw=true)
![](screenshot2.png?raw=true)