Thx for the reply smile

James

2

(3 replies, posted in Wish List)

If anyone founds any kind of FA documentation for developers please post a link to it or send me a mail with it (so I can share it all together with anyone who asks for it).

Thx everyone.

James

Thx for the reply, I am just about to send my first mail to: developers@lists.frontaccounting.eu

Hope you receive it, if don't please let me know.

Thx everyone.

James

Any hint of what could I do?...

I just want to know how does FA decides what function to run after Ajax responses are ready (onreadystatechange, readyState == 4).

I just subscribed to the developers list, to what mail address should I send messages?

I read the developers help list, but I just do not get it tongue

Thx everyone.

James

My bad, the breakpoint should be on line 543 (using $go_debug = 1 in file config.php)

I'm using:
Linux (Ubuntu 9.10 64-bit)
Firefox 3.5.7 (64-bit)
LAMPP 1.7.2
Firebug 1.4 (Cannot use 1.5 because it does not work with Firefox 3.5 64-bit)

Here's an scenario where the problem occurs:
1) Open FA and go to Sales->Direct Invoice
2) Open Firebug
3) Reload browser (F5)
4) Choose the Script Tab (Firebug)
5) Choose the file "JsHttpRequest.js"
6) Set a breakpoint on line 543
7) Add a item pressing the "Add item" button (FA)
8) Firebug should stop on line 543
9) Press the Step Over button (F10, Firebug)
10) Press the Continue button (Firebug)

When following the scenario the updates on screen does not show, but when repeating the scenario omitting Step 9 everything works as expected.

Thx everyone.

James

Hi

(I was not sure where to post this, so please admin move it where appropriate)

When using firebug to track Ajax requests page changes does not show, this only happens if I don't press Continue (firebug) after reaching a Breakpoint (firebug) on line 243 (xr.send(this.queryText)) of file JSHttpRequest.js, otherwise changes show normally.

This is getting kind of annoying because i am trying to know about the internal functionality (how the Model-View-Controller communication works) of FA using firebug and xdebug (netbeans).

Thx everyone.

James

Thx for the reply, it helps a lot...
I was wondering why do some buttons where of type "submit" and also have some ajax functionality... I guess is because the "no js compability"...

Does a forum for FA developers exist? or all questions are made through the developers mailing list?

Thx everyone.

James

9

(3 replies, posted in Wish List)

lol, thx for the reply...

10

(3 replies, posted in Wish List)

Documentation explaining the attributes and methods of all the classes (php and js).
I'm having a very frustrating time trying to understand the classes using only firebug and xdebug (netbeans).

Thx to everyone.

nvm, i found how to...
edit config.php and change:
$go_debug         = 0;
to:
$go_debug         = 1;
do you guys know about a developer's guide for frontaccounting? I started yesterday and i am having a hard time trying to understand how frontaccounting uses php, js, ajax, html, json and mysql, specially php and ajax.

PD: I have a lot of experience with php, js, ajax, html, json and mysql but for some reason i get lost every time i try to follow the flow of the application with firebug and xdebug (in netbeans)... any recommendations?

PD2: Sorry for my english tongue

I find it very hard to debug javascript with firebug because the code is not indented, do you know if an option like this already exists?