Custom Module

English! place to talk about development, programming and coding
Post Reply
SolderStain
Znuny newbie
Posts: 2
Joined: 25 May 2015, 04:03
Znuny Version: 3.3.11

Custom Module

Post by SolderStain »

Good day! I try to write custom module for OTRS.
Wrote and install "helloworld" package like in documentetion. But please tell me how write modules with many actions (like "Stats" - 3 actions) with dropdown list? Thank you.
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Custom Module

Post by jojo »

first get some deep understanding on developing web based software.
Build up PERL and HTML, javascript and css skills.
Read the developer manual and the API description
analyse existing modules for OTRS
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
SolderStain
Znuny newbie
Posts: 2
Joined: 25 May 2015, 04:03
Znuny Version: 3.3.11

Re: Custom Module

Post by SolderStain »

OK, give me hint where in API hided drop-down menu like "Stats".
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Custom Module

Post by jojo »

please explain what you want to achieve. The API is mostly backend code.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Post Reply