A web application focusing on the usage of popular framework, handpicked with consideration. To meet the everyday programming/coding obstacle and giving the best solution that we can find.
This project initially to create a simple POS (Point of Sales) that catering the basic of POS, like buy, sell, stock, report. But it still open to extend the capabilities like, linking to bank, payment, payroll, accounting, etc.
This project is porting from Java version, you can find the Java version here!
The Goal is to become the most up to date POS system using the most up to date technology and based with the best practice that every people in the world is using. Only with this goal we are forced to always learn and learn and learn to adapt with the latest technology and make us keep up to date with the current technology.
Thank you for all your effort/contributions/support for this project, I'm hoping that this project can be one of your tool to elevate your knowledge and skill. Keep on coding and supporting open source community.
Here are the list of people that contributing more than 10 issues/tasks/features
Start contributing by joining the team
Clone repository
$ git clone https://github.com/gitzjoey/tkbaruphp.git
Rename the .env.example to .env and change setting accordingly.
Make sure the database schema also already created in your database.
Windows -> $ copy .env.example .env
Linux -> $ cp .env.example .env
Run the Composer
$ composer install
Run the installation process
$ php artisan app:install
If something seem not right maybe try to dump-autoload and redo the process
$ composer dump-autoload
Fell free to add any feature suggestion by creating new Issues, and we can start discussing it
MIT License
The MIT License is a permissive license.
It lets you do anything with this code as long as you provide attribution back to this website.