-
Notifications
You must be signed in to change notification settings - Fork 88
Features
Marius edited this page Aug 19, 2014
·
1 revision
- User friendly UI. You can create you module more or less in the way you use phpmyadmin to create table.
- Entities can be flat, EAV and can behave as a tree. (like the categories do).
- UMC allows you to create modules with unlimited number of entities.
- The entities can be related among each other in a "one-to-many" or "many-to-many" relation.
- The entities can be related "many-to-many" with the products and categories.
- You can create modules to use only on the backend or frontend also.
- Your entities can have URL rewrites for frontend.
- You can allow customers to add comments on your entity view page.
- SEO support included for entity pages.
- You can add an unlimited number of fields/attributes for each entity
- Support for different field types.
- You decide which field is shown in the admin grid.
- Create widgets to use in CMS pages for your entities
- Create RSS feeds of your entities
- Frontend pages of the generated modules support breadcrumbs.
- WYSIWYG support for textarea fields.
- Resize support for image fields (just like the product has.)
- UMC Generates language csv file. All you need to do is translate it to your language.
- You can generate the files needed for SOAP and REST APIs.
- Automatically add a menu link in different menus of magento to your entities list page.
- Getting started
- Compatibility
- Installation
- Features
- How to use
- Module grid
- Add/Edit form
- General Settings Tab
- Entities Tab 1. Entity - Name settings 2. Entity - Backend settings 3. Entity - Frontend settings 4. Entity - Products 5. Entity - Categories 6. Entity - Fields/Attribute
- Entity Relations Tab
- Help Tab
- Configuration
- Naming Restrictions
- Generated files
- Sample 1. UMC Config file 2. Tables 3. Backend CRUD 4. Config section 5. Fronend listing 6. Fronend view 7. Product relation 8. Category relation 9. RSS Feed 10. API 11. Widgets 12. Comments 13. Translation
- Created extensions
- Concept
- Limitations
- Issues & Support
- Release Notes
- Uninstall
- License
- Thanks