Page 1 of 2

app calculator

Posted: Sat Feb 09, 2013 6:03 pm
by Joe Allen

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.


app calculator

Posted: Sun Feb 10, 2013 1:43 am
by maxkatz

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


app calculator

Posted: Sun Feb 10, 2013 11:47 am
by Joe Allen

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?


app calculator

Posted: Sun Feb 10, 2013 11:51 pm
by maxkatz

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


app calculator

Posted: Mon Feb 11, 2013 9:11 pm
by Joe Allen

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...


app calculator

Posted: Tue Feb 12, 2013 1:24 am
by maxkatz

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


app calculator

Posted: Tue Feb 12, 2013 7:10 am
by Joe Allen

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.


app calculator

Posted: Tue Feb 12, 2013 7:10 am
by Joe Allen

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.


app calculator

Posted: Tue Feb 12, 2013 9:16 am
by Maryna Brodina

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...


app calculator

Posted: Tue Feb 12, 2013 1:59 pm
by Joe Allen

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,