Changeset 23:bc0b04a989aa in stamper for bin/stamps


Ignore:
Timestamp:
Jul 24, 2014, 2:52:30 AM (10 years ago)
Author:
Óscar M. Lage <info@…>
Branch:
default
Phase:
public
Message:

Graphs, first version (limited to 15 days, without customer the graph order is inverse)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/stamps

    r22 r23  
    1717    parser.add_argument('-s', '--sum', action="store_true",
    1818                        help='Include sum of times')
     19    parser.add_argument('-g', '--graph', action="store_true",
     20                        help='Generate a SVG graph')
    1921
    2022    args = parser.parse_args()
     
    2224    s = Stamper()
    2325    s.load_stamps()
    24     s.show_stamps(args.customer, args.filter, args.verbose, args.sum)
     26    s.show_stamps(args.customer, args.filter, args.verbose, args.sum,
     27        args.graph)
Note: See TracChangeset for help on using the changeset viewer.