[% USE KohaDates %] [% BLOCK edit_contact %]
  1. [% IF contact.acqprimary %] [% ELSE %] [% END %]
  2. [% IF contact.serialsprimary %] [% ELSE %] [% END %]
  3. [% IF contact.orderacquisition %] [% ELSE %] [% END %]
  4. [% IF contact.claimacquisition %] [% ELSE %] [% END %]
  5. [% IF contact.claimissues %] [% ELSE %] [% END %]
  6. [% IF contact.id %]
  7. [% END %]
[% END %] [% BLOCK show_contact %]

[% contact.name |html %]

Position: [% contact.position |html %]

Phone: [% contact.phone |html %]

Alternative phone: [% contact.altphone |html %]

Fax: [% contact.fax |html %]

[% IF ( contact.email ) %]

Email: [% contact.email %]

[% END %] [% IF ( contact.notes ) %]

Notes: [% contact.notes |html %]

[% END %] [% IF ( contact.acqprimary ) %]

Primary acquisitions contact

[% END %] [% IF ( contact.serialsprimary ) %]

Primary serials contact

[% END %] [% IF ( contact.orderacquisition ) %]

Receives orders

[% END %] [% IF ( contact.claimacquisition ) %]

Receives claims for late orders

[% END %] [% IF ( contact.claimissues ) %]

Receives claims for late issues

[% END %] [% END %] [% INCLUDE 'doc-head-open.inc' %] Koha › Vendor [% name %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %]
[% IF ( enter ) %] [% IF ( booksellerid ) %]

Update: [% name |html %]

[% ELSE %]

Add vendor

[% END %] [% END %] [% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %] [% IF ( enter ) %]
Company details
  1. Required
Contacts
Contact details [% INCLUDE edit_contact %]
[% FOREACH contact IN contacts %]
Contact details [% INCLUDE edit_contact %]
[% END %]
Ordering information
  1. [% IF ( active ) %] [% ELSE %] [% END %]
  1. [% IF ( gstreg ) %] [% ELSE %] [% END %]
  2. [% IF ( listincgst ) %] [% ELSE %] [% END %]
  3. [% IF ( invoiceincgst ) %] [% ELSE %] [% END %]
[% IF gst_values %]
[% ELSE %] [% END %]
  1. %
  2. days
[% IF ( booksellerid ) %] [% ELSE %] [% END %]Cancel
[% ELSE %]

[% name |html %]

Vendor details

Company name: [% name |html %]

Postal address: [% postal |html %]

Physical address: [% address1 |html %][% address2 |html %][% address3 |html %][% address4 |html %]

Phone: [% phone |html %]

Fax: [% fax |html %]

[% IF ( url ) %]

Website: [% url %]

[% END %] [% IF ( accountnumber ) %]

Account number: [% accountnumber |html %]

[% END %]

Ordering information

Vendor is: [% IF ( active ) %] Active [% ELSE %] Inactive [% END %]

List prices are: [% listprice %]

Invoice prices are: [% invoiceprice %]

[% IF ( tax_rate ) %]

Tax number registered: [% IF ( gstreg ) %]Yes[% ELSE %]No[% END %]

List item price includes tax: [% IF ( listincgst ) %]Yes[% ELSE %]No[% END %]

Invoice item price includes tax: [% IF ( invoiceincgst ) %]Yes[% ELSE %]No[% END %]

[% END %]

Discount: [% discount | format("%.1f") %] %

Tax rate: [% ( tax_rate || 0 ) * 100 %] %

[% IF deliverytime.defined %]

Delivery time: [% deliverytime %] days

[% END %] [% IF ( notes ) %]

Notes: [% notes |html %]

[% END %]

Contact

[% FOREACH contact IN contacts %] [% INCLUDE show_contact %] [% END %]

Subscription details

Number of subscriptions: [% subscriptioncount %]

[% IF ( contracts ) %]

Contract(s)

[% FOREACH contract IN contracts %] [% END %]
Name Description Start date End date Actions
[% contract.contractname %] [% contract.contractdescription %] [% contract.contractstartdate | $KohaDates %] [% contract.contractenddate | $KohaDates %] Edit Delete
[% END %] [% END %]
[% INCLUDE 'vendor-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]