All Projects → leam-tech → renovation_core.dart

leam-tech / renovation_core.dart

Licence: other
The Frappe Dart/Flutter Front End SDK

Programming Languages

dart
5743 projects
shell
77523 projects

Projects that are alternatives of or similar to renovation core.dart

renovation-core
The Frappe Javascript Front End Missing SDK
Stars: ✭ 23 (+76.92%)
Mutual labels:  frappe, erpnext
awesome-frappe
A curated list of awesome things related to the Frappe Framework
Stars: ✭ 140 (+976.92%)
Mutual labels:  frappe, erpnext
erpnext ocr
🐍 ⚗️ Optical Character Recognition using tesseract within Frappe.
Stars: ✭ 58 (+346.15%)
Mutual labels:  frappe, erpnext
erpnext-docker
Dockerizing erpnext
Stars: ✭ 16 (+23.08%)
Mutual labels:  frappe, erpnext
Erpnext
Free and Open Source Enterprise Resource Planning (ERP)
Stars: ✭ 10,220 (+78515.38%)
Mutual labels:  frappe, erpnext
POS-Awesome
POS Awesome is an open-source Point of Sale for Erpnext using Vue.js and Vuetify
Stars: ✭ 109 (+738.46%)
Mutual labels:  frappe, erpnext
renovation core
renovation.leam.dev
Stars: ✭ 15 (+15.38%)
Mutual labels:  frappe, erpnext
mobile
Mobile App for Frappe built on Flutter
Stars: ✭ 176 (+1253.85%)
Mutual labels:  frappe, erpnext
Frappe
Low code web framework for real world applications, in Python and Javascript
Stars: ✭ 3,349 (+25661.54%)
Mutual labels:  frappe, erpnext
apparelo
Frappe application to manage the manufacturing workflows in the garment industry. Reach us out at [email protected]
Stars: ✭ 26 (+100%)
Mutual labels:  frappe, erpnext
biometric-attendance-sync-tool
A simple tool for syncing Biometric Attendance data with your ERPNext server
Stars: ✭ 95 (+630.77%)
Mutual labels:  erpnext
WooCommerceConnector
Integration App for ERPNext to connect to WooCommerce
Stars: ✭ 48 (+269.23%)
Mutual labels:  erpnext
healthcare
Open Source Healthcare ERP / Management System
Stars: ✭ 68 (+423.08%)
Mutual labels:  erpnext
ecommerce integrations
Ecommerce integrations for ERPNext
Stars: ✭ 54 (+315.38%)
Mutual labels:  erpnext
frappe charts
Frappé Charts Ruby gem for Rails.
Stars: ✭ 44 (+238.46%)
Mutual labels:  frappe
erpnext simple-pos
Simplified POS for ERPNext that works well on mobile browsers.
Stars: ✭ 18 (+38.46%)
Mutual labels:  erpnext
ansible-erpnext
Automatic installation for ERPNext on Linux
Stars: ✭ 22 (+69.23%)
Mutual labels:  erpnext
erpnextswiss
ERPNext application for Switzerland-specific use cases
Stars: ✭ 58 (+346.15%)
Mutual labels:  erpnext
rfrappe
htmlwidget for frappe charts js library
Stars: ✭ 24 (+84.62%)
Mutual labels:  frappe
design
🎨 Elements and source files of design resources used in products of frappe technologies
Stars: ✭ 27 (+107.69%)
Mutual labels:  frappe

Getting Started

Backend

First you need to install renovation_core app from backend

bench get-app renovation_core https://github.com/leam-tech/renovation_core.git 

Dart/Flutter

To get started, just import the package like:

import 'package:renovation_core/core.dart';

Auth

import 'package:renovation_core/auth.dart';

Model

import 'package:renovation_core/model.dart';

Meta

import 'package:renovation_core/meta.dart';

Permission

import 'package:renovation_core/perm.dart';

Storage

import 'package:renovation_core/storage.dart';

Translation

import 'package:renovation_core/translation.dart';

Misc

import 'package:renovation_core/misc.dart';

Backend Specific

import 'package:renovation_core/backend.dart';

Documentation

Renovation Documentation

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].