https://github.com/giandiport80/mypos
Aplikasi Point Of Sale berbasis web
https://github.com/giandiport80/mypos
codeigniter3 datatables jquery mysql php7 sweetalert2
Last synced: about 2 months ago
JSON representation
Aplikasi Point Of Sale berbasis web
- Host: GitHub
- URL: https://github.com/giandiport80/mypos
- Owner: giandiport80
- License: mit
- Created: 2022-05-24T02:34:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-24T02:36:06.000Z (about 4 years ago)
- Last Synced: 2025-06-05T16:05:34.959Z (about 1 year ago)
- Topics: codeigniter3, datatables, jquery, mysql, php7, sweetalert2
- Language: JavaScript
- Homepage:
- Size: 19.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: license.txt
Awesome Lists containing this project
README
# **myPOS**
Aplikasi Point Of Sale berbasis web menggunakan:
- PHP 7
- Codeigniter 3
- MySQL
- Ajax datatable
- Sweet Alert 2
### Instalasi:
note: Pastikan sudah terinstall web server dan database (aplikasi xampp) dan composer
- nyalakan webserver apacha dan mysql pada xampp
- simpan folder project di dalam htdocs
- buka folder projectnya di text editor (vscode atau sublime text) buka terminal
- > composer install
- kemudian ketikkan di chrome localhost/ci3_pos
- aplikasi siap dijalankan!
## List User :
###### username : admin | password : admin | role : admin
###### username : kasir1 | password : 12 | role : cashieer
## Application Interface
###### View Login

###### Login Success (use Sweet Alert 2)

###### View Dashboard

###### Form Add User (With Modal, use ajax)

###### Delete Confirm (Use Sweet Alert 2)

###### Barcode & Qrcode Generator

###### Payment Sale

## Resources
- [CodeIgniter 3](https://codeigniter.com/userguide3/index.html)
- [Admin LTE](https://adminlte.io/)
- [Sweet Alert 2](https://sweetalert2.github.io//)
- [Bootstrap 4](https://getbootstrap.com/docs/4.3/getting-started/introduction/)
- [jQuery](https://code.jquery.com/)
- [Endroid qrcode](https://github.com/endroid/qr-code)