[Koha-bugs] [Bug 32782] New: UNIMARC support

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 1 16:45:09 CET 2023


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

            Bug ID: 32782
           Summary: UNIMARC support
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: ERM
          Assignee: jonathan.druart+koha at gmail.com
          Reporter: jonathan.druart+koha at gmail.com
                CC: jonathan.druart+koha at gmail.com,
                    jonathan.field at ptfs-europe.com,
                    martin.renvoize at ptfs-europe.com,
                    pedro.amorim at ptfs-europe.com
        Depends on: 32030

I need UNIMARC equivalence for the following values:

            my $publication_title = $biblio->title;
            my $print_identifier =
                 $record->subfield( '020', 'a' )
              || $record->subfield( '020', 'z' )
              || $record->subfield( '022', 'a' )
              || $record->subfield( '022', 'y' );
            my $online_identifier = $print_identifier;
            my ( $date_first_issue_online, $date_last_issue_online ) =
              $fix_coverage->( $record->subfield( '866', 'a' ) );
            my ( $num_first_vol_online, $num_last_vol_online ) =
              $fix_coverage->( $record->subfield( '863', 'a' ) );
            my ( $num_first_issue_online, $num_last_issue_online ) =
              ( '', '' );    # FIXME ?
            my $title_url = $record->subfield( '856', 'u' );
            my $first_author = $biblio->author;
            my $embargo_info     = '';                                 # FIXME
?
            my $coverage_depth   = $title_url ? 'fulltext' : 'print';
            my $notes            = $record->subfield( '852', 'z' );
            my $publisher_name   = $record->subfield( '260', 'b' );
            my $publication_type = '';                                 # FIXME
?
            my $date_monograph_published_print  = '';                  # FIXME
?
            my $date_monograph_published_online = '';                  # FIXME
?
            my $monograph_volume                = '';                  # FIXME
?
            my $monograph_edition               = '';                  # FIXME
?
            my $first_editor                    = '';                  # FIXME
?
            my $parent_publication_title_id     = '';                  # FIXME
?
            my $preceeding_publication_title_id = '';                  # FIXME
?
            my $access_type                     = '';                  # FIXME
?


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32030
[Bug 32030] Electronic resource management (ERM)
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list