Strange, it works like a charm here. It did not work correctly before, just like you said, but with this new file everything is ok at my place.

Caching problem? Try to empty the browser cache.

/Joe

Hello Chris,

Please go back and download a new rep306.php1. Follow the instructions about rename and replace.

It should now be fixed. Good luck with the report.

/Joe

When you create the shipping item, you must select Category 'Service' and Item type 'Service'. Then it should work. At least it worked in my environment.
If you forgot the Item type 'Service' you will have to use phpMyAdmin to change this directly in the DB. FA will not allow for changing (for scurity, but it should be ok to do this here).

/Joe

2,179

(6 replies, posted in Wish List)

But you are still getting a warning before the voiding, right?

Joe

This report has now been incorporated in FA core. It has been sent to HG repository for default.

The three affected files are /reporting/rep306.php1, /reporting/reports_main.php1, and /reporting/includes/reports_classes.inc.

Rename rep306.php1 to rep306.php and reports_main.php1 to reports_main.php before uploading/replacing the files.

/Joe

2,181

(6 replies, posted in Wish List)

@chrison,

Which release of FA are you using. In the latest releases you can view the transaction by pressing the number link in the pager link.

/Joe

This seems to be a good report, I will include it in core FA to next minor.

/Joe

No, it is stored as positive.

Example customer payment:

Customer pays 100. Discount is 10.
debtor_trans table.
ov_amount   100
ov_discount  10

Gl posting:
Bank debit      100
AR.    Credit.        110
Discount debit   10

Joe

I recall that this was implemented to avoid mistakes when entering the right sign in using either bank payments /deposits.

But it was considered more safe when using quick entries.

Joe

This is strange. I cannot reproduce this (only if the invoice date is before todays date, the due date is todays date, when payment type is cash).

Which release of FA are you using?

/Joe

@apmuthu

Yes it is correct. The ov_discount should be added in these cases. When the customer payments are done, they should include the ov_discount.

/Joe

I guess there are so many algorithms interacting between the 3 stages, sales order, deliveries ans invoices, that trying to make further features is a candidate for more bugs.

So in my opinion we should stay where we are.

Joe

@apmuthu

I am not in office at present. Please make a test on the training Co. Make a direct invoice on a customer with some discount percent.

Also try a payment with a discount. Look into the table 0_debtor_trans and see if it is negative or positive. I cannot recall right now.

Joe

Please check that your Cash Only is not set to Prepayment type in Setup tab, Payment Terms. It should be set to cash.

/Joe

Remember that the credit limit is  not included in the information.

You can look at the function for duing this calculation in file /sales/includes/db/sales_order_db.inc, function
function get_customer_to_order($customer_id)
This is about line 457.

/Joe

1. You can increase the number reference counter for invoices in Setup tab, forms setup.

2. Check that you haven't checked the search customer/items list in Setup tab, company setup.

You can learn more about searching customer/items/suppliers here:

Search customer

/Joe

If you can edit the sales order in the inquiries, you should be able to Cancel the order.

Joe

You can always use the reference fields. You can setup these start numbers in Setup tab, forms setup.

You can also use a combination of characters and numbers.

Joe

2,194

(2 replies, posted in Items and Inventory)

You can setup the prices in Items and Inventory tab, Sales Pricing.

/Joe

You can use Manufacturing for this. Create some manufactured items in Items and Inventory tab. Select the new units. Select the original item in the Bill of Materials (BOM) for the new item in Manufacturing tab. Also select quantities of the original item.

Now you can create simple assemblies in Manufacturing tab.

Joe

2,196

(11 replies, posted in Manufactoring)

No, but you can have just one bill of items (could be service item ) and then you can issue extra items if you use the advanced assemply.

/Joe

2,197

(6 replies, posted in Accounts Payable)

Thanks, please download the file suppliers.php1. Rename it to suppliers.php and replace the file in /purchasing/manage/suppliers.php.

/Joe

2,198

(6 replies, posted in Accounts Payable)

This was a strange behaviour. Have tried to reproduce, but the default field value of tax_included is 0.

Which version of FA are you using?

/Joe

2,199

(6 replies, posted in Accounts Payable)

Certain newer versions of MySql doesn't accept empty values for numeric values.

Will be fixed to next minor.

/joe

@erwindebruin
Will the work into be sufficient?

/Joe