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

            Bug ID: 35867
           Summary: Bug 33039 needs to be easier for librarians to
                    use/understand
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Serials
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Bug 33039 introduced a new field 'Publication date template:' which is mapped
to subscription.published_on_template

This seems like it needs some work before it is useful to librarians:

1. No mention of it here:
https://schema.koha-community.org/master/tables/subscription.html
2. Publication date template requires Template Toolkit to get the desired
'publisheddatetext'. There should be some hints on what can be added here, and
what cannot. 

It appears like the following can be added:

subscription      => $subscription,
serialseq         => $serialseq,
serialseq_x       => $subscription->lastvalue1(),
serialseq_y       => $subscription->lastvalue2(),
serialseq_z       => $subscription->lastvalue3(),28     
subscriptionid    => $subscriptionid,
biblionumber      => $biblionumber,
status            => $status,
planneddate       => $planneddate,
publisheddate     => $publisheddate,
publisheddatetext => $publisheddatetext,
notes             => $notes,    
routingnotes      => $routingnotes,


Could these simply be options that a serial librarian could pick from a list? I
don't think we should assume that librarians are comfortable
writing/editing/testing template toolkit.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to