[% INCLUDE 'doc-head-open.inc' %] Koha › Administration › EDI accounts [% IF acct_form %] [% IF account %] ’ Modify account [% ELSE %] ’ Add new account [% END %] [% END %] [% IF delete_confirm %] ’ Confirm deletion of account [% END %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]
[% IF display %] [% END %] [% IF acct_form %]
[% IF account %] [% END %]
[% IF account %] Modify account [% ELSE %] New account [% END %]
  1. [% transport_types = [ 'FTP', 'SFTP', 'FILE' ] %]
  2. [% IF account.quotes_enabled %] [% ELSE %] [% END %]
  3. [% IF account.orders_enabled %] [% ELSE %] [% END %]
  4. [% IF account.invoices_enabled %] [% ELSE %] [% END %]
  5. [% IF account.responses_enabled %] [% ELSE %] [% END %]
  6. [% IF account.auto_orders %] [% ELSE %] [% END %]
Cancel
[% END %] [% IF delete_confirm %]

Delete this account?

Vendor [% account.vendor %]
Description [% account.description %]
SAN [% account.san %]
[% END %] [% IF display %]

Vendor EDI accounts

[% FOREACH account IN ediaccounts %] [% IF loop.even %] [% ELSE %] [% END %] [% 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 Quotes Orders Invoices Responses Auto ordering Actions
[% account.id %] [% account.vendor.name %] [% account.description %] [% account.transport %] [% account.host %] [% account.username %] [% IF account.password %]*****[% END %] [% account.download_directory %] [% account.upload_directory %] [% FOREACH qualifier IN code_qualifiers %] [% IF qualifier.code == account.id_code_qualifier %] [% qualifier.description %] [% END %] [% END %] ([% account.id_code_qualifier %]) [% account.san %]YNYNYNYNYN Edit | Delete
[% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]