Rx7xr Posted December 5, 2017 Posted December 5, 2017 I would like to start a project on putting in an order of a service with drop downs for users requests(skills, quests ,minigames) with a price attached to each to put in a column and a total price of each thing selected from drop-down list(calculation), any programs you guys could recommend for this?
Slicer Posted December 5, 2017 Posted December 5, 2017 you could just use a google spreadsheet / excel for this.
Rx7xr Posted December 5, 2017 Author Posted December 5, 2017 9 minutes ago, Slicer said: you could just use a google spreadsheet / excel for this. Yes but I want to be able to calculate and all, have a clean background, etc
iMute Posted December 5, 2017 Posted December 5, 2017 9 minutes ago, Rx7xr said: Yes but I want to be able to calculate and all, have a clean background, etc excel can calculate, just learn the functions
Rx7xr Posted December 5, 2017 Author Posted December 5, 2017 2 minutes ago, iMute said: excel can calculate, just learn the functions Hmm alright what about drop downs I know it’s possible but are they smooth or no? And can you make it to select something and it auto calc a price down a column?
iMute Posted December 5, 2017 Posted December 5, 2017 3 minutes ago, Rx7xr said: Hmm alright what about drop downs I know it’s possible but are they smooth or no? And can you make it to select something and it auto calc a price down a column? You dont need "Drop downs" You're thinking way too much about a nice looking GUI when all you really need is a few cells lined up that do a few basic math functions.
Rx7xr Posted December 5, 2017 Author Posted December 5, 2017 2 minutes ago, iMute said: You dont need "Drop downs" You're thinking way too much about a nice looking GUI when all you really need is a few cells lined up that do a few basic math functions. Well I want a nice looking GUI, but I guess I could always clean it up later if I felt like it
TheWind Posted December 5, 2017 Posted December 5, 2017 Google spreadsheets or excel is definitely the way to go for something like this. If you want a fancy ui and custom setup you'd have to learn webdev or pay someone to make one
Charlotte Posted December 5, 2017 Posted December 5, 2017 I believe excel has more functions that may be best suited for your case, else google spreadsheets will work just fine.
Rx7xr Posted December 5, 2017 Author Posted December 5, 2017 4 minutes ago, Charlotte said: I believe excel has more functions that may be best suited for your case, else google spreadsheets will work just fine. Thank you looks like I’ll use google/excel