https://github.com/paley777/kasirku
KasirKu is a cashier management system for website-based retail stores.
https://github.com/paley777/kasirku
cashier laravel website
Last synced: 10 months ago
JSON representation
KasirKu is a cashier management system for website-based retail stores.
- Host: GitHub
- URL: https://github.com/paley777/kasirku
- Owner: paley777
- Created: 2022-06-17T18:03:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T15:37:55.000Z (almost 2 years ago)
- Last Synced: 2025-04-18T07:51:26.895Z (about 1 year ago)
- Topics: cashier, laravel, website
- Language: PHP
- Homepage:
- Size: 14.6 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Cashier Management System (KasirKu)
The Cashier Management System (KasirKu) is a website-based system
with the Laravel 8 Framework. KasirKu functions to make things easier
cashier management. This system takes the case of one of the building retail stores in Bengkulu.
## Integration
Apart from using Laravel 8, this system also integrates the Framework
Bootstrap as front-end. This system uses SQL database and in
The development uses MySQL Workbench software.
## User Features
- Data Processing Management
- Cashier Management
- Recapitulation Management
## System Features
- Laravel 8
- Using Eloquent from Laravel
- Templates for headers and footers
- Full CRUD integration
- Authentication from Laravel
- Pagination
- Search Data
- Automatic Cashier Logic
- Automatic Transaction Notes
- Export PDF
-
## Optimization
N+1 Problems
## Run Locally
Clone the project
```bash
git clone https://github.com/paley777/kasirku.git
```
Go to the project directory
```bash
cd kasirku
```
Install dependencies
```bash
composer install
```
Delete Cache
```bash
php artisan cache:clear
```
Generate Laravel Key
```bash
php artisan key:generate
```
Make Storage Link
```bash
php artisan storage:link
```
Migrate
```bash
php artisan migrate
```
Start the server
```bash
php artisan serve
```
## Screenshots

## Suggestion
For suggestions and input on this system, please email valleryan1212@gmail.com