<aside> ❓ Insert all projects and client info here.
</aside>
<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>
if(not empty(prop("End Time")), prop("Hours") * toNumber(prop("Rate")), toNumber(""))
if(not empty(prop("To Invoice")) and prop("Done"), prop("To Invoice"), if(prop("Done"), prop("Flat Rate"), toNumber("")))