Bug with value of rebilled items

Hi,

I have encountered a bug when I rebill items. I am using safari on Mac OSX high Sierra, everything up to date.

Here are the steps I follow:

  • Select purchases to be rebilled
  • Click rebill to client and I enter all the details select contra and as physical items
  • I arrive at the invoice page, I fill in some more data
  • I click save, everything is good so far
  • I click preview and there the cost of the last item in the list is completely wrong (-200 for something that was 13)

I just checked with one single rebilled item and it does not happen.

I have actually encountered that problem for a very long time but I thought I was doing something wrong. I had to go through all my invoices to correct for it and charge my clients for the difference.

Could you please have a look and fix this quickly?

Thank you for your cooperation.

Best wishes,
Cédric

Hi @cedev

I’ve tried to replicate this, but I’ve not been able to unfortunately.

Would you be able to supply a screenshot of the details entered in the rebilling box please (once you select “rebill to client”), so I can ensure I am using the same settings?

I found where the problem was.

I had a custom JS script that automatically filled in the quantity based on the exchange rate but it did not trigger the change event. I now trigger it myself and it does work perfectly fine. If anyone is interested in such option here is the code:

$('#itemContainerDiv .qtyInput').val($('#txtExchangeRate').val());
$('#itemContainerDiv .qtyInput').change();

Sorry for the strong wording earlier.

No problem! Glad to hear you managed to resolve this :slight_smile:

This topic was automatically closed after 7 days. New replies are no longer allowed.