ERP UI
Overview
The ERP UI is a framework of Django templates, form fields, classes, CSS, and JavaScript functionality that is housed in two libraries to include in your project: erpui_core_lib and erpui_core_static.
Just as UT Direct provides a consistent look and navigation scheme across all customer-facing pages, the ERP UI was created to provide the same consistency among administrative applications, as well as to address needed integration among web pages, the ability to locate web services, and consitent layouts and navigation.
The ERP UI adheres to an established set of best practices for administrative application development and interface design, which makes it richly featured and user oriented.
Features
- Page Types - Although business processes vary widely, ERP web applications tend to do many of the same things over and over–display information, present a form to be filled out, route a document. To take advantage of these similarities, we organized the ERP UI around a handful of different page types, each with a set of built-in components available for you to use by passing in parameters specific to your needs.
- Basic Framework Components - Action Bar, Titles, Metadata, Navigation, Toolbox
- HTML Structures and Content Area Helpers - Columns, Sections, Tables, Forms, Lists, Modal Dialogs, Pop-ups
Cost
The ERP UI is provided at no cost.

