Software Point Of Sale (POS) dirancang untuk membantu usaha kecil dengan melacak pelanggan, item dan persediaan, dan menghasilkan laporan berdasarkan penjualan. Program ini bekerja bagus untuk bisnis yang menggunakan uang tunai, cek, atau nomor rekening untuk penjualan mereka.
Source Code software Point of Sale Berbasis PHP dengan framework CodeIgniter mungkin sedang kamu cari untuk bahan belajar bahasa pemrograman PHP. Untuk itu, saya bagikan source code ini.
Cara Instal
- Create/locate a new mysql database to install php point of sale into
- Execute the file database/database.sql to create the tables needed
- unzip and upload PHP Point Of Sale files to web server
- Copy application/config/database.php.tmpl to application/config/database.php
- Modify application/config/database.php to connect to your database
- Go to your point of sale install via the browser
- LOGIN using
username : admin
password : pointofsale - Enjoy
Itulah sekilas tentang source code aplikasi penjualan atau poin of sale berbasis codeigniter. Semoga bermanfaat.
Download