[% IF ( enter ) %]
[% INCLUDE 'messages.inc' %]
[% IF ( booksellerid ) %]
[% END %]
[% UNLESS ( enter ) %][% INCLUDE 'acquisitions-toolbar.inc' %][% END %]
[% IF ( enter ) %]
[% ELSE %]
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 || 0 ) | format("%.1f" ) %] %
Tax rate: [% ( tax_rate || 0 ) * 100 | html %] %
[% IF deliverytime.defined %]
Delivery time: [% deliverytime | html %] days
[% END %]
[% IF ( notes ) %]
Notes: [% notes | html %]
[% END %]
[% IF vendor.interfaces.count %]
Type: [% AuthorisedValues.GetByCode( 'VENDOR_INTERFACE_TYPE', i.type) | html %]
[% END %]
[% IF i.uri %]
URI: [% i.uri | html %]
[% END %]
[% IF i.login %]
Login: [% i.login | html %]
[% END %]
[% IF i.password %]
Password: Show
[% END %]
[% IF i.account_email %]
Account email: [% i.account_email | html %]
[% END %]
[% IF i.notes %]
Notes: [% i.notes | html %]
[% END %]
[% END %]
[% END %]
[% IF ( contracts ) %]
[% END %]
[% END %]
[% MACRO jsinclude BLOCK %]
[% Asset.js("js/acquisitions-menu.js") | $raw %]
[% Asset.js("js/acq.js") | $raw %]
[% INCLUDE 'datatables.inc' %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]
Modify vendor '[% name | html %]'
[% ELSE %]Add vendor
[% END %] [% ELSE %][% name | html %]
Vendor details
- Type: [% IF (type) %][% AuthorisedValues.GetByCode( 'VENDOR_TYPE', type ) | html %][% END %]
- 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 %] [% IF vendor.aliases.count %]
-
Aliases:
-
[% FOR alias IN vendor.aliases %]
- [% alias.alias | html %] [% END %]
[% END %]
Ordering information
Interfaces
[% FOR i IN vendor.interfaces %][% i.name | html %]
[% IF i.type %]Contact
[% FOREACH contact IN contacts %] [% INCLUDE show_contact %] [% END %]Subscription details
Number of subscriptions: [% IF ( CAN_user_serials ) %] [% subscriptioncount | html %] [% ELSE %] [% subscriptioncount | html %] [% END %]
Contract(s)
Name | Description | Start date | End date | [% IF CAN_user_acquisition_contracts_manage %]Actions | [% END %]
---|---|---|---|---|
[% contract.contractname | html %] | [% contract.contractdescription | html %] | [% contract.contractstartdate | $KohaDates %] | [% contract.contractenddate | $KohaDates %] | [% IF CAN_user_acquisition_contracts_manage %]Edit Delete | [% END %]