Joe Allen
Posts: 0
Joined: Sat Feb 09, 2013 6:03 pm

app calculator

Hello,

Can I build an app that calculates a cost based on selections.
I would like to drop downs,

1) to pick the salon ( multi choice)
2) the level of stylist ( multi choice) Value based on above.

Then 4 more boxes to pick the service ( multi choice) Value based on above.)
Number of visits per service, this could be a slider and would need 4 of these.

Based on these selections I would like the last box to calculate the cost for the client per month.

I can give more details if needed.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

app calculator

Yes, you can. You can build anything the browser will support. More info here: http://docs.tiggzi.com/getting-started

Joe Allen
Posts: 0
Joined: Sat Feb 09, 2013 6:03 pm

app calculator

Hello Max,

thank you for the response,
I know how to do the dynamic lists for 1 and 2. the bit I am having trouble with Is a third dynamic list that has a currency attached to the selection.
so a cut and blow dry is worth £48 how do I select that and show the currency in a separate box?
from there I would need a maths formula to calculate the cost of all the selected services for a year based on the number of visits from the slider?
then a separate box to subtract a discount from it and devide the rest by 12.
I have an example in excel I can share?
is the above possible, if so how?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

app calculator

It would be easier to understand if you built a static UI for your app. As for calculations -- you would use JavaScript.

Joe Allen
Posts: 0
Joined: Sat Feb 09, 2013 6:03 pm

app calculator

Image

The 1st select is the salon
2nd a dynamic list of stylists based on the above
The 3rd I want to be able a dynamic selection based on the above and for the label to show the cost of the service (this I would like to get from my tiggzi database collection)
The pick the number of visits and the label to to show then number of times a year this means ( again this is pulled from my tiggzi database collection.

Test:
http://project.tiggzi.com/mobile-fram...

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

app calculator

Thanks for posting. You can definitely create such app. The third list would be to be created in JavaScript.

Joe Allen
Posts: 0
Joined: Sat Feb 09, 2013 6:03 pm

app calculator

excellent news, could you help with how to make it or help with the java script?
I am new to this and I could really do with some help or instructions.

Joe Allen
Posts: 0
Joined: Sat Feb 09, 2013 6:03 pm

app calculator

excellent news, could you help with how to make it or help with the java script?
I am new to this and I could really do with some help or instructions.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

app calculator

Hello! It would need to be coded by you. Please let us know if you have any specific question.
This might help http://docs.tiggzi.com/tutorials/buil...

Joe Allen
Posts: 0
Joined: Sat Feb 09, 2013 6:03 pm

app calculator

Hello Marina,

I tried doing this with JV code however, I could not get it to work on the third dynamic list.
This is actually only a work around for what I would like to do.

I what I would like the third dynamic list to do is pull the service information and costings from my service collection in the database. But it should only show the services relating to the selections from the 1st two selections.

Thank you,

Return to “Issues”