All Projects → frappe → mobile

frappe / mobile

Licence: MIT license
Mobile App for Frappe built on Flutter

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to mobile

renovation-core
The Frappe Javascript Front End Missing SDK
Stars: ✭ 23 (-86.93%)
Mutual labels:  frappe, erpnext
Erpnext
Free and Open Source Enterprise Resource Planning (ERP)
Stars: ✭ 10,220 (+5706.82%)
Mutual labels:  frappe, erpnext
renovation core
renovation.leam.dev
Stars: ✭ 15 (-91.48%)
Mutual labels:  frappe, erpnext
erpnext ocr
🐍 ⚗️ Optical Character Recognition using tesseract within Frappe.
Stars: ✭ 58 (-67.05%)
Mutual labels:  frappe, erpnext
renovation core.dart
The Frappe Dart/Flutter Front End SDK
Stars: ✭ 13 (-92.61%)
Mutual labels:  frappe, erpnext
apparelo
Frappe application to manage the manufacturing workflows in the garment industry. Reach us out at [email protected]
Stars: ✭ 26 (-85.23%)
Mutual labels:  frappe, erpnext
Frappe
Low code web framework for real world applications, in Python and Javascript
Stars: ✭ 3,349 (+1802.84%)
Mutual labels:  frappe, erpnext
POS-Awesome
POS Awesome is an open-source Point of Sale for Erpnext using Vue.js and Vuetify
Stars: ✭ 109 (-38.07%)
Mutual labels:  frappe, erpnext
awesome-frappe
A curated list of awesome things related to the Frappe Framework
Stars: ✭ 140 (-20.45%)
Mutual labels:  frappe, erpnext
erpnext-docker
Dockerizing erpnext
Stars: ✭ 16 (-90.91%)
Mutual labels:  frappe, erpnext
rfrappe
htmlwidget for frappe charts js library
Stars: ✭ 24 (-86.36%)
Mutual labels:  frappe
biometric-attendance-sync-tool
A simple tool for syncing Biometric Attendance data with your ERPNext server
Stars: ✭ 95 (-46.02%)
Mutual labels:  erpnext
erpnextswiss
ERPNext application for Switzerland-specific use cases
Stars: ✭ 58 (-67.05%)
Mutual labels:  erpnext
actpy
Python framework for business applications contains ERP , CRM , HRM , MRP , POS and many more
Stars: ✭ 30 (-82.95%)
Mutual labels:  erpnext
erpnext simple-pos
Simplified POS for ERPNext that works well on mobile browsers.
Stars: ✭ 18 (-89.77%)
Mutual labels:  erpnext
frappe charts
Frappé Charts Ruby gem for Rails.
Stars: ✭ 44 (-75%)
Mutual labels:  frappe
printnode-integration
Smarting Printing from Frappe using Print Node API
Stars: ✭ 21 (-88.07%)
Mutual labels:  frappe
design
🎨 Elements and source files of design resources used in products of frappe technologies
Stars: ✭ 27 (-84.66%)
Mutual labels:  frappe
erpnext it-management
Management von IT-Bausteinen. Hierzu gehören IT-Geräte und IT-Lösungen wie Server, Rechner, Netzwerke und E-Mailserver sowie auch Backups, Dienstleistungsverträge, Accounts und Internetleistungen.
Stars: ✭ 18 (-89.77%)
Mutual labels:  erpnext
ecommerce integrations
Ecommerce integrations for ERPNext
Stars: ✭ 54 (-69.32%)
Mutual labels:  erpnext

Deprecation Warning

We are deprecating mobile apps as discussed here.

If you willing to take the development forward, you can fork the repo and continue the development.

Frappe Mobile

Access your ERPNext desk or any other Frappe desk anytime from your smartphone.

Desk Awesome Bar Form View

Features:

  1. Create/Update Docs
  2. Add/Remove Assignees, Tags
  3. Add/Remove/Download Attachments
  4. Add Comments, Send Email
  5. Appreciate/Criticize Users involved in specified Doc.
  6. Timeline
  7. Awesombar

Development

  1. To run this Project first you need to Setup Flutter

  2. Install packages

flutter pub get
  1. Run the Project
flutter run

Architecture

This Project roughly follows MVVM Architecture where each screen has seperate file and each stateful screen is contained in a folder with 2 files

  1. View file (layout logic)
  2. View Model File (data processing and state management).

This Project uses provider for State Management. hive, shared_preferences for storage. dio for making network requests.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].