[% 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 'prefs-admin-search.inc' %]
[% IF display %] [% END %] [% IF acct_form %]
[% IF account %] [% END %]
[% IF account %] Modify account [% ELSE %] New account [% END %]
  1. [% IF plugins_enabled %]
  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 %]
Description [% account.description %]
SAN [% account.san %]
[% 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 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
[% ELSE %]
There are no EDI accounts.
[% END %] [% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]