Hello Alvin
What about credit the invoices in Customer Transactions? It is fast and secure.
/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
Hello Alvin
What about credit the invoices in Customer Transactions? It is fast and secure.
/Joe
You are right, Jackel7007. This bug has been there all the time.
It has been fixed in CVS Main and are going into release 2.2.3.
In the mean-time you can fix it in file /sales/create_recurrent_invoices.php.
After line 62
if (isset($_GET['recurrent']))
{insert the following lines
$date = Today();
if (is_date_in_fiscalyear($date))
{And after the end about line 99, insert the following lines.
}
else
display_error(_("The entered date is not in fiscal year."));So the previous code is inside the { and }.
/Joe
Hello again, David. Vi have decided to include a document, Remittance, that does what you want.
This has been committed to CVS Main and will be included in release 2.2.3.
/Joe
I guess David means a list of allocated items belonging to this payment. The Cheque Printing Module leaves a slip with these items at the bottom.
/Joe
Maybe you could run the Supplier Balances Report instead.
/Joe
No, you will have to produce either a cheque (check printing module) or an Internet Bank Payment. We don't have any built-In fascility to do this because this is different from Bank to Bank.
/Joe
For Invoices and credit notes the due date is used as comparing to the end date. For payments it is trans date.
So if you have an invoice with trans date 01/01/2010 (MM/DD/YYYY) and a due date 01/10/2010 and an amount $1000 and an end date of 01/04/2010
this amount will show up under current.
If the end date was 01/12/2010 the amount will show up under 1 - 30 days. Given these operations I guess you can set the end date to display your needed information.
/Joe
Hello again,
Enter the config.php file with an editor and set the $go_debug variable to 0 (when this is 1 FA prints the instructions to the pdf engine instead of the pdf file).
/Joe
Did you upgrade to the latest repgen for 2.2. There was an upgrade to this short after the release.
/Joe
Yes, you can. By using phpMyAdmin go to your database and company (table prefs). Enter debtor_trans and find your last transactions with type 10 (Invoice). You will probably find your last numbers here. Change these to follow your new number serie.
Remember to change these numbers also in table debtor_trans_details.
When FA is finding the next Invoice number it will take the MAX number + 1.
/Joe
The easiest way is to use the Reference number field as your invoice number. The next reference number for your invoice is set in Setup tab, Forms setup.
/Joe
The closing of a fiscal year is done automatically, when you close it. But you should wait until all the year-end entries has been done. When the year is closed you can no longer make entries into it.
The procedures will be updated on the wiki asap.
/Joe
Sure, it is quite easy. Enter Setup tab, Fiscal Year. Create your new fiscal year.
Enter Company Setup, and select your new year.
When you are ready booking on the old year, you can later close it. After you have closed it you can no longer enter transactions into the old year.
/Joe
The Journal Inquiry was rolled back to how it worked before the join of bank transactions.
/Joe
I guess you will have to split it up into different items. Or, as you say, an extension module.
/Joe
Yes, maybe we can extend the global array, $installed_extensions, with access roles variables. I will discuss this with Janusz, when he is back in office.
/Joe
There are no fixed rules regarding the asignment of values. Only the core values are starting at 1. So starting a bit up in the sequence seems to be the way of doing it. And checking with other similar modules that they do not share the same values.
/Joe
No, I am afraid not.
/Joe
Hello, I will try to explain how it works.
And I will explain it in an easy way.
After the fiscal year has come to an end and a new one is created, you may want to close the previous year when the last entries have been done.
Before that your assets have accumulated into $2000. The liabilities have reached $1500. The difference between these $2000 and $1500 is your Equity (or Net assets). $500.
Your revenues have reached $3000 and you expenses have reached $2500. Net income is $500.
Now you want to close the fiscal year. The Net Assets (or Equity) $500 is booked in credit on RETAINED EARNINGS (this account is accumulating the year net assets over years).
The Net Income, $500, will always be the same as the year net assets. So the debit booking of $500 is going to the PROFIT/LOSS YEAR.
When the fiscal year is closed you can no longer make entries into it.
/Joe
A new file can be downloaded from CVS Main:
The fix is going into release 2.2.3.
/Joe
Thanks Bryan, for pointing this out. We will have a look at this.
/Joe
Oops. This routine is inside the file /sql/alter2.2.php that is used when running Software Upgrade.
I haven't heard about problems here, and I find no spurious things here. The memo_ field is escaped.
I guess Janusz will look at this when he is back in office again.
Do you think you can fix the error, tom?
/Joe
You should be able to update directly. Just follow the instructions in update.html.
/Joe
Hello ferre,
For your own safety you should download a fixed file from the CVS repository
/Joe
First ensure you have different GL accounts associated with your Foreign Currency Bank Accounts.
Before doing the operations, you should check if there is an exchange rate for the transfer date. If not then get one.
Every time when you do a bank transfer the routine will check that the underlying GL Transfer against the current bank account are equal based on the date when the bank transfer is done. If this is not the fact, two GL transactions will be done covering the difference.
If you look at the Journal Entry after you have done the bank transfer (where there is a foreign currency involved and the exchange rate are different than an earlier one) there should be two transactions covering the diff.
/Joe
FrontAccounting forum → Posts by joe
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.