[% USE raw %] [% USE Koha %] [% USE Asset %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% IF acct_form %] [% IF account %] Modify account [% ELSE %] Add new account [% END %] › [% END %] [% IF delete_confirm %] Confirm deletion of account › [% END %] EDI accounts › Administration › Koha [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Administration [% END %] [% IF acct_form || delete_confirm %] [% WRAPPER breadcrumb_item %] EDI accounts [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] EDI accounts [% END %] [% END %] [% IF acct_form %] [% IF account %] [% WRAPPER breadcrumb_item bc_active= 1 %] Modify account [% END %] [% ELSE %] [% WRAPPER breadcrumb_item bc_active= 1 %] Add new account [% END %] [% END %] [% ELSIF delete_confirm %] [% WRAPPER breadcrumb_item bc_active= 1 %] Confirm deletion of account [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% UNLESS Koha.Preference('EDIFACT') %]
EDIFACT is currently disabled
[% END %] [% IF display %] [% END %] [% IF acct_form %]
[% IF account %] [% END %]

[% IF account %] Modify account [% ELSE %] New account [% END %]

  1. [% IF plugins %]
  2. [% ELSE %] [% END %]
  3. [% transport_types = [ 'FTP', 'SFTP', 'FILE' ] %]
  4. The download directory specifies the directory on the ftp site from which quotes and invoices are downloaded.
  5. The upload directory specifies the directory on the ftp site to which orders are uploaded.
  6. [% IF account.quotes_enabled %] [% ELSE %] [% END %]
  7. [% IF account.orders_enabled %] [% ELSE %] [% END %]
  8. [% IF account.invoices_enabled %] [% ELSE %] [% END %]
  9. [% IF account.responses_enabled %] [% ELSE %] [% END %]
  10. [% IF account.auto_orders %] [% ELSE %] [% END %]
    With automatic ordering quotes generate orders without staff intervention.
Cancel
[% END %] [% IF delete_confirm %]

Delete this account?

Vendor [% account.vendor.name | html %]
Description [% account.description | html %]
SAN [% account.san | html %]
[% END %] [% IF display %] [% IF ( ediaccounts ) %]

Vendor EDI accounts

[% FOREACH account IN ediaccounts %] [% IF account.quotes_enabled %] [% ELSE %] [% END %] [% IF account.orders_enabled %] [% ELSE %] [% END %] [% IF account.invoices_enabled %] [% ELSE %] [% END %] [% IF account.responses_enabled %] [% ELSE %] [% END %] [% IF account.auto_orders %] [% ELSE %] [% END %] [% END %]
ID Vendor Description Transport Remote host Username Password Download directory Upload directory Qualifier SAN Standard [% tp('price offers', 'Quotes') | html %] Orders Invoices Responses Auto ordering Actions
[% account.id | html %] [% account.vendor.name | html %] [% account.description | html %] [% account.transport | html %] [% account.host | html %] [% account.username | html %] [% IF account.password %]*****[% END %] [% account.download_directory | html %] [% account.upload_directory | html %] [% FOREACH qualifier IN code_qualifiers %] [% IF qualifier.code == account.id_code_qualifier %] [% qualifier.description | html %] [% END %] [% END %] ([% account.id_code_qualifier | html %]) [% account.san | html %] [% IF account.standard == 'BIC' %]BiC[% ELSE %]EDItEUR[% END %]YesNoYesNoYesNoYesNoYesNo Edit Delete
[% ELSE %]
There are no EDI accounts.
[% END %] [% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]