Yes sorry i was wrong, thanks for update
1 01/02/2018 11:07:05 pm
Re: Sales invoice not calculate the Tax correclty (6 replies, posted in Report Bugs here)
2 12/30/2017 07:35:29 pm
Re: Sales invoice not calculate the Tax correclty (6 replies, posted in Report Bugs here)
I think we have something not correct here the included tax should show 5, not 4.76
3 10/17/2017 08:53:17 am
Re: Sales invoice not calculate the Tax correclty (6 replies, posted in Report Bugs here)
Thank you, this was helpful.
Regards
4 10/15/2017 06:03:49 pm
Topic: Sales invoice not calculate the Tax correclty (6 replies, posted in Report Bugs here)
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
5 11/03/2016 10:05:58 pm
Topic: Reason from naming commission as provision (1 replies, posted in Accounts Receivable)
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
6 10/26/2016 09:28:47 pm
Topic: Edit old transaction (1 replies, posted in Banking and General Ledger)
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 08/14/2016 10:17:26 pm
Re: Performance issues (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 08/14/2016 10:07:55 pm
Re: Performance issues (11 replies, posted in FA Modifications)
Many thanks apmuthu all is good now
may i ask how i can register my name as frontaccounting developer contributor
9 08/01/2016 06:01:16 pm
Topic: Performance issues (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 08/18/2014 05:51:30 pm
Topic: Alternative row color issue (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 05/26/2014 01:31:59 pm
Re: Dashboard Theme and Module (44 replies, posted in Announcements)
thank you very much , it's a wonderful dashboard
12 05/25/2014 10:59:45 pm
Re: Dashboard Theme and Module (44 replies, posted in Announcements)
Hi,
I have this layout issue
http://screencast.com/t/3LpfhTCu
i try Google chrome and Firefox
13 05/24/2014 10:21:08 pm
Re: Release 2.3.21 (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.