lajayuhniyarsyah / ERP-Mobile

init ERP Mobile
0 stars 5 forks source link

is this app also works offline? if yes then how it will sync with odoo db? #37

Open jack-solutions opened 8 years ago

jack-solutions commented 8 years ago

so far very good work it seems from the code.. but i have only once concern is this app works offline? i have seen in the code that you are storing the data in localstorage but i dont see any code for syncing so how it will sync to the DB when app connects with internet?

do we need any extra odoo modules to run this app?

jack-solutions commented 8 years ago

sorry i dont know any other way to ask you so that is the reason i have opened this issue

lajayuhniyarsyah commented 8 years ago

Yes,, this app will be work on offline mode,,

Actualy I'm still do some research to find wich one is best method to Automatic Sync the localStorage with Live DB trough internet when the device connected to internet.

But in current development (Still in progress) it will sync data triggered by some UI event, like button or pull to fresh. But it still on progress

jack-solutions commented 8 years ago

okay so are you storing data in localstorage at the moment? or using pouch DB? i am also in the process of making the mobile app based on odoo but i needed some starting point so that i dont need to reinvent the wheel.. i came across your app but it seems it also requires some custom module to be installed in odoo in order to work your mobile app?

at the moment whatever features you have implemented, is it based on default odoo apps (modules)? do you have some kind of document of how i will run this app etc etc? also what features are you implementing in app?

i can also collaborate with you on this project if you want.. cause i am having 7 years of experience :)

Looking forward to hear from you!.. what is the best way to contact you?

jack-solutions commented 8 years ago

also is this app for odoo8?