Yes. You only want to void the invoice. You may create another imvoice from the delivery.
Consider using the credit note instead. This will restore all.
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
Yes. You only want to void the invoice. You may create another imvoice from the delivery.
Consider using the credit note instead. This will restore all.
Joe
Please check that Search Customer or Supplier list is not marked. Look for this in Company setup, Setup tab.
I don't understand this. You use the menu Receive Items... For doing this, and this works perfectly.
Joe
Yes, but they can be voided.
Joe
Hello again,
it is not necessary to do all the lines that Pete suggested. You can just change line 107 and 108 from
$rep->TextCol(3, 6, $coms);
$rep->NewLine(2);
to
$rep->TextColLines(3, 6, $coms);
$rep->NewLine();
That will do it.
Is changed in HG repository to go to next minor.
/Joe
Thanx Pete.
I will have a look at this and incorporate it in core.
Joe
In Items and Inventory, Inventory Adjustments.
Joe
No, I don't think so. You wil have to write a script/module to do this.
/Joe
I am not sure if I understand this question correctly. You can always 'overpay' the customer payment so that you owe him an amount.
/Joe
The Purchase Orders are shown in the customers currency, therefore there is no total column.
The Report 'Outstanding GRN Reports' summarize the GRNs.
/Joe
You may have run into a Journal Entry bug for Tax intry.
Please login to mantis, http://mantis.frontaccounting.com and locate bug number
0001497: Tax for journal entry the other way round
There are two files that fixes the problem, that you can download.
/Joe
No, it is not a template for other companies. However it is a major company in respect to to which operations you can make on other companies. I.e. creating other companies.
/Joe
I think that this do not do any harm. Contrary it shows the SO as completed. However the stock moves are updated correctly.
/Joe
See my answer to this here:
https://frontaccounting.com/punbb/viewtopic.php?id=896
/Joe
The branches are containing many more fields than the customer. AS per default a branch is created every time a customer is created, so you don't have to bother. This requires that the variable $auto_create_branch is set to 1 (default) in config.php about line 77.
/Joe
No, not really. But look into /sales/inquiry/customer_inquiry to see an example at the end of the files. There are also examples of call back functions.
Also look into the internal files:
/includes/db_pager.inc
/includes/ui/db_pager_view.inc
/Joe
You can increase the decimals in percents in Preferences.
There is also a topic about this in the Setup forum, sticky notes.
/Joe
Some regions may require to setup taxes on already taxed results.
There is a topic about this on the Wiki .
/Joe
This is a great suggestion. Will be included in release 2.4.
/Joe
In this case I have another suggestion. As you tell us, you are calculating tax on tax.
Include the tax rates in the Tax Type name. The first tax rate is obvious. The next tax rate should be calculated as you explain.
Now suppress the rates when printing the tax by setting a variable in config.php, $suppress_tax_rates, to 1.
Now the tax rates will not be included in the print outs (and this is why you should change the Tax Type name to include the rate you want to show).
This is a common way to solve the issue.
I guess we have some Canadian users, that can explain how they do this.
/Joe
Either you have selected a wrong date interval or something else. This is not reprodusable. However the direct invoice is split into two journal entries. One belonging to the invoice and one belonging to the delivery (COGS). Are your sure there are aby costs?
/Joe
If the from account is a cash account and the transfer results is a negative amount this error is produced.
/Joe
If you have a sales order of 100 lines, you could edit the Sales Order via the Sales Order Inquiry (take away the lines you will not deliver).
Then you could deliver the right ones as you use to do.
/Joe
Ok, I see. Maybe there are some people out there that can help us here, or maybe this is to hard to solve.
/Joe
Why not? It is like any other business.
/Joe
FrontAccounting forum → Posts by joe
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.