[% USE raw %] [% USE Asset %] [% 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 | html %]

[% 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 %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Vendor [% name | html %] › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]
[% IF ( enter ) %] [% IF ( booksellerid ) %]

Update: [% name | html %]

[% ELSE %]

Add vendor

[% END %] [% END %] [% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %] [% IF ( enter ) %]
[% IF ( booksellerid ) %] [% ELSE %] [% END %] Cancel
Company details
  1. Required
  2. [% PROCESS 'av-build-dropbox.inc' name="vendor_type", category="VENDOR_TYPE", default=type, empty=1, size = 20 %]
Contacts
Contact details [% INCLUDE edit_contact %]
[% FOREACH contact IN contacts %]
Contact details [% INCLUDE edit_contact %]
[% END %]
Ordering information
  1. [% IF ( active ) %] [% ELSE %] [% END %]
  2. [% IF ( gstreg ) %] [% ELSE %] [% END %]
  3. [% IF ( listincgst ) %] [% ELSE %] [% END %]
  4. [% IF ( invoiceincgst ) %] [% ELSE %] [% END %]
  5. [% IF gst_values %]
  6. [% ELSE %] [% END %]
  7. %
  8. days
[% IF ( booksellerid ) %] [% ELSE %] [% END %]Cancel
[% ELSE %]

[% name | html %]

Vendor details

Type: [% type | html %]

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 | html %]

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

Account number: [% accountnumber | html %]

[% END %]

Ordering information

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

List prices are: [% listprice | html %]

Invoice prices are: [% invoiceprice | html %]

[% 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 | html %] %

[% IF deliverytime.defined %]

Delivery time: [% deliverytime | html %] days

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

Notes: [% notes | html %]

[% END %]

Contact

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

Subscription details

Number of subscriptions: [% IF ( CAN_user_serials ) %] [% subscriptioncount | html %] [% ELSE %] [% subscriptioncount | html %] [% END %]

[% IF ( contracts ) %]

Contract(s)

[% IF CAN_user_acquisition_contracts_manage %] [% END %] [% FOREACH contract IN contracts %] [% IF CAN_user_acquisition_contracts_manage %] [% END %] [% END %]
Name Description Start date End dateActions
[% contract.contractname | html %] [% contract.contractdescription | html %] [% contract.contractstartdate | $KohaDates %] [% contract.contractenddate | $KohaDates %] Edit Delete
[% END %] [% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% Asset.js("lib/hc-sticky.js") | $raw %] [% Asset.js("js/acq.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]