When we void a Direct Invoice (Purchases Module) the related GRN is not voided automatically. It is needed to be voided manually.
626 07/24/2016 07:30:34 am
Topic: Auto GRN is not voided automatically (2 replies, posted in Report Bugs here)
627 07/24/2016 07:27:02 am
Topic: Dimension is missing in Supplier Invoice View (13 replies, posted in Report Bugs here)
Please view the following two images
http://prnt.sc/bwsarq (Supplier Invoice)
http://prnt.sc/bwsam2 (Journal Entry of Supplier Invoice)
You can see that the Dimension is appearing in Journal Entry View but not in Supplier Invoice View.
628 07/24/2016 07:15:46 am
Re: Sending document by email failed (5 replies, posted in Report Bugs here)
I then checked my server whether it is limiting emails or not but I found that emails are going perfectly from my server
http://my.boxygen.biz/test-email/index.html
The above is the email testing.
With the above small script it is checked that server is not limiting emails due to smtp authentication. It is a simple email program with php mail function and going through perfectly on the same server and domain.
629 07/22/2016 07:44:25 am
Topic: Sending document by email failed (5 replies, posted in Report Bugs here)
I am unable to send Invoice through email
http://fa.boxygen.biz/fa2325/sales/customer_invoice.php?UpdatedID=19
Username: aeronvista
pass: usayed2005
click email invoice and you will find the error message. This is the fresh installation of FA2.3.25
Can anyone help me with the solution of this? How can I find the reason of this error?
I then checked my server whether it is limiting emails or not but I found that emails are going perfectly from my server
http://my.boxygen.biz/test-email/index.html
The above is the email testing.
630 07/08/2016 04:51:44 pm
Re: Bootstrap 3 responsive theme / HTML5 modifications (11 replies, posted in FA Modifications)
Is that core changes being implemented in 2.4 RC1?
631 07/08/2016 04:15:44 pm
Re: A Logical Bug in Profit and Loss Calculation (7 replies, posted in Report Bugs here)
I don't want to edit the tables directly .
What I want to know that In case of Editing Direct Invoice date or dimension the date and dimension of auto generated delivery note be changed . is that possible to work out in the given structure of FA?
632 07/08/2016 09:38:18 am
Re: Print (PDF) is not working anywhere in 2.3.25 (13 replies, posted in Report Bugs here)
share the link of the demo with credentials
633 06/27/2016 03:08:22 am
Re: New UI For Frontaccounting (12 replies, posted in Announcements)
Thanks kvvaradha
How can I upload the Excel Salary Sheet in FA?
How can I get the Full Version of HRM that I could see in your demo? Can I pay something to get it?
634 06/27/2016 02:20:04 am
Topic: A Logical Bug in Profit and Loss Calculation (7 replies, posted in Report Bugs here)
Sitting in June i need to create a back dated invoice of April. While creating invoice I forgot to set the date and processed invoice. The Delivery note is automatically created. Later I realized my mistake and corrected the date of invoice but that change is not affected on Delivery note and the GL Entry of Deivery Note.
Means Sales is credited now in April while its cost is Debited in June.
Another Problem in current dated invoice is that while processing invoice I selected by mistake a wrong Dimension. After invoice is processed I corrected the mistake in Invoice but that correction of dimension is not affected on Delivery Note. Hence Sales is Credited to One Dimension while its Cost is Debited to another dimension.
The Delivery note is not editable so we can't make these corrections in Delivery note or its GL Entry.
Any solution to this is highly appreciated.
635 06/26/2016 05:58:38 pm
Re: Print (PDF) is not working anywhere in 2.3.25 (13 replies, posted in Report Bugs here)
It is working fine with me also.
I think your browser is blocking pop ups. In Chorme at right corner of address bar a Red cross appears if the pop up of pdf is blocked.
636 05/27/2016 08:58:27 pm
Re: Bootstrap 3 responsive theme / HTML5 modifications (11 replies, posted in FA Modifications)
I tried to view the Demo in my mobile but It is not opening as Responsive. What shall I do?
I am using Samsung S3
637 05/26/2016 09:12:01 am
Topic: Date Picker Returning Different Date Format as Defined in Preferences (7 replies, posted in Report Bugs here)
Date Picker is returning different date formats on different systems may be fetching from the system date. If the date format returned by Date Picker is different from what defined in Preferences then it is not fetching the correct query results and given date error on payments and receipts.
Date Picker shall always return the same date format as defined in User Preferences to make it independent of System Date.
How can this issue be solved.
638 05/18/2016 08:43:10 pm
Re: The Currency in Bank Accounts is Not Updated (3 replies, posted in Report Bugs here)
I would request senior members to check whether this change has no adverse impact on any other feature.
639 05/18/2016 08:42:00 pm
Re: The Currency in Bank Accounts is Not Updated (3 replies, posted in Report Bugs here)
Ok Finally I got the reason of this bug. The hidden text and the select had the same names and the hidden text values were passing in the arguments. So I just renamed the hidden text name.
Below is the code component that I changed on gl\manage\bank_accounts.php on Line 160
start_table(TABLESTYLE2);
if ($selected_id != -1)
{
if ($Mode == 'Edit') {
$myrow = get_bank_account($selected_id);
$_POST['account_code'] = $myrow["account_code"];
$_POST['account_type'] = $myrow["account_type"];
$_POST['bank_name'] = $myrow["bank_name"];
$_POST['bank_account_name'] = $myrow["bank_account_name"];
$_POST['bank_account_number'] = $myrow["bank_account_number"];
$_POST['bank_address'] = $myrow["bank_address"];
$_POST['BankAccountCurrency'] = $myrow["bank_curr_code"];
$_POST['dflt_curr_act'] = $myrow["dflt_curr_act"];
}
hidden('selected_id', $selected_id);
hidden('account_code');
hidden('account_type');
hidden('BankAccountCurrency-hidden', $_POST['BankAccountCurrency']); //Bug removed by Faisal on Line 160
set_focus('bank_account_name');
}
640 05/18/2016 08:23:31 pm
Topic: The Currency in Bank Accounts is Not Updated (3 replies, posted in Report Bugs here)
If i create a new Bank Account with any Currency. Just after creation I realized a mistake that the Currency was wrongly selected and I need to change the currency from USD to CAD (for e.g.) then this change is not accepted by FA. I tried this in FA 2.3.25 but same problem.
641 05/18/2016 07:09:27 pm
Re: FA WITH AUTOCOMPLETE DOWNLOAD (36 replies, posted in FA Modifications)
Anoop earlier I wrote that the Editable Description is not working with this modification. But later I could find that If I select the same Item twice then it allows to Edit the Description.
642 05/13/2016 06:06:39 am
Re: How to add/print a new column to Sales Quotation / Invoice (3 replies, posted in Reporting)
Hello
Kithnos
Finally If you had done that can you please share with us.
643 05/06/2016 06:08:02 am
Re: FA WITH AUTOCOMPLETE DOWNLOAD (36 replies, posted in FA Modifications)
Dear Anoop
I found that after implementing this Auto Complete Feature the Editable Description on Quotation/Direct Sales Invoice is not working now.
Can you please look into it. The editable description feature is very important for our business. Now we are in a fix what to do?
644 05/02/2016 06:04:23 am
Re: FA WITH AUTOCOMPLETE DOWNLOAD (36 replies, posted in FA Modifications)
Dear anoopmb,
This is an awsome modification to FA. It has totally changed the shape of it.
One problem that I am facing is that once an item filtered and then selected then using TAB key the next focus is lost. It is not shifting to the next text box on the page.
Regards.
645 05/01/2016 11:15:38 am
Topic: Multiple Products From One Manufacturing Process (5 replies, posted in Manufactoring)
Hello,
Is it possible to produce More than One Manufactured Products from Single Raw Material? For Example Out of 50 Ltr Bulk Packed Drum ( Single Raw Material) of Lubricant Oil We need to Produce 8 Bottles of 5 Ltr Pack, 10 Bottles of 1 Ltr Pack (Two Finished Goods).
Thanks.
646 04/13/2016 07:55:38 am
Re: New UI For Frontaccounting (12 replies, posted in Announcements)
Hello
Kvvaradha,
I can see HR Module in your working Demo but that is not available in the downloadable version from sourceforge.net. How can I get this module Or it is specific with your UI.
Your Prompt response is highly appreciated.
647 03/03/2015 08:10:42 am
Re: change header in report ...!! (3 replies, posted in Reporting)
Hello Elax. I tried the same but it didn't work for me. I simply created a duplicate of header2.inc and rename that to header3.inc but the report is showing no headers.