parsify-dev / desktop

Next generation notepad-based calculator, built with extendibility and privacy in mind.
https://parsify.app
214 stars 2 forks source link

Can't get calculations working #3

Closed chilikasha closed 4 years ago

chilikasha commented 4 years ago

Hi,

I pasted some calculations from Numi (similar app to yours) and can't get it working.

price = 150

# excise
markUpRate = 75
exciseTax = 10
eTax = price * (1 + markUpRate / 100) * exciseTax / 100
Screen Shot 2020-06-04 at 11 18 08

Tried with times, divided by - same result. What am I doing wrong. Wanted to check docs, but the page doesn't open

Thanks

LarsJandel commented 4 years ago

You are running the demo, which only processes three lines. So your final fourth line doesn't get calculated.

chilikasha commented 4 years ago

ok, thanks. but how should I know this

you can also purchase a lifetime license, which activates some exciting additional features, like custom units and plugins. It also supports further development!

LarsJandel commented 4 years ago

Just checking again, where I read that. Funny enough, here it say 5 lines: https://docs.parsify.app/miscellaneous/free-vs-activated Maybe the author comments on that as well. I am just testing it myself atm. 😉

xxczaki commented 4 years ago

Only the first 5 lines are evaluated without activation (this includes the "blank" lines as well).