Coder Social home page Coder Social logo

lakasir / lakasir_flutter Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 4.42 MB

Mobile app for Lakasir

Home Page: https://lakasir.com

License: GNU General Public License v3.0

Kotlin 0.02% Ruby 0.49% Swift 0.52% Objective-C 0.01% Dart 90.70% CMake 3.33% C++ 4.35% C 0.25% HTML 0.32%
flutter mobile-app open-source pos-app

lakasir_flutter's Introduction

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 --path=database/migrations/tenant --seed
  5. Create the user using php artisan app:create-user

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 [email protected] or you can open discussion in discussion features

lakasir_flutter's People

Contributors

sheenazien8 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

lakasir_flutter's Issues

Add option to print the transaction (Flutter)

In the last step for transaction payment, we need to add the button for the user if the user wants to print the receipt or not, but we should add the logic in the button against the user's setting if the user didn't set the printer. We do not show the printer

add screen for notifications

Issues

We need to send the notification to Flutter using push notification when the stock runs out,
and the user can set the minimum stock for their notification, so we need to add a new parameter setting minimum_stock_nofication. This parameter has a default value of 0, so when the user doesn't set the setting, the notification will trigger when the stock is 0.

What we will do

  • add setting notification page and the page will contain:
    • form for handling minimum_stock_nofication
  • add new screen for notification page and the page will contain:
    • list of notifications: header/title, body/subtitle, actions
  • please add color to product stock when the stock runs out
  • integrate the notification with backend
    • register the fcm_token in /register-fcm-token
    • show the notification in page notification
    • add permission for update the set limit notification in setting
    • can update the stock limit in settting

Handle printer (Flutter)

On setting page we need add menu to manage the printer, inside the setting menu we need form:

  1. Dropdown menu: (RJ45, Bluetooth, USB "if any printer support this feature")

Bluetooth Section:

  1. Bluetooth devices list
  2. Name of the printer (free text)
  3. Bluetooth address
  4. Toggle button for connect/disconnect
  5. Status
  6. Test button

RJ45 Section:
Coming soon

USB Section:
Coming soon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.