[% IF display %]
[% END %]
[% IF acct_form %]
[% 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
ID |
Vendor |
Description |
Transport |
Remote host |
Username |
Password |
Download directory |
Upload directory |
Qualifier |
SAN |
Quotes |
Orders |
Invoices |
Responses |
Auto ordering |
Actions |
[% FOREACH account IN ediaccounts %]
[% 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 %] |
[% IF account.quotes_enabled %]
Y |
[% ELSE %]
N |
[% END %]
[% IF account.orders_enabled %]
Y |
[% ELSE %]
N |
[% END %]
[% IF account.invoices_enabled %]
Y |
[% ELSE %]
N |
[% END %]
[% IF account.responses_enabled %]
Y |
[% ELSE %]
N |
[% END %]
[% IF account.auto_orders %]
Y |
[% ELSE %]
N |
[% END %]
Edit Delete
|
[% END %]
[% ELSE %]
There are no EDI accounts.
[% END %]
[% END %]