Yes sorry i was wrong, thanks for update

I think we have something not correct here the included tax should show 5, not 4.76

Thank you, this was helpful.

Regards

Hi,

Frontaccounting version 2.3.24 or version 2.4.2, having an issue with the sales tax calculation.

if you open the demo site for the frontaccounting
http://demo.frontaccounting.eu

in the direct sales invoice screen if i sell 1 item with price equal 100 the sales tax is 5% then i get the result of 4.76 as a sales tax when it should show 5 as sales Tax.

https://s1.postimg.org/6nwtzmk6gv/Capture.png

please can any explain what that means ?

Regards

Hi,

In sales person page we see the provision instead of commission, is the provision same as commission?and which one is more appropriate to use ?

Thank you

Hi,

In edit old transaction like bank payment or bank deposit, we notice that the system is actually set the amount for the transaction to be zero and then it's create new number for example

1) Bank payment hold trans number 50
2) Edit Bank payment

system will create new bank payment with trans no 51, and keep the old one into the DB with amount zero like void.

question is, is there any logical reason to change the transaction number once we edit the transaction and from business prospective how this is useful ?

Thank you

7

(11 replies, posted in FA Modifications)

between the issue that i was have is that the print sales invoice report is not open because of the huge number of invoices that we have, we change the from invoice and to invoice parameter to be filtered like list search.

8

(11 replies, posted in FA Modifications)

Many thanks apmuthu all is good now smile
may i ask how i can register my name as frontaccounting developer contributor

9

(11 replies, posted in FA Modifications)

Hi,

When printing some reports or even when you access some page that taking a lot of time to retrieve the data from database we see the progress image gone and new yellow image with exclamation mark begin show, this due to the large data that i have, what is the correct solution, to make this not happens ?

Regards

10

(1 replies, posted in Reporting)

Hi,

I need to create alternative row color for all front accounting reports i can do that for each report but there is an issue like this:

if i have a employee name column in the report i will use something like this

    $rep->SetFillColor(200, 200, 200);
    $rep->lineHeight = 10;
    $fill = 0;
    while($row = db_fetch($employees))
    {
        $empname = $row["first_name"]." ".$row["second_name"]." ".$row["third_name"]." ".$row["last_name"];
       
        $rep->TextCol(0, 1, $row["employee_number"],0,0,0,$fill);
       
        $row1 = $rep->row;
        $rep->TextColLines(1, 2,  $empname,0,0,0,$fill);
        $next_row = $rep->row;
    $rep->row = $row1;
       
        $rep->TextCol(2, 3, $row["phone"],0,0,0,$fill);
        $rep->TextCol(3, 4, $row["phone2"],0,0,0,$fill);
        $rep->TextCol(4, 5, $row["email"],0,0,0,$fill);
        $rep->row = $next_row;
       
       
        $fill = !$fill;
    }

so because the employee name can be big text i use this method $rep->TextColLines(1, 2,  $empname,0,0,0,$fill);
but the result is this

http://postimg.org/image/pqyk2medp/

11

(44 replies, posted in Announcements)

thank you very much smile, it's a wonderful dashboard

12

(44 replies, posted in Announcements)

Hi,
I have this layout issue
http://screencast.com/t/3LpfhTCu

i try Google chrome and Firefox

13

(15 replies, posted in Announcements)

Please can we have a more details about this point

Several security issues fixed.

and how i can upgrade the software without impact the changes that i already done.