/magento-crud-demonstration

A Magento module that allows you to select customers to be students and assign them homework.

Primary LanguagePHP

Homework - Magento Crud Demonstration

This module allows you to assign customers as students via the Magento administration customer edit or create tabs. Once a customer is assigned as a student you can begin to assign homework assignments to them. Homework assignments are created using a wysiwyg editor. You have the option to assign statuses, stores, priorities and due dates to your homework assignments. Once an assignment is completed you can grade your student customers for their efforts. Grading takes place in the edit assignment grades tab. In the Magneto Grid on the far right you'll find an input that accepts numerical values. Here you enter a number between one and 100 that represents the grade the student made. When you are done hit the save or save and continue edit button to update your changes. This is a great application for a begginer to learn from, and I've taken the time to make the code as straight foward as possible.

Installation Notes

Installation of the module is quite simple.

Unzip the downloaded file into your root directory. 

Requirements

  • Requires Magento >= 1.5.

Documentation

Check out the Magento Core API for guides and documentation.

License

(The MIT License)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.