
Since I keep seeing the same question pop up time and time again, I set out to build a baking cost calculator.
Here it is: http://bakecalc.com/
How can I make this better for you?
- Bernard

ALooks pretty good, I would recommend using allocated overhead (based on annual overhead cost and estimated order volume) instead of a single overhead value, and adding a markup for profit.
The delivery charge should incorporate the hourly rate as well as mileage reimbursement.
Did you build this with jQuery?

AWow! Really awesome. You even made so the prices are adjustable. Wow!

Looks pretty good, I would recommend using allocated overhead (based on annual overhead cost and estimated order volume) instead of a single overhead value, and adding a markup for profit.
The delivery charge should incorporate the hourly rate as well as mileage reimbursement.
Did you build this with jQuery?
excellent suggestions, I did build this entire thing with jQuery (lol) on a single page. Could you clarify on how you see implementing allocated overhead?
perhaps asking for annual sales & order volume and doing "annual sales / order volume" to = allocated overhead?
I realize it only calculates the cost of baking something at the moment (without factoring a markup for profit). I'm curious as to what other bakers have to say and will make modifications accordingly!




AIMO the easiest way to calculate allocated overhead is first to determine annual overhead by adding up items like insurance, license fees, yearly advertising costs, accounting/tax costs, etc., similar to how you add up ingredients. Then have the user estimate how many products they will be selling each year (with options to estimate by week or month instead). Allocated overhead is the total annual overhead / number of products sold annually.
Profit could be handled with a slider to adjust markup, you'd probably want to default it to 20% and allow a range from 5%-100% or so. A nice-to-have feature would be calculating the resulting profit margin, or even extrapolating how much you (based on your labor cost) and your business (based on profit) will clear after taxes for the year by using the aforementioned estimated order volume.

AFrom a usability perspective, a checkbox list interface might be more intuitive for the ingredient and supply lists. It would also allow a user to remove an item if they clicked on it by mistake.
You may also want to add an option to include commercial kitchen rent: the hourly rental would be under time and any fixed monthly or annual costs would be under overhead. This could be very useful to create "what-if" scenarios to see how much a home baker would have to charge if they use a rented kitchen.

This is fantastic...thank you so much.... Actually have an order for a cake next weekend and the following can't wait to use your calculator.
Let me know how it works out for you and how I can improve it to fit your needs.
IMO the easiest way to calculate allocated overhead is first to determine annual overhead by adding up items like insurance, license fees, yearly advertising costs, accounting/tax costs, etc., similar to how you add up ingredients. Then have the user estimate how many products they will be selling each year (with options to estimate by week or month instead). Allocated overhead is the total annual overhead / number of products sold annually.
Profit could be handled with a slider to adjust markup, you'd probably want to default it to 20% and allow a range from 5%-100% or so. A nice-to-have feature would be calculating the resulting profit margin, or even extrapolating how much you (based on your labor cost) and your business (based on profit) will clear after taxes for the year by using the aforementioned estimated order volume.
Interesting, I agree with the profits "slider" -- definitely a useful feature to be had (working on this right now). The allocated overhead feels a bit complicated for a one time use calculation (no data is kept anywhere).
From a usability perspective, a checkbox list interface might be more intuitive for the ingredient and supply lists. It would also allow a user to remove an item if they clicked on it by mistake.
You may also want to add an option to include commercial kitchen rent: the hourly rental would be under time and any fixed monthly or annual costs would be under overhead. This could be very useful to create "what-if" scenarios to see how much a home baker would have to charge if they use a rented kitchen.
hmmm, I never considered using checkboxes but I'll play around with the possibility of how they could work.
I guess my fear is to overly complicate something that I just see people using in one time bursts...

A
Original message sent by cakecalc
The allocated overhead feels a bit complicated for a one time use calculation (no data is kept anywhere).
True, it might be a bit much for a single page. Perhaps in the overhead section you could link to a second page that focuses just on the overhead allocation calculation and passes the result back to the first page. Unless they have done the calculation before, very few people will know what value to use for the overhead box (and some will even say zero).
BTW which development tool did you use to build this? I've been meaning to learn jQuery for a while but I haven't had a chance to invest the time yet.

True, it might be a bit much for a single page. Perhaps in the overhead section you could link to a second page that focuses just on the overhead allocation calculation and passes the result back to the first page. Unless they have done the calculation before, very few people will know what value to use for the overhead box (and some will even say zero).
BTW which development tool did you use to build this? I've been meaning to learn jQuery for a while but I haven't had a chance to invest the time yet.
interesting, yeah I was working on calculating servings but figured that building the calculator would be the core -- then modules could be added on like cake servings, and as you mentioned overhead allocation calcs -- although then I would need to use cookies (at least to save data -- although unreliably)
I used a text editor (sublime text) + the javascript console tool in chrome.

I have already downloaded the pricing matrix and after playing with it and adjusting a few things (over-head costs were lower bc I am a home baker) I plugged my numbers into your Baking Cost Calculator and the prices came out with only a 15 cent difference. I can definitely see my self using this, especially for smaller orders. I can price this out within a few minutes of a simple order and still enter it into my pricing matrix so I can keep record and print a receipt with my logo on it. This is awesome. Thank you!



A
Original message sent by AusSas
This is just what I've been looking for!! is there a way to change the measurements from volume to weight as I tend to weigh my flour, sugar etc. Thanks!
The best way to convert volume to weight is to run some tests to see how much each ingredient weighs: take out the required volume of an ingredient, weigh it, repeat the process several times, and take the average.

Quote:
Since I keep seeing the same question pop up time and time again, I set out to build a baking cost calculator.
Here it is: http://bakecalc.com/
How can I make this better for you?
- Bernard
Bernard, this is such a great tool! Thanks for sharing it with us.
Again many thanks in advance! ^^,
Quote by @%username% on %date%
%body%