2,501

(3 replies, posted in Wish List)

I am not sure I understand your question. If you have a lot of items you can enable search Items  in Company Setup.
Read about that in the Wiki (link from our website).

/Joe

You can always void the transactions and reenter them.

If you have large set of plants, you should consider using Assembling in Manufacturing. First create a manufactured item, call it bundle_plants and create a Bill of Material for it, 100 items of the $4 plant. I hope you can see the idea, right?

/Joe

FA can handle most kind of business, inclusive yours, but we do not give support on accounting. We simply do not have resources for that.

Joe

Well I haven't heard about problems in recent releases about this. If you are sure that this is a bug, then it would be nice if we could tranck it down so I can reproduce it.

Please try to remember exactly what you did when operating this.

/Joe

Please start by talking to a local accountant. Then try to find an adequate Chart of Accounts to start from.

/Joe

We had some problem here som releases ago. Which release are you using?

It might also be some wrong operation. Are you sure you haven't done some illegal operations?

Joe

You will have to use an import script. Look into 'Install/activate module/extension' from the setup tab. There might be something here you can use.

Joe

2,508

(11 replies, posted in FA Modifications)

No, I am afraid not. But you should be able to send the pdf-file by email from the pdf reader.

You can also use the memo field inside the invoice form for leaving personal messages.

Joe

2,509

(2 replies, posted in Installation)

Are there specific accountancy problems?

/Joe

Yes, it is tricky to allow editing of bank transfer, so it is not allowed.

However your topic regarding 'Remember last document date, will be fixed in next minor release.

In the mean time you can change in file /gl/bank_transfer, line 72.

Remove the existing line

 
date_row(_("Transfer Date:"), 'DatePaid', '', null, 0, 0, 0, null, true);

and insert the following lines:

    if (!isset($_POST['DatePaid'])) { // init page
        $_POST['DatePaid'] = new_doc_date();
        if (!is_date_in_fiscalyear($_POST['DatePaid']))
            $_POST['DatePaid'] = end_fiscalyear();
    }
    date_row(_("Transfer Date:"), 'DatePaid', '', true, 0, 0, 0, null, true);

And insert at line 195:

    new_doc_date($_POST['DatePaid']);

/Joe
This should fix it.

2,511

(1 replies, posted in Reporting)

Yes, use the $rep->fontSize -= 2 (if you want the fontsize to 2 points less). Use it before the total lines in /reporting/rep111.php. After the total lines set the font back again with $rep->fontSize += 2 (if you used 2 less).

/Joe

2,512

(4 replies, posted in Accounts Receivable)

You use the bank payment and select customers and the customer. Enter the amount on the transaction row and save.

Now look up your customer payment and allocate the bank payment. You do that in allocation of customer payments.

Now everything is settled.

Joe

Every time you use it wink

You can set that in the Currency update in bank and general ledger. If you set to manually you will have to enter the rates yourself.

Joe

2,515

(1 replies, posted in Setup)

No, it is not possible.

Joe

These are not relevant. This is a per account report. Please use the Balance sheet or Profit/Loss statement for this.

/Joe

The English-US .po and .mo files may need some updates. Normally we use poEdit to update .po files. The transaction files are in /lang/en_US/LC_MESSAGES folder.

Please also ensure that you are using the latest version of FA, 2.3.11.

/Joe

Please look into either /reporting/includes/header2.inc or the specific document, rep111.php .

/Joe

Oh yes, you can also install a language, English-US, where you will have specific translations.
The second largest downloads come from the US.

/Joe

2,520

(2 replies, posted in Setup)

You can have different item tax types where you can setup as you please smile

/Joe

2,521

(2 replies, posted in Accounts Receivable)

You should not change the tax pamounts. It is better to void the documents and try again.

Joe

For sales quotations you can use the 'Comments' field for this information.

For Invoices you can set the 'Legal Text' in company setup. If you need this info to also go into other documents, then look into file /reporting/includes/header2.inc. You can change it here.

/Joe

It seems that the dimension tags are only prepared for future use. Try to use the account tags in balance sheet and profit and loss statements.

As pointed out before, try to laborate yourself. It is a further selection possible.

Joe

Yes, this should be no problem.
Start by using bank payment in banking and general ledger. Select 'customers' and an account (probably the AR account).

Everytime you get a bank deposit from the customer you van use customer payment in sales tab.

You should be able to allocate all the bank payment or part of it.

If you don't see the bank payment here, you can use the allocation menu later.

Joe