maaslalani / invoice

Command line invoice generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change quantity parameter from Int to Float

pieter-scholtz opened this issue · comments

Is your feature request related to a problem? Please describe.
I like to invoice for hours , and sometimes I have to invoice for fractions of an hour.

Describe the solution you'd like
Change quantity to float instead of int

Describe alternatives you've considered
Doing a pull request & modifying the code myself , but I haven't gotten to this , and I don't really know go all that well yet