[Koha-bugs] [Bug 5336] Acq history search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jul 4 08:33:09 CEST 2013


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

--- Comment #64 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I have gone through the code again and I am going to start testing in the
interface soon, Especially partial orders. I wonder if the update condition in
the updatedatabase can work, as we split the orders for partial receives.

I also have been thinking about the status field, I see some advantages and
disadvantages of doing it this way. The arguments I can think of right now are:

contra: we have another field to maintan where we have to make sure the value
is set correctly at all times depending on actions and changing values in other
fields. It also adds a bit more complexity to migrations as the status have to
be mapped correctly.

pro: It will be easy to do SQL reports on aqorders based on the new status
fields because you won't have to join tables and figure out the exact
conditions.

I am a bit torn here, so leaving this as notes while I continue testing.

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


More information about the Koha-bugs mailing list