If you purchase services from suppliers this account will be used when purchased instead of the inventory account.
Joe
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Posts by joe
If you purchase services from suppliers this account will be used when purchased instead of the inventory account.
Joe
You should increase the Reference number in Setup tab, Forms setup.
Joe
I see the problem. I think you should create a direct supp invoice. And use the costs as service items width 0-rates. And pay the invoice directly afterwards.
Joe
The tax inquiry will give you no. 2. The net amount is calculated backwards.
It is very important that the net amounts are entered correctly in respect to the tax. This is quite known by accountants.
This is why I recommend that you create Quick Entries for your most frequently entries. This will avoid these erroneous entries.
/Joe
In the bank payment/deposit you should use the tax accounts directly and enter the taxable amount. F.i if you book a cost of $100 and you use 10% tax for a taxtype GL account 2150.
Then you should enter $10 in debit. The other way around if it is some kind of sales.
An easier way would be to create some quick entries for your most frequent payments/deposits.
Joe
The Journal Entry should only be used by admins and only for the first Opening Balance entry.
In this case there were NO currency rate for the date of transaction. Please void the transaction and enter a currency rate for the USD for the transaction date or before.
Then reenter the transaction in the Journal Entry. Now it should be ok.
For safety you should always use the Bank Payment/Deposits for entering transaction where the the bank accounts are included.
/Joe
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
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
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.
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
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
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
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
FrontAccounting forum → Posts by joe
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.