Bug 5320 - Estimate optionally next planned date for serials without periodicity
Summary: Estimate optionally next planned date for serials without periodicity
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: rel_3_2
Hardware: All All
: PATCH-Sent (DO NOT USE) enhancement (vote)
Assignee: Marcel de Rooy
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-28 13:23 UTC by Marcel de Rooy
Modified: 2012-10-26 00:41 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Patch (revised; whitespace fix) (69 bytes, text/plain)
2010-12-15 13:12 UTC, Marcel de Rooy
Details
Patch (2.88 KB, patch)
2010-12-15 13:15 UTC, Marcel de Rooy
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel de Rooy 2010-10-28 13:23:34 UTC
For periodicity Irregular, Unknown or "Without periodicity", it would be helpful if Koha could suggest a next planned date when receiving an issue based on the time interval between the last two receivals of this serial. 

This option is triggered by new local-use preference SerialEstimatePlannedDate. If this option exists and contains uppercase W for without periodicity, I for irregular or U for unknown, or a combination of those characters, the option is enabled for these particular periodicities. Behavior does not change for other periodicities.

Implemented by some small changes in C4/Serials.pm, routine GetNextDate.

Patch has been sent.
Comment 1 Katrin Fischer 2010-12-04 05:01:38 UTC
Hi, 
can you please attach your patch file to the bug? It's a lot easier to get the patch out of bugzilla for testing, than from the mailing list. 

I wonder if a 'real' sys pref would be better?
Comment 2 Marcel de Rooy 2010-12-15 13:12:26 UTC Comment hidden (obsolete)
Comment 3 Marcel de Rooy 2010-12-15 13:15:00 UTC
Created attachment 2852 [details] [review]
Patch
Comment 4 Nicole C. Engard 2011-03-08 00:24:27 UTC
I'm confused on this patch.  Why have this depend on a local use preference? Why make the libraries create a preference to use this option? If a preference is needed it should be a preference on all systems.
Comment 5 Marcel de Rooy 2011-03-28 07:21:05 UTC
error: patch failed: C4/Serials.pm:2305
error: C4/Serials.pm: patch does not apply
Comment 6 Marcel de Rooy 2011-08-03 12:26:42 UTC
Closing this bug.