taskjuggler / TaskJuggler

TaskJuggler - Project Management beyond Gantt chart drawing
http://www.taskjuggler.org
GNU General Public License v2.0
737 stars 171 forks source link

Textbased output #26

Closed maxmeyer closed 12 years ago

maxmeyer commented 12 years ago

Hi there,

might it be possible, that you implement an textbased output to console / textfile?

That would be helpful to copy/paste that information into an e-mail or demonstrate issues with your software on github.

WBS Name                  Start      End        Completion
1    Task 1         2011-11-02 2011-11-02       100% 
1.1   Sub-Task 1    2011-11-02 2011-11-02       100% 
1.2   Sub-Task 2    2011-11-02 2011-11-02       100% 
2    Task 2         2011-11-30 2011-11-30         0% 
2.1   Sub-Task 1    2011-11-30 2011-11-30         0% 
2.2   Sub-Task 2    2011-11-30 2011-11-30         0% 
3    Task 3         2011-11-30 2011-11-30         0% 
3.1   Sub-Task 1    2011-11-30 2011-11-30       100% 
3.2   Sub-Task 2    2011-11-30 2011-11-30       100% 
4    Task 4         2011-11-02 2011-11-02       100% 
4.1   Sub-Task 1    2011-11-02 2011-11-02         0% 
4.2   Sub-Task 2    2011-11-02 2011-11-02         0% 

Project: project Version: 1.0 - Created on 2011-12-09 10:05:55 with TaskJuggler
III v3.0.0

Cheers, maxmeyer

scrapper commented 12 years ago

No, sorry. This won't happen. We have lots of table cells that cannot be rendered as text. There multi-line columns, Gantt lines and calendar columns. You can either use CSV files or 'w3m -dump file.html' to get what you want for some simple reports.

maxmeyer commented 12 years ago

Thx for the tip. I didn't know about that option of w3m.

maxmeyer commented 12 years ago

Might be helpful, if you change your mind one day ;) http://tagaholic.me/hirb/doc/index.html