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.

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

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.

I would request senior members to check whether this change has no adverse impact on any other feature.

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');
}

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.

632

(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.

Hello
Kithnos

Finally If you had done that can you please share with us.

634

(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?

635

(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.

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.

637

(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.

638

(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.