These forums are currently read-only due to receiving more spam than actual discussion. Sorry.

It is currently Sat Dec 02, 2017 4:13 pm Advanced search

Research - Developing a sales app that is available offline

If you are stuck or have questions regarding HTML or other Web technologies, ask your questions here. No question too dumb!

Research - Developing a sales app that is available offline

Postby rbauer » Fri Oct 11, 2013 5:32 pm

I have a requirement to build a sales app that must be available offline. The app needs to allow the sales team to create a sales quote at a customer site. They may or may not have internet access. I was originally going to build a windows forms application, but then uncovered information about HTML5 Offline Mode. I'm thinking this is a very viable option, but not sure how to handle the database (or not). When online the app should use the database on the server, but when offline it should use the local copy (or xml or disconnected recordset, or ?). I could either manually keep the 2 in sync or use something like Microsoft Sync Framework.

I'm looking for any input you can give as I'm just starting this project. I think this is going to be a fun and cool project with room to learn a ton.

Thanks,

Randy
rbauer
<h6>
 
Posts: 2
Joined: Fri Oct 11, 2013 4:47 pm

Re: Research - Developing a sales app that is available offl

Postby JAB Creations » Sat Oct 12, 2013 5:42 am

Greetings Randy,

There was the Web SQL Database however Firefox and IE don't support it and apparently the spec has been sitting around untouched for some time. You could try using Web Storage which works as far back as IE8 for legacy browser support. There is also the Indexed Database API though it's implementation is moderately limited compared to web storage at the moment.
User avatar
JAB Creations
<aside>
 
Posts: 566
Joined: Tue Mar 13, 2007 4:48 am
Location: Sarasota Florida, USA

Re: Research - Developing a sales app that is available offl

Postby rbauer » Mon Oct 14, 2013 6:11 pm

Yeah, I've been looking at a couple of localStorage options, but it seems that they are going to have limitations for space. Since I'm just getting started, I'm not sure how much data I'm going to have to store locally. The sales force is going to need pricing for everything then then the quotes they are working on.

I'm thinking I may have to write a winform app for the laptops and then a webapp for those who are always connected. The winform will be a dumbed down version of the webapp.

Thanks
rbauer
<h6>
 
Posts: 2
Joined: Fri Oct 11, 2013 4:47 pm


Return to Help & Advice

Who is online

Users browsing this forum: No registered users and 0 guests