Sistem Informasi Pencatatan Keuangan untuk Meningkatkan Performa Penjualan Keripik Pelepah Pisang di Kabupaten Jombang
View Demo
·
Report Bug or Request Feature
Table of Contents
Here we are :
- Nafis Arinda Rizky Putra Handoko (202410102065) - Project Manager
- Laila Nur Fardah (202410102018) - System Analyst
- Nico Wibiyanto (202410102081) - System Designer
- Benny Ridwan Susanto (202410102015) - Software Developer
- Laili Alfizah (202410102086) - Software Tester
DeboksKas adalah suatu aplikasi yang bisa digunakan untuk melakukan pencatatan keuangan, karyawan, warung, maupun produk yang dijual oleh mitra(Bu Rina) selaku penjual keripik pelepah pisang di Kabupaten Jombang. Selain melakukan pencatatan, mitra juga bisa melihat performa keuangan setiap minggu atau setiap bulan dan melihat warung mana yang menjual produk paling laris.
Here's a list of the technologies we used to build this project
- Buka terminal/cmd
- Ketik perintah dibawah ini secara berturut-turut di cmd :
git clone https://github.com/benny-rs/deboks-kas.git
cd deboks-kas
composer install
copy .env.example .env
- Buka file .env dan isikan
deboks_kas
padaDB_DATABASE
- Isi
DB_USERNAME
danDB_PASSWORD
sesuai konfigurasi XAMPP kalian, secara defaultDB_USERNAME=root
danDB_PASSWORD
kosong - Nyalakan Apache dan MySQL di XAMPP
- Buka browser dan ketikkan
http://localhost/phpmyadmin/
di address bar - Buat database dengan nama
deboks_kas
- Buka tab import lalu import file deboks_kas.sql
- Kembali ke cmd/terminal lalu ketikkan
php artisan key:generate
- Terakhir ketik
php artisan serve
lalu buka browser
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.