Point of Sales (PoS) Teknokrat adalah aplikasi berbasis android yang terintegrasi dengan payment gateway. Latar belakang pengembangan aplikasi ini adalah untuk mempermudah para pegiat UMKM mengelola keuangan serta otomatisasi pembayaran secara digital dan laporan rugi-laba.
- Indexing Login User Berdasarkan Outlet
- Kelola Kategori Produk (Tambah, Hapus, Ubah)
- Kelola Produk (Tambah, Hapus, Ubah)
- Keranjang Produk
- Metode Pembayaran Menggunakan Cash dan Cetak Struk
- Metode Pembayaran Menggunakan API Midtrans
- Laporan Transaksi (Harian, Pekanan, Bulanan)
- Kelola Pegawai (Tambah, Hapus, Ubah)
- Kelola Outlet/Cabang Outlet (Tambah, Hapus, Ubah)
- Data Transaksi Pelanggan
Implementasi Back-End : download code
- clone project dengan perintah
git clone https://github.com/ichwansh03/android-pos.git
- download file back-end diatas dan ekstrak zip file. Jika menggunakan
XAMPP Control Panel
, letakkan hasil ekstrak didalam folderhtdocs
. - export file
dbpos.sql
- pada project
Android
, tambahkan beberapa library pada filebuild.gradle (module:app)
- ubah nilai
BASE_URL
pada file . Sesuaikan dengan IP local yang digunakan. - untuk penerapan payment gateway dapat dibaca selengkapnya pada
Copyright 2023 Ichwan Sholihin
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.