[Koha-bugs] [Bug 18999] Acq: Shipping cost not included in total spent on acq home and funds page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 8 13:35:33 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18999

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Signed Off

--- Comment #4 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
There is a slight change in behaviour from these patches, but after giving it
some thought, I think it makes more sense this way:

Before:
- Receive the order, but invoice is not closed
- Acq home: 
  - shipping cost is added to 'ordered', but not shown in list (not ok)
- Fund table:
  - shipping cost is added to 'total ordered'
- Close invoice
- Acq home:
  - shipping cost is NOT added to 'spent' and shows in list (not ok)
- Fund table:
  - shipping cost is added to 'total spent'

After:
- Receive the order, but invoice is not closed
- Acq home:
  - shipping cost is added to 'spent' and shows in list (ok)
- Fund table:
  - shipping cost is added to 'total spent'
- Close invoice
- Acq home:
  - shipping cost is added to 'spent' and shows in list (ok)
- Fund table:
  - shipping cost is added to 'total spent'

So with the new patch the funds table and acq table always match, which is
good. Also the sum on the acq home page for 'spent' and the sum on the linked
list of ordered items match.

There is no longer a different behaviour for open/closed invoiced. But as this
was only applying to the shipping cost and not the cost for the items itself,
it seems more consistent this way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list