share the link of the demo with credentials
626 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)
627 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?
628 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.
629 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.
630 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
631 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.
632 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.
633 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');
}
634 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.
635 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.
636 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.
637 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?
638 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.
639 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.
640 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.
641 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.