[% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Contracts › [% IF ( add_form ) %] [% IF ( contractnumber ) %]Modify contract '[% contractname %]' [% ELSE %]New contract[% END %] [% END %] [% IF ( else ) %]Contracts of [% booksellername %][% END %] [% IF ( add_validate ) %]Data recorded[% END %] [% IF ( delete_confirm ) %]Confirm deletion of contract '[% contractnumber %]'[% END %] [% IF ( delete_confirmed ) %]Contract deleted[% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'contracts-admin-search.inc' %]
[% IF ( add_form ) %]
[% IF ( contractnumber ) %]

Modify contract [% contractname %] for [% booksellername %]

[% ELSE %]

New contract for [% booksellername %]

[% END %]
    [% IF ( contractnumber ) %]
  1. Contract id [% contractnumber %]
  2. [% END %]
  3.  
  4.  
  5.   Show Calendar
    [% INCLUDE 'date-format.inc' %]
  6.   Show Calendar
    [% INCLUDE 'date-format.inc' %]
Cancel
[% END %] [% IF ( add_validate ) %]

Data recorded

[% END %] [% IF ( delete_confirm ) %]
Confirm deletion of contract [% contractnumber %]
Contract number:[% contractnumber %]
Contract name:[% contractname %]
Contract description:[% contractdescription %]
Contract start date:[% contractstartdate %]
Contract end date:[% contractenddate %]
Vendor:[% booksellername %]
Cancel
[% END %] [% IF ( delete_confirmed ) %]

Contract deleted

[% END %] [% IF ( else ) %]

Contract(s) of [% booksellername %]

[% IF ( loop ) %] [% FOREACH loo IN loop %] [% IF ( loop.even ) %][% ELSE %][% END %] [% END %]
Name Description Start date End date  
[% loo.contractname %] [% loo.contractdescription %] [% loo.contractstartdate %] [% loo.contractenddate %] Edit Delete
[% ELSE %]
There are no contracts with this vendor.
[% END %] [% END %]
[% INCLUDE 'intranet-bottom.inc' %]