Classes

Classes

Chart
React component consuming a Order Data Entity collection to feed a grid.
Customers
React component consuming a Customer Data Entity collection to feed a grid.
CustomersAdd
React component that creates new a Customer into the database.
CustomersEdit
React component that edits a Customer data by biding it to a form.
Orders
React component consuming a Order Data Entity collection to feed a grid.
OrdersAdd
React component that creates new a Order into the database.
Products
React component consuming a Product Data Entity collection to feed a grid.
ProductsAdd
React component that creates new a Product into the database.
ProductsEdit
React component that edits a Product data by biding it to a form.