https://github.com/kamaroly/kamaroshop
Kamaro Point of Sale Built on the top of Laravel FrameWork
https://github.com/kamaroly/kamaroshop
Last synced: over 1 year ago
JSON representation
Kamaro Point of Sale Built on the top of Laravel FrameWork
- Host: GitHub
- URL: https://github.com/kamaroly/kamaroshop
- Owner: kamaroly
- Created: 2015-01-01T13:10:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T22:06:43.000Z (about 2 years ago)
- Last Synced: 2025-01-21T23:32:04.486Z (over 1 year ago)
- Language: CSS
- Size: 10.5 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## Kamaro Point Of Sale
Affordable, complete platform for running a shop. it manages sales, prints receipts, processes payments,manages inventory, reports, and customers without extra hardware.
## What's new
After 3 years of working on the point of sales system which is built on CodeIgniter, I decided to revamp the entire platform and
write a new platform using Laravel framework which is total powered by API. this will allow the total flexibility and extension of the platform .
## Official dicumentation
Documentation for the entire system can be found on the [Kamaro Lambert Website](http://kamaroly.com/support/#/).
## Installation
> [First install rydurham/Sentinel ](https://github.com/rydurham/Sentinel)
### Run migrations
Begin by running migration
`` php
php artisan migrate --bench=kamaro/sentinel
y
php artisan db:seed --class="SentinelDatabaseSeeder"
y
php artisan migrate --bench="kamaro/contracts"
y
``
### service providers
``php
/////////////////////////////////////////
// Added other thirdparty dependencies //
/////////////////////////////////////////
'Sentinel\SentinelServiceProvider',
//////////////////////////////////////////////
// Kamaro Point of Sale service providers //
//////////////////////////////////////////////
'Kamaro\Customers\CustomersServiceProvider',
'Kamaro\Templates\TemplatesServiceProvider',
'Kamaro\Items\ItemsServiceProvider',
'Kamaro\Sales\SalesServiceProvider',
'Kamaro\Settings\SettingsServiceProvider',
/////////////////////////////////////////
// Added other thirdparty dependencies //
/////////////////////////////////////////
'Sentinel\SentinelServiceProvider',
'Laracasts\Flash\FlashServiceProvider',
//////////////////////////////////////////////
// Kamaro Point of Sale service providers //
//////////////////////////////////////////////
'Kamaro\Customers\CustomersServiceProvider',
'Kamaro\Templates\TemplatesServiceProvider',
'Kamaro\Items\ItemsServiceProvider',
'Kamaro\Sales\SalesServiceProvider',
'Kamaro\Settings\SettingsServiceProvider',
'Kamaro\Suppliers\SuppliersServiceProvider',
'Kamaro\People\PeopleServiceProvider',
'Kamaro\Receivings\ReceivingsServiceProvider',
'Kamaro\Reports\ReportsServiceProvider',
'Kamaro\Locations\LocationsServiceProvider',
////////////////////////////////////
// Third party alias added here //
/////////////////////////////////////
'Flash' => 'Laracasts\Flash\Flash',
//////////////////////////////
// Kamaro Facades //
//////////////////////////////
'Cart' => 'Kamaro\Sales\Cart',
### Contributing To KPOS
**All issues and pull requests should be filed on the [Kamaro Point of Sale](http://github.com/kamaroly/kpos3) repository.**
### LICENCE
The Kamaro Point of Sale software is licensed under the [MIT license](http://opensource.org/licenses/MIT)