[Koha-bugs] [Bug 12164] Rollover outstanding orders not yet received

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 2 10:54:22 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12164

--- Comment #7 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 27911
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=27911&action=edit
script for testing this feature

To test this feature, you can use this patch to create and delete a fund
structure and orders (received and unreceived).

The structure will be:
budget_1 (1 pending, 0 ordered)
> budget_11 (3 pending, 4 ordered)
>> budget_111 (2 pending, 1 ordered)
> budget_12 (4 pending, 3 ordered)
budget_2 (1 pending, 0 ordered)
> budget_21 (0 pending, 0 ordered)

1 order is 2 items (cost: 10 each).

Create the data: perl bug_12164.pl create
Delete the data: perl bug_12164.pl delete

Note: The delete action does *not* remove created items.
Important note: Backup your database before using this script!

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


More information about the Koha-bugs mailing list