https://github.com/paley777/mypos
MyPOS is a website-based Point of Sales system using the Laravel framework. This system has features ranging from goods flow management, cashiers, invoices and reporting.
https://github.com/paley777/mypos
laravel mypos pointofsale pos website
Last synced: 10 days ago
JSON representation
MyPOS is a website-based Point of Sales system using the Laravel framework. This system has features ranging from goods flow management, cashiers, invoices and reporting.
- Host: GitHub
- URL: https://github.com/paley777/mypos
- Owner: paley777
- Created: 2023-10-08T17:36:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-12T08:12:01.000Z (4 months ago)
- Last Synced: 2026-06-05T18:50:58.778Z (28 days ago)
- Topics: laravel, mypos, pointofsale, pos, website
- Language: Blade
- Homepage:
- Size: 6.17 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyPOS Version 2.0 | Point of Sales Integrated Systems
MyPOS Version 2.0 is a website-based integrated point of sales system using the Laravel Framework. This system has the features needed by a POS system, starting from management of goods flow, stock, cashier, invoices to reporting.
## Integration
Apart from using Laravel 10, this system also integrates the Bootstrap Framework as a front-end. This system uses SQL and Jquery databases.
## User Features
- Registration, Customer and Supplier Management.
- Management of incoming, outgoing and stock flow of goods.
- Cashier System
- Invoices
- Reporting
- Returns Management
- Receivables Management
## System Features
- Using Eloquent from Laravel
- Templates for headers and footers
- Full CRUD integration
- Authentication from Laravel
- Account Role: Super Admin, Admin, Cashier
- Cashier System
- Returns and Receivables management
- Sales Summary
## Optimization
- Table optimized by Datatables.
- Middleware
- FormRequest
## licences
- Under license by Valleryan Virgil Zuliuskandar
## Run Locally
Clone the project
```bash
git clone [https://github.com/paley777/siperpus.git](https://github.com/paley777/mypos.git)
```
Go to the project directory
```bash
cd mypos
```
Copy example.env to .env file
```bash
cp .env.example .env
```
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




## Contributions
Thanks to @DemuraAIdev for contribution in Version 2.0
## Suggestion
For suggestions and input on this system, please email valleryan1212@gmail.com
