Skip to content

firexsantos/zakirpos

Repository files navigation

Zakir POS

This Project is ready for Production. If you find any bug or have any suggestion please create an Issue.

Local Installation

  • run git clone https://github.com/firexsantos/zakirpos.git
  • run composer update
  • run npm install
  • run npm run dev
  • copy .env.example to .env
  • run php artisan key:generate
  • set up your database in the .env
  • run php artisan migrate --seed
  • run php artisan storage:link
  • run php artisan serve
  • then visit http://localhost:8000 or http://127.0.0.1:8000.

Important Note: "Zakir POS" uses Laravel Snappy Package for PDFs. If you are using Linux then no configuration is needed. But in other Operating Systems please refer to Laravel Snappy Documentation.

Admin Credentials

Email: admin@test.com || Password: 12345678

Demo

Zakir POS Live Demo: belum tersedia

Zakir POS Features

  • Products Management & Barcode Printing
  • Stock Management
  • Make Quotation & Send Via Email
  • Purchase Management
  • Sale Management
  • Purchase & Sale Return Management
  • Expense Management
  • Customer & Supplier Management
  • User Management (Roles & Permissions)
  • Product Multiple Images
  • Multiple Currency Settings
  • System Settings
  • Reports

Mengatasi error saat composer update

Illuminate\Contracts\Container\BindingResolutionException

  • run composer remove nwidart/laravel-module
  • hapus file config/modules.php
  • run composer require nwidart/laravel-module
  • run again composer update

License

Creative Commons Attribution 4.0 cc-by-4.0

About

Zakir POS is an open source Inventory Management with POS System. Developed with Laravel 8, Bootstrap 4 & Livewire 2.0. It's completely free to use.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published