aplikasi payroll/pengajian untuk buruh harian lepas / per produksi , untuk cetak gaji dan pencatatan produksi
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.
 
 
 
dependabot[bot] ca0479afc3
Bump dompdf/dompdf from 1.2.0 to 1.2.2
Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/dompdf/dompdf/releases)
- [Commits](https://github.com/dompdf/dompdf/compare/v1.2.0...v1.2.2)

---
updated-dependencies:
- dependency-name: dompdf/dompdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
app fix dashboard 3 years ago
bootstrap first init 🚀 3 years ago
config add pdf download 3 years ago
database done payroll revision 3 years ago
public UPGRADE TO LARAVEL 9.0.0 3 years ago
resources update subtotal on print 3 years ago
routes add pdf download 3 years ago
screenshots add screenshort 3 years ago
storage first init 🚀 3 years ago
tests first init 🚀 3 years ago
.editorconfig first init 🚀 3 years ago
.env.example first init 🚀 3 years ago
.gitattributes first init 🚀 3 years ago
.gitignore first init 🚀 3 years ago
.styleci.yml first init 🚀 3 years ago
README.md UPGRADE TO LARAVEL 9.0.0 3 years ago
artisan first init 🚀 3 years ago
composer.json UPGRADE TO LARAVEL 9.0.0 3 years ago
composer.lock Bump dompdf/dompdf from 1.2.0 to 1.2.2 2 years ago
jsconfig.json first init 🚀 3 years ago
package-lock.json UPGRADE TO LARAVEL 9.0.0 3 years ago
package.json UPGRADE TO LARAVEL 9.0.0 3 years ago
phpunit.xml first init 🚀 3 years ago
screenshot1.png update readme 3 years ago
screenshot2.png update readme 3 years ago
server.php first init 🚀 3 years ago
tailwind.config.js update theme, support mysql 3 years ago
webpack.config.js first init 🚀 3 years ago
webpack.mix.js user crud done 3 years ago

README.md

Payroll POS - Laravel inertiajs

laravel Payroll POS Example with inertiajs - react with ui kit daisyui record products and employeess to print payments invoices for Indonesian workers

Support me

Trakteer Saya

Requirements

  • PHP 8.0 or latest

How to run

$ cp .env.example .env # create your database first, and then configure your database connection
$ composer install
$ npm install
$ npm run dev # optional only if any changes you make in resource/js
$ php artisan migrate
$ php artisan storage:link
$ php artisan serve

Compile Assets

$ npm run dev

or

$ npm run watch

Screenshot