source: stamper/stamper/stamper.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75:957d4b9c06eb   4 years borja Ensure totals are shown in hours:minutes:seconds when they are over 24 … tip
(edit) @74:2290b564b51e   5 years borja Replaced python-2 raw_input() with python-3 input()
(edit) @71:c8e39db35e46   5 years borja Make stamper python-3 compatible
(edit) @69:522b15adbbcd   6 years borja Ensure the daily totals per customer have double digits in the hours …
(edit) @67:4303a45e8a2f   6 years borja Added a new config parameter, wants_seconds, that tells stamper if it …
(edit) @63:76140cb24ebd   7 years borja Refactored date-based filters to their own module. Added a new …
(edit) @61:8fe64b5932b9   9 years borja Filter stamps by text in their description/action. Examples: - …
(edit) @60:ec70c7dc68b6   9 years borja Improvements on the code to push stamps to a remote collector server: …
(edit) @59:bc85231806ed   9 years borja Back to raw_input, at least while we don't check the docs on input to …
(edit) @58:b24ccde3e229   9 years borja Use a config file for the setup of certain parameters, instead of …
(edit) @56:52422683d9a3   9 years borja python 3.4 compliant changes
(edit) @54:4a88af83eca6   9 years borja Proper date filtering for the push_stamps() method
(edit) @53:ec3de0325406   9 years borja Authenticate the user before actually push the stamps to the server. …
(edit) @52:8d45fe507fa4   9 years borja Push stamps to a remote server
(edit) @43:b086c7d68163   10 years borja Put charts into ~/.workstamps-charts by default, ensuring the …
(edit) @40:5d592e2950a1   10 years borja Added customer filtering support to the timeline feature: - Get the …
(edit) @39:1c05c2acebc9   10 years borja Show per-customer totals per day in the verbose/details results. If …
(edit) @38:fb741bfe9e1d   10 years borja The timeline feature accepts now date-based filters: - Show the …
(edit) @37:abe2ef05ce80   10 years borja Added feature to import stamps from a file: stamps -i …
(edit) @36:b78fa8f898ea   10 years borja If a provided date-based filter is not valid, show a warning message …
(edit) @32:80a51180155e   10 years borja Added support to delete up to N stamps from the list: - Delete the …
(edit) @30:b8003f616519   10 years borja Refactored the graphs/charts code: - Fixed a bug introduced when we …
(edit) @28:9afaa509f383   10 years borja Added the "timeline" feature (stamps -t), which prints on screen a …
(edit) @26:0bcab03222d0   10 years borja Rewrote the way filters work (initial version, work in progress). You …
(edit) @25:8e33103a7e36   10 years borja Set two _FORMAT variables for DATE and DATETIME objects. This naming …
(edit) @24:3501b870f565   10 years borja Fixed the date-range validator, so date ranges YYYY-MM-DD--YYYY-MM-DD …
(edit) @23:bc0b04a989aa   10 years info Graphs, first version (limited to 15 days, without customer the graph …
(edit) @22:43d14913e8fd   10 years info Added -s option to sum all the times and show a resume
(edit) @19:3fe3553bab17   10 years borja Show the detailed times properly ordered
(edit) @13:3c5f27c51217   10 years info Minor changes and added time_sum tool
(edit) @9:2457f4022c60   10 years borja Added show_totals method, to render totals and stamp details
(edit) @8:0b63f5eb49b3   10 years borja Refactored totals, removed totals_by_customer. Refactored details, …
(edit) @7:7f7b4ef7c0c1   10 years borja Added method to parse a string and tell if it is a valid date-based filter.
(add) @0:4cc6fc51063c   10 years borja Initial commit, including basic structure of the project and initial …
Note: See TracRevisionLog for help on using the revision log.