1. Introduction
GR8 CRM is a set of Grails Web Application Framework plugins that makes it easy to develop web applications with CRM functionality.
You can find more information about GR8 CRM on the main documentation site http://gr8crm.github.io.
1.1. Customer Relationship Management
Customer relationship management (CRM) is a system for managing a company’s interactions with current and future customers. It involves using technology to organize, automate and synchronize sales, marketing, customer service, and technical support. Wikipedia
The GR8 CRM "Ecosystem" currently contains over 40 Grails plugins. For a complete list of plugins see http://gr8crm.github.io.
Each GR8 CRM plugin defines a Bounded Context that focus on one specific domain, for example contact, project or document.
2. Course Management User Interface Plugin
This plugin provide user interfaces for managing events (courses, trainings, conferences, meetings, etc.) in GR8 CRM applications. It depends on the crm-training plugin for low level services and persistence.
With this plugin you get a basic CRUD controller where you can create new, search for and update existing events.
3. Changes
- 2.4.2
-
Add export feature and include 'number' column in list of events
- 2.4.1
-
Added training presentation preview and some more UI tweaks.
- 2.4.0
-
First public release
4. License
This plugin is licensed with Apache License version 2.0
5. Source Code
The source code for this plugin is available at https://github.com/technipelago/grails-crm-training-ui
6. Contributing
Please report issues or suggestions.
Want to improve the plugin: Fork the repository and send a pull request.