Time is mana and you want to know how much should you put on that invoice. Calculates invoice for you based on time spent in Paymo and your salary, adding some self canceling schwarz offset. It takes holidays into account, based on your locale.
One quick step...
npm -g install paymo-quick-report
Or you can skip this and just use npx
Configure following environmental variables
PAYMO_API_KEY
This is your Paymo API keySALARY
This is your salary- Optionally configure/override
LC_MESSAGES
orLC_ALL
orLANG
so the script can tell what holiday calendar you follow
To get current month data:
paymo-quick-report
To get specific month data:
paymo-quick-report 2020-10
Where '2020-10' is a ISO 8901 month formay (YYYY-MM).