MantisBT: master 3b8499a7

Author Committer Branch Timestamp Parent
jctrosset master 2002-07-17 11:50 master fd17695f
Changeset

Word and Excel export pages.

  1. Modified print_all_bug_page.php to allow users to choose the bugs to print. Tick the checkboxes, then use the bottom page button to display the selected bugs. Use the sorting links or any filter option to get the

entire list again.

  1. Export is available in print_all_bug_page.php
    print_all_bug_page_excel.php & print_all_bug_page_word.php : the bugs displayed in print_all_bug_page.php are saved in a .doc or a .xls files ; the IE icons allow to see or directly print the same result.
  2. print_all_bug_options_inc/page/reset/update.php : allow to choose the bug fields to print, currently in the Excel export only. Word export prints all the fields.
  3. a new table, mantis_user_print_pref_table has been created to store the printing prefs.

Word export should only work with Word2k ; Excel export seems to run with 97 and above (tested with Excel97). Warning, some excel page setting may have to be modified after export (rows may have to be resized, some columns have to be centered...).

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1177 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9

add - images/excelicon.gif Diff File
mod - doc/ChangeLog Diff File
add - images/wordicon.gif Diff File
add - images/ieicon.gif Diff File