Topic: AngularJS 2 integration with desired template

Hi All,

Id like to get in contact with developers who are experienced with angular framework and is able to modify FA to work based on Angular. I want completely remove JsHttpRequest.js and related JS framework and replace them with Angular.
Please PM me if anyone interested.

Regards,
Turkel.

Re: AngularJS 2 integration with desired template

none cares :S

Re: AngularJS 2 integration with desired template

I've got AngularJS and Angular 2.x, 4.x experience.  Its not clear to me that this would be a good idea in the case of FA.  What code would you be looking to keep from FA?

I think it would be better to keep the existing JsHttpRequest (essentially div swapping) and augment with dynamic components like date picker, typeahead etc where those are desirable.  Incorporating the Bootstrap work would also be a good thing IMO.

If you were to do a complete replacement of JsHttpRequest with Angular I think you'd find the architecture to be very different. 

The views would all be replaced, along with requiring a REST (or some kind of) API for the Angular client to talk too.  That would be a lot of work.

Also, this scale of work would be unlikely to be incorporated into FA.

Cambell https://github.com/cambell-prince

Re: AngularJS 2 integration with desired template

if you remove JsHttpRequest and its features, you might loose the core work of sales cart and ajax update when you change a field data.  Its Pretty much thing to recreate FA  once again through  Angular. My suggestion to keep the FA on its stable version,you better recreate the UI with features on your own.

Subscription service based on FA
HRM CRM POS batch Themes

Re: AngularJS 2 integration with desired template

I agree with you guys and therefore I have gave up on this after researching structure of Angular. Angular processes variables on browser which is complete different story than FA built. t would be better to have Angular which will modernize FA but it also means too much hassle. I will try to make only some slight UI code changes which will make much difference on look.

Re: AngularJS 2 integration with desired template

I have already modified the UI code to delegate rendering to themes.  This means that you can create a fully responsive bootstrap theme.  Adding javascript controls (even using Angular) into this would not be hard.

Here's the demo:

http://demo.saygoweb.com/frontaccounting/

This work is available as a pull-request on FA and is available against 2.4.  I'm not sure that its completely up to date with the latest unstable (now master) - but it would be quite close.

If you're wanting to make 'ui code changes' I suggest that you have a look at the work I've already done.

Cambell https://github.com/cambell-prince