Get help from other users here.
Moderators: Developer, Contributor
-
peppy99
- Posts: 3
- Joined: Apr 19, 2012 2:09 am
Post
by peppy99 » Apr 19, 2012 2:13 am
Hi Mantis Gurus,
Currently using mantis 1.2.10
I am not so good of a programmer , and my company has recently asked me to do some changes to the templates or format of the report printing using the word document.
I have no idea on how to do this...
Pleaseeee helpp!!

-
istvanb
- Posts: 226
- Joined: Aug 22, 2010 4:00 pm
Post
by istvanb » Apr 21, 2012 2:23 am
Well... you have to understand php and do some coding if you want to change the reporting.
-
peppy99
- Posts: 3
- Joined: Apr 19, 2012 2:09 am
Post
by peppy99 » Apr 22, 2012 8:37 pm
istvanb wrote:Well... you have to understand php and do some coding if you want to change the reporting.
Yes, i do know some php.
But i need some help on how to start doing it.
Like which code must be changed , changed to what ?

-
istvanb
- Posts: 226
- Joined: Aug 22, 2010 4:00 pm
Post
by istvanb » Apr 23, 2012 1:29 am
As I said you have to write it on your own. The forums has no capacity to realize things like this.
One tip what experts use: search for "word" in the mantis folder. (print_all_bug_page_word or so is the file you are looking for)
-
peppy99
- Posts: 3
- Joined: Apr 19, 2012 2:09 am
Post
by peppy99 » Apr 23, 2012 3:21 am
istvanb wrote:As I said you have to write it on your own. The forums has no capacity to realize things like this.
One tip what experts use: search for "word" in the mantis folder. (print_all_bug_page_word or so is the file you are looking for)
Okay , thanks for the reply. I will try my best to customize the codes.
