lakasir/lakasir

The Laravel Framework.

Installs: 352

Dependents: 0

Suggesters: 0

Security: 0

Stars: 332

Watchers: 16

Forks: 146

Open Issues: 4

Type:project

dev-master 2024-04-17 12:41 UTC

README

logo

Lakasir Web App

Lakasir is a Point of Sale (POS) application built using Laravel for the API, the Filament admin panel for the web application, and Flutter for the mobile application.

Requirements

  • php 8.1
  • mysql 5.7 or higher
  • php-ext.* base on laravel extenstion requirement

Features

  • Role Management: Define roles and permissions for users.
  • Transaction Management: Handle sales transactions seamlessly.
  • Product Management: Manage your inventory and products effectively.
  • Simple Reporting: Generate reports for insights into sales and performance.
  • Simple Accounting: Basic accounting features for financial tracking.
  • Unit Price: The product will have a different price base on the basic unit
  • Friend Price: You can sell the product with a lower price or the highest price

Technologies Used

Installation

  1. Clone the repository: git clone https://github.com/lakasir/lakasir.git
  2. Navigate to the project directory: cd lakasir
  3. Install dependencies:
  4. Laravel:
    • composer install
    • cp .env.example .env
    • edit the env based on your local configuration
    • php artisan migrate --seed

Usage

  • api: localdomain.test/api/test
  • webapp: localdomain.test/member/login

Contributing

We welcome contributions from the community! If you'd like to contribute to Lakasir, please follow these steps:

  1. keep on eye on project board
  2. Fork the repository.
  3. Create a new branch (git checkout -b feature/new-feature).
  4. Make your changes and commit them (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/new-feature).
  6. Create a new Pull Request.

When contributing to this project, please keep an eye on our project features board on GitHub to stay updated with ongoing and planned features.

License

This project is licensed under the GPL-3.0 license - see the LICENSE file for details.

Contact

For any inquiries or support, please contact lakasirapp@gmail.com or you can open discussion in discussion features