We are fence installers over in Canada, and one of our main solutions was to make our own application for material quantity,
Will there be a option for estimations for Fence contractors?
the written code we have does all the math based on linear footage, 2rail option or 3 rail option, 1x6 picket board option full privacy/ shadowbox etc.
If this was in the subscription state of your application i would think it would help lots of contractors out there saving time.
Any questions can share my code for what we’ve created for our own application
Hey Mike, we would be happy to make one for you! Could you share more details/share what you have now? We’ll take a look and can have something put in the app later this week!
I have done the math for some statistics on a per linear foot format.
Full Privacy Fence:
1x6 Picket Boards: 2.18 per ft
2x4x8 Rails: 3 per 8ft
2x6x8(Top Rail): 1 Per 8feet
1 post per 8ft +1 for end
This formula works for all size posts.
Shadowbox Fence (2.75" space between boards)
1x6 Picket Boards: 3.04 per ft
2x4x8 Rails: 3 per 8f
2x6x8(Top Rail): 1 per 8feet
1 post per 8ft+1 for end.
Hey Mike, how does this look? Checked the math and seems to be good. Let me know what you think and I can share with you (and also show you how to make one yourself as we have a custom utility builder built in)!
math seems to be bang on! is there a way to share that? How do i make it so i can make ones for other styles? it would save hours of my time planning etc by using it all on the app
Hi Mike, that’s odd that it resets as I am unable to replicate on my phone or phones here - so you are changing it on the “Settings” page? What does it reset to when you reopen the app?
Could you also explain your second point in more detail and give an example?
Hi Rock,
So based on your inspection app, if you decide a number that doesn’t give a decimal point (ex. 17ft /8= 2.125)+1 = 3.125
But material for 2x4 etc don’t need the decimal points, how do we make it so any number that’s a decimal doesn’t change till it’s the next true value?
HI Mike, you can use the ceil() function to do so which should surround the equation you are calculating. This rounds up to the nearest whole number (i.e if the answer is “3.125” it would display “4”).
Thanks for sharing Mike, this looks like a math bug on the programming side, well take a look at it and have it fixed in the next update, our apologies in the meantime!