2017-05-03 |
Bernhard Reiter |
Fixes sorting by day for templates.
|
2017-05-03 |
Bernhard Reiter |
Code-quality: prepares template.py for logging.
|
2017-05-03 |
Bernhard Reiter |
Merge.
|
2017-05-03 |
Bernhard Reiter |
Code-cleanup: improves style.
|
2017-04-24 |
Bernhard Reiter |
Improves editing of length for saved entries.
|
2017-03-17 |
Bernhard Reiter |
TODO: added problem report for move.
|
2017-02-28 |
Bernhard Reiter |
Fixes ability to change length of saved entries.
|
2017-02-10 |
Bernhard Reiter |
CHANGES updated. AUTHOR BER added. zeiterfassung.py removed.
|
2017-02-10 |
Bernhard Reiter |
Adds ability to adjust the length of (saved) entries.
|
2017-02-03 |
Bernhard Reiter |
scripts/getan-report.py: also accepts YYYYMMDD as reportdate.
|
2017-02-03 |
Bernhard Reiter |
getan-report.py: improves -t output format.
|
2017-02-03 |
Bernhard Reiter |
getan-report.py: ignores microseconds.
|
2016-09-12 |
Bernhard Reiter |
Adjusting starting datetime:
|
2016-09-12 |
Bernhard Reiter |
Added possibility to move starting datetime of entries.
|
2016-01-28 |
Bernhard Reiter |
Added a TODO item.
|
2015-11-30 |
Bernhard Reiter |
Scanning for workpackage string is now closer to what zeitvertexung does.
|
2015-11-30 |
Bernhard Reiter |
Added two TODOs.
|
2015-03-06 |
Bernhard Reiter |
templates/zeiterfassung2: daily sum per category fixed.
|
2015-03-02 |
Bernhard Reiter |
templates/zeiterfassung2: improved: "category" instead of "project". Fixed missing newline before new workpackage.
|
2015-03-02 |
Bernhard Reiter |
templates/zeiterfassung2: Better formatting of grouping for one AP in on day.
|
2015-02-17 |
Bernhard Reiter |
New template for zeiterfassung.py.
|
2015-02-16 |
Bernhard Reiter |
scripts/zeiterfassung.py: enabled choice of used templates.
|
2015-02-09 |
Björn Ricks |
Remove rendering a newline for the first project and fix headline
|
2015-02-09 |
Björn Ricks |
Fix using umlauts in usernames like Björn for getan-eval.py script
|
2015-01-26 |
Björn Ricks |
Add list of all entries to the template context
|
2015-01-26 |
Björn Ricks |
Update coding style for pep8
|
2015-01-26 |
Björn Ricks |
Update coding style for pep8
|
2015-01-06 |
Björn Ricks |
Fix: year must be an int in template.render function
|
2015-01-05 |
Björn Ricks |
Update copyright and remove empty lines
|
2015-01-05 |
Björn Ricks |
Update calling set_footer_text
|
2015-01-05 |
Björn Ricks |
Ignore dist and build directories
|
2015-01-05 |
Björn Ricks |
Rename getan_report.py to getan-report.py
|
2015-01-05 |
Björn Ricks |
Include the template in the installed package data
|
2015-01-05 |
Björn Ricks |
Move all scripts in a common scripts directory
|
2014-03-12 |
Björn Ricks |
Let getan crash if entry _get_time doesn't return an int
|
2014-11-04 |
Bernhard Reiter |
Added contrib/getan_report.py, a script to write a daily report by Bernhard Reiter.
|
2014-03-11 |
Björn Ricks |
Sort entries in wochenbericht and zeiterfassung templates by startdate
|
2014-03-10 |
Björn Ricks |
Update setup.py
|
2014-03-10 |
Björn Ricks |
Update coding style for pep8
|
2014-03-10 |
Björn Ricks |
Use week in wochenbericht template
|
2014-03-10 |
Björn Ricks |
Allow to set encoding in getan-eval
|
2014-03-10 |
Björn Ricks |
Add current date to getan template context
|
2014-03-07 |
Björn Ricks |
Fix setting workpackage of project if description is None
|
2014-03-03 |
Thomas Arendsen Hein |
Move justification of human_time to templates (only for zeiterfassung)
|
2014-03-03 |
Thomas Arendsen Hein |
Empty workpackage defaults to "-" instead of "----"
|
2014-03-03 |
Thomas Arendsen Hein |
Left-justify user entry in zeiterfassung to three characters
|
2014-03-03 |
Björn Ricks |
Update README for installing jinja2
|
2014-03-03 |
Björn Ricks |
Now we require jinja2 for template rendering
|
2014-03-03 |
Björn Ricks |
Add vim modeline to CHANGES file
|
2014-03-03 |
Björn Ricks |
Update CHANGES
|
2014-03-03 |
Björn Ricks |
Fix: Entry.duration got renamed to Entry.get_duration
|
2014-03-03 |
Björn Ricks |
Fix loading entries of a project
|
2014-03-03 |
Björn Ricks |
Add a improved template for a wochenbericht
|
2014-03-03 |
Björn Ricks |
Allow to render only projects with entries in templates
|
2014-03-03 |
Björn Ricks |
Change zeiterfassung.py script to use getan.template
|
2014-03-03 |
Björn Ricks |
Use the new getan.template module in getan-eval.py script
|
2014-03-03 |
Björn Ricks |
Add a template for generating the zeiterfassung data
|
2014-03-03 |
Björn Ricks |
Add a template module to getan
|
2014-03-03 |
Björn Ricks |
Add methods to return a workpackage [wp] from a Entry description
|
2014-03-03 |
Björn Ricks |
Add method to calculate the total duration of a project
|