Skip to content

ariebj/roakpos

Repository files navigation

About ROAKPOS


Roakpos adalah aplikasi penjualan atau Point Of Sales yang bisa digunakan dalam usaha Cafe,Restoran,Retail ataupun usaha lainnya. Roakpos dibangun dan dikembangkan oleh Roakrak Kofi dengan tujuan memudahkan pelaku usaha dalam bertransaksi dengan pelanggan. ROAKPOS v.1.0 ini merupakan Free Version dan masih versi percobaan dalam tahap pengembangan. Aplikasi ROAKPOS menggunakan model aplikasi Progressive Web Application (PWA), keuntungan aplikasi model seperti ini adalah cross-platform yang artinya dapat menggunakan perangkat apapun dengan internet browser.

Info Aplikasi

  • Nama Rilis : ROAKPOS
  • Versi Rilis : v.1.0
  • Tanggal Rilis : 3 Maret 2021
  • Fitur :

Admin

  • Kasir Interface untuk transaksi penjualan
  • Dasbor Manajemen transaksi untuk kasir.
  • Akun Profile manajemen
  • Produk Manajemen produk, kategori, dan opsi produk.
  • Metode Pemesanan Manajemen metode pesan customer.
  • Laporan Transaksi Manajemen laporan transaksi

Customer

  • Kasir Interface transaksi pembelian customer
  • Dasbor Dasbor customer
  • Akun Profil managemen

System Requirement

  • Device : Desktop, Mobile, Tablet.
  • Framework : Laravel Versi 7 +
  • PHP : Versi 7.4 +

Terima kasih untuk Laravel, di dalam framework ini Aplikasi ROAKPOS dibangun dan dikembangkan. Dengan ekosistem yang komplit dan dukungan dari berbagai vendor kami memilih Laravel sebagai framework aplikasi, banyak hal yang kedepan nya dapat dikembangkan karena Laravel sangat didukung oleh banyak programmer. Oleh karena itu Aplikasi ROAKPOS akan selalu diperbarui dengan perbaikan fitur yang ada ataupun penambahan fitur baru selaras dengan perkembangan framework Laravel dan dependencies nya.

Screenshot





Install

1. Get the package

run command in your project folder

download

  • Download this repo and extract into your project folder

2. Go to project folder

run command in your project folder

  • cd roakpos

3. Install Composer

run command in roakpos folder

  • composer install
  • **please wait until installation done

4. Setup environtment

create .env file copy all contents inside .env-example this app using (class User extends Authenticatable implements MustVerifyEmail) you need to configure email server in .env file

  • *MAIL_MAILER=smtp
  • *MAIL_HOST=your.mail.host
  • *MAIL_PORT=your mail port
  • *MAIL_USERNAME=your email username (example@email.com)
  • *MAIL_PASSWORD=your email password
  • *MAIL_ENCRYPTION=mail encryption (eg.ssl or tls)
  • *MAIL_FROM_ADDRESS=your email address
  • *MAIL_FROM_NAME="${APP_NAME}" do not change

if you do not want implements email verification please change file 'User.php' inside folder 'app/Models', find this row:

  • class User extends Authenticatable implements MustVerifyEmail and change it become
  • class User extends Authenticatable

5. Generate App Key

still in folder roakpos run command

  • php artisan key:generate

6. Migration database

still in folder roakpos run command

  • php artisan migrate:fresh ** we not provide seeder so you need create first user and change the user status into 'admin' directly in your database after registration successfully.

7. Your DONE app ready

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.