This tutorial will show you how to extend an already existing module. This is actually a description how we implemented the Stoppages module.
...
First - there should be a possibility to view list of stoppages for single production order by clicking button on details page: {mockup:Stoppage1|1} Wiki Markup
Mockup | ||||||||
---|---|---|---|---|---|---|---|---|
|
...
Mockup | ||||||||
---|---|---|---|---|---|---|---|---|
|
Getting started
Before You start - You should check this pages:
...
We have also define the corresponding view (stoppage/allStoppagesForm). We can set here correspondingViewInModal to true if we want the add/edit form to be in a modal window.
Info | ||
---|---|---|
| ||
For more information check View Definition Overview wiki page. |
Now lets create the add/edit form it self:
...