Skip to content

costa-developer/Tillara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Important Note: This Project, Tillara POS, is ready for production.

Local Installation

  1. Run composer install
  2. Run npm install
  3. Run npm run dev
  4. Copy .env.example to .env
  5. Run php artisan key:generate
  6. Set up your database in the .env file
  7. Run php artisan migrate --seed
  8. Run php artisan storage:link
  9. Run php artisan serve
  10. Visit http://localhost:8000 or http://127.0.0.1:8000

Note: Tillara uses the Laravel Snappy Package for PDFs. On Linux, no additional configuration is needed. On other operating systems, refer to the Laravel Snappy Documentation.

Docker Installation

Start the application with MySQL using Docker Compose. Make sure DB_HOST points to the MySQL container (here, db).

  1. Run docker build -t tillara-pos .
  2. Run docker compose up
  3. Visit http://localhost:8000 or http://127.0.0.1:8000

Admin Credentials

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

Demo

Live Demo: Coming soon

Tillara POS Features

  • Products Management & Barcode Printing
  • Stock Management
  • Quotation Creation & Email Sending
  • Purchase Management
  • Sale Management
  • Purchase & Sale Return Management
  • Expense Management
  • Customer & Supplier Management
  • User Management (Roles & Permissions)
  • Multiple Product Images
  • Multiple Currency Settings
  • Unit Settings
  • System Settings
  • Reports & Analytics

License

Creative Commons Attribution 4.0 cc-by-4.0


About

Tillara POS is a production-ready Laravel-based point-of-sale system featuring product and stock management, sales and purchase tracking, quotations, reports, multi-currency support, user roles, and PDF generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors