Mar 9th, 2011, 12:25 PM
(This post was last modified: Mar 9th, 2011, 1:17 PM by johnthetech.)
First off thanks for form tools. Pretty fantastic so far.
I had a question put to me by the first live implementation I've done. It may be covered by an existing module, or some other modification. If it is I apologize I couldn't find specifics in the forum.
Ok. We are a small distribution/ logistics company. One of our new clients wants us to handle their sample requests. Normally not a problem. User fills out basic request form, we get it, export it daily to .xls/.csv file to USPS software, print labels and ship.
However this client wants intermediary approval. He want's to manually approve all sample requests as they come in. This is so he can feel like he is staying in control, preventing sample packs from going to the wrong people, etc...
So in comes FormTools, in my mind pretty much the perfect software for this. User submits form from website --> Client logs into formtools and deletes anything he doesn't want being sent out --> We run daily or weekly exports of the remaining submissions and ship out.
Unfortunately they felt (and my sales team has no choice but to agree with) that the interface is clunky and doesn't address deleted submissions in regards to keeping them for demographic purposes. They want simple and automatic, and me being the lowly IT guy, has to comply.
I am wondering if I should try to customize FT to do this. Basically client logs in, sees submissions and has only 2 options(buttons next to each entry). Approve or Disapprove. If he clicks approve it either automatically changes a bit in a hidden database field from 0 to 1, or moves the entry to a second table marked approved. We get our shipping list from that second table. Same for disapproved, the 0 gets marked 2 for not approved, or it moves to third table for that. **EDIT** I now see that I can sort the clients view by data type in a specific field. So only if it shows a 0 in that field will it display. Once he clicks the button for approved it would change it to a 1 and no longer be on his list. We could then ship to anything with a 1 in it. If he clicks disapprove (or NO) it would change it to a 2.
Anyways, I know very little programming, and feel that my limit would be pulling the info out of the database and displaying it in a web browser, hence my using FT. Anything past that is not within my skills. The goal is to make this as easy and simple as humanly possible for the client to either approve or disapprove of a submission. I have no problem having my guys just use the system as is.
Thanks ahead of time for any thoughts on this, I appreciate it.
Regards,
John
I had a question put to me by the first live implementation I've done. It may be covered by an existing module, or some other modification. If it is I apologize I couldn't find specifics in the forum.
Ok. We are a small distribution/ logistics company. One of our new clients wants us to handle their sample requests. Normally not a problem. User fills out basic request form, we get it, export it daily to .xls/.csv file to USPS software, print labels and ship.
However this client wants intermediary approval. He want's to manually approve all sample requests as they come in. This is so he can feel like he is staying in control, preventing sample packs from going to the wrong people, etc...
So in comes FormTools, in my mind pretty much the perfect software for this. User submits form from website --> Client logs into formtools and deletes anything he doesn't want being sent out --> We run daily or weekly exports of the remaining submissions and ship out.
Unfortunately they felt (and my sales team has no choice but to agree with) that the interface is clunky and doesn't address deleted submissions in regards to keeping them for demographic purposes. They want simple and automatic, and me being the lowly IT guy, has to comply.
I am wondering if I should try to customize FT to do this. Basically client logs in, sees submissions and has only 2 options(buttons next to each entry). Approve or Disapprove. If he clicks approve it either automatically changes a bit in a hidden database field from 0 to 1, or moves the entry to a second table marked approved. We get our shipping list from that second table. Same for disapproved, the 0 gets marked 2 for not approved, or it moves to third table for that. **EDIT** I now see that I can sort the clients view by data type in a specific field. So only if it shows a 0 in that field will it display. Once he clicks the button for approved it would change it to a 1 and no longer be on his list. We could then ship to anything with a 1 in it. If he clicks disapprove (or NO) it would change it to a 2.
Anyways, I know very little programming, and feel that my limit would be pulling the info out of the database and displaying it in a web browser, hence my using FT. Anything past that is not within my skills. The goal is to make this as easy and simple as humanly possible for the client to either approve or disapprove of a submission. I have no problem having my guys just use the system as is.
Thanks ahead of time for any thoughts on this, I appreciate it.
Regards,
John