Am Freitag, 15. November 2013 14:34:23 UTC+1 schrieb Sharoon Thomas: > > Hello David, > > On Nov 15, 2013, at 2:26 PM, David Friederich > <[email protected]<javascript:>> > wrote: > > I know about sao (havn't tested it yet) and Nereid and as a said, would > love to use Flask. My "dream" would be to have Tryton as a core for all the > stock-movements and database magic and Flask as provider for the views. > > > I wanted to ask here if you could give me some inputs, which tools you > think are suited I should dive into. As an example, if Nereid, which is not > meant as an client-replacment, could get used for the few basic views that > the application needs. Or if you think for this project, that it could get > coded within Flask only whithin a reasonable timeframe (2-3 coders in a few > month). > > > I can confirm that nereid was built to make solutions like the one you are > trying to build. Nereid is built over Flask and you should not miss a > single thing > from Flask and we have a little documentation meant for users familiar > with Flask but not with nereid [1]. However, some tryton experience might be > required to understand the design decisions behind nereid. > > You could use Flask and achieve the same goals, but you would have to > rebuild several of the components nereid already gives you. > > To begin with you could use the nereid-pos [2] module, which uses tryton > logins itself and was built for an upcoming iPad based POS for Tryton. > The mobile app connects through the HTTP api provided by the nereid module. > You could take a look at the tests [3] if you need an idea on how the web > service API works. > > > Sorry for the very unspecific questions asked, I am quite new into this > whole programming world and you are currently my only hope I have right now > :D > Thanks very much in advance. > > > Good luck and if you get stuck you can ask us on the IRC. > > [1] https://nereid.readthedocs.org/en/latest/advanced_foreword.html > [2] https://github.com/openlabs/nereid-pos/tree/develop > [3] > https://github.com/openlabs/nereid-pos/blob/develop/tests/test_product_api.py#L376 > > Thanks & Regards > > Sharoon Thomas > Openlabs Technologies & Consulting (P) Limited > > w: http://www.openlabs.co.in > m: +1 813.793.6736 (OPEN) Extn. 200 > t: @sharoonthomas > > - We win when our customers win >
Hello Sharoon, Thank you very much for that helpful answer, looks like I will dive into Nereid/Tryton combination and will check out Nereid-Pos as a start. The basic functions of the application have to be implemented by March, I hope to have some sort of understanding by then and hopefully can make little contributions to the project. And if I get totally stuck, I am pretty sure that your company will be the first to be considered ;) Have a great week David
