Skip to content

biglaci/iDempiere-Flutter-client

 
 

Repository files navigation

cashier_mate

A new Flutter project.

Features

  • Home Page
  • Add Menu
  • Order Menu
  • Settings

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. https://pub.dev/packages/idempiere_rest/example https://github.com/devcoffee/idempiere_rest

Create new class from json

  1. from postman get json from {{protocol}}://{{host}}:{{port}}/api/v1/models/table
  2. copy json to https://javiercbk.github.io/json_to_dart/, https://json2csharp.com/code-converters/json-to-dart , https://dart-quicktype.netlify.app/ name of genarated class 'tablename' (modeltablename), ? replace ADClientID with ReferenceID ? ( be careful case sensitive)
  3. create dart file 'tablename' in ../models/ and copy generated class into it
  4. in models create model class for generated table. It is class with custom methods/functions over table

About

Idempiere Flutter app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 76.8%
  • C++ 10.7%
  • CMake 8.8%
  • Ruby 1.3%
  • HTML 0.9%
  • Swift 0.7%
  • Other 0.8%