Budget Remaining

Progress

if(empty(prop("Current")) or empty(prop("Budget")), "", if(prop("Current") / prop("Budget") > 1, slice("■■■■■■■■■■", 0, ceil(prop("Budget") / prop("Current") * 10)) + slice("☒☒☒☒☒☒☒☒☒☒", 0, floor(10 - prop("Budget") / prop("Current") * 10)), slice("■■■■■■■■■■", 0, floor(prop("Current") / prop("Budget") * 10)) + slice("□□□□□□□□□□", 0, ceil(10 - prop("Current") / prop("Budget") * 10))) + " " + format(round(prop("Current") / prop("Budget") * 100)) + "% \\t" + if(prop("Current") / prop("Budget") == 1, "", if(prop("Budget") < prop("Current"), "☒ " + format(abs(round((prop("Budget") - prop("Current")) * 100) / 100)) + "h over", "□ " + format(round((prop("Budget") - prop("Current")) * 100) / 100) + "h left")))

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>