From: johnt <jo...@sx...> - 2013-10-02 20:43:17
|
Hi all, I'm trying to develop an Android application for webERP and I just want to ask if there are other developers who have tried/on the process of developing one. Here's my progress so far (please feel free to comment): 1. I'm consuming the xml-rpc web services in webERP > api > api_xml-rpc.php using the android-xmlrpc client available in this location: http://code.google.com/p/android-xmlrpc/ <http://code.google.com/p/android-xmlrpc/> 2. I've tried testing the xmlrpc_Login function and, as per API, expected returned value is an integer (Zero means the function was successful. Otherwise, an error code is returned). 3. So far, I'm getting [0] for entering correct username and password; and [1,1] for incorrect username and/or password /(So I hope I'm on the right path)/ 4. Right now, I'm testing the xmlrpc_InsertCustomer function. I will give feedback/questions after my testing. -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Android-Application-for-webERP-tp4656788.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: Phil D. <ph...@lo...> - 2013-10-02 21:58:24
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/> <style type="text/css">.mceResizeHandle {position: absolute;border: 1px solid black;background: #FFF;width: 5px;height: 5px;z-index: 10000}.mceResizeHandle:hover {background: #000}img[data-mce-selected] {outline: 1px solid black}img.mceClonedResizable, table.mceClonedResizable {position: absolute;outline: 1px dashed black;opacity: .5;z-index: 10000} </style></head><body style=""> <div> Hi John, </div> <div>   </div> <div> Interesting initiative this... </div> <div>   </div> <div> The screens render mostly OK on my 7" ASUS tablet without any modification. </div> <div> We could build other key pages for inquiries etc which would render on phones and perhaps this might be done by writing PHP scripts on the server and testing for the device's capabilities and then choosing which version of the page to display. </div> <div>   </div> <div> Phil </div> <div>   </div> <div> > On October 3, 2013 at 9:22 AM johnt <jo...@sx...> wrote: <br/>> <br/>> Hi all, <br/>> <br/>> I'm trying to develop an Android application for webERP and I just want to <br/>> ask if there are other developers who have tried/on the process of <br/>> developing one. Here's my progress so far (please feel free to comment): <br/>> <br/>> 1. I'm consuming the xml-rpc web services in webERP > api > api_xml-rpc.php <br/>> using the android-xmlrpc client available in this location: <br/>> http://code.google.com/p/android-xmlrpc/ <br/>> <http://code.google.com/p/android-xmlrpc/> <br/>> <br/>> 2. I've tried testing the xmlrpc_Login function and, as per API, expected <br/>> returned value is an integer (Zero means the function was successful. <br/>> Otherwise, an error code is returned). <br/>> <br/>> 3. So far, I'm getting [0] for entering correct username and password; and <br/>> [1,1] for incorrect username and/or password /(So I hope I'm on the right <br/>> path)/ <br/>> <br/>> 4. Right now, I'm testing the xmlrpc_InsertCustomer function. I will give <br/>> feedback/questions after my testing. <br/>> <br/>> <br/>> <br/>> -- <br/>> View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Android-Application-for-webERP-tp4656788.html <br/>> Sent from the web-ERP-developers mailing list archive at Nabble.com. <br/>> <br/>> ------------------------------------------------------------------------------ <br/>> October Webinars: Code for Performance <br/>> Free Intel webinars can help you accelerate application performance. <br/>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from <br/>> the latest Intel processors and coprocessors. See abstracts and register > <br/>> http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk <br/>> _______________________________________________ <br/>> Web-erp-developers mailing list <br/>> Web...@li... <br/>> https://lists.sourceforge.net/lists/listinfo/web-erp-developers </div> <div id="ox-signature"> Phil <br/> <br/>Ph: +64 (0)275 567890 <br/>Skype: daintree <br/>http://www.logicworks.co.nz </div> </body></html> |
From: ExsonQu <hex...@gm...> - 2013-10-03 04:26:03
|
*Hi,John,* Sounds great! I've noticed lots of Apps appearing in openERP projects. If we have one for webERP, that's great. Looking forward to further news! Best regards! Exson -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Android-Application-for-webERP-tp4656788p4656790.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |