Donate

<aside> ❓ Insert all projects and client info here.

</aside>

Projects

<aside> ❓ Record tasks, how long to each session was, and an invoice suggestion will appear. Hours between the end and start time always round up. (ex. 4.2 hours = 5)

</aside>

Timesheet

Invoice Formula (Timesheet)

if(not empty(prop("End Time")), prop("Hours") * toNumber(prop("Rate")), toNumber(""))

Final Invoice Formula (Projects)

if(not empty(prop("To Invoice")) and prop("Done"), prop("To Invoice"), if(prop("Done"), prop("Flat Rate"), toNumber("")))