Lines 96-104
Link Here
|
96 |
<span>New account</span> |
96 |
<span>New account</span> |
97 |
[% END %] |
97 |
[% END %] |
98 |
</h1> |
98 |
</h1> |
99 |
<fieldset class="rows"> |
|
|
100 |
<legend class="sr-only">Account details</legend> |
101 |
|
99 |
|
|
|
100 |
<!-- Basic Information --> |
101 |
<fieldset class="rows"> |
102 |
<legend>Basic Information</legend> |
102 |
<ol> |
103 |
<ol> |
103 |
<li> |
104 |
<li> |
104 |
<label for="vendor_id">Vendor: </label> |
105 |
<label for="vendor_id">Vendor: </label> |
Lines 112-117
Link Here
|
112 |
[% END %] |
113 |
[% END %] |
113 |
</select> |
114 |
</select> |
114 |
</li> |
115 |
</li> |
|
|
116 |
<li> |
117 |
<label for="description">Description: </label> |
118 |
<input type="text" name="description" id="description" size="20" value="[% account.description | html %]" /> |
119 |
</li> |
115 |
[% IF plugins %] |
120 |
[% IF plugins %] |
116 |
<li> |
121 |
<li> |
117 |
<label for="plugin">Plugin: </label> |
122 |
<label for="plugin">Plugin: </label> |
Lines 129-152
Link Here
|
129 |
[% ELSE %] |
134 |
[% ELSE %] |
130 |
<input type="hidden" name="plugin" value="" /> |
135 |
<input type="hidden" name="plugin" value="" /> |
131 |
[% END %] |
136 |
[% END %] |
132 |
<li> |
|
|
133 |
<label for="description">Description: </label> |
134 |
<input type="text" name="description" id="description" size="20" value="[% account.description | html %]" /> |
135 |
</li> |
136 |
<li> |
137 |
<label for="file_transport_id">File transport: </label> |
138 |
<select name="file_transport_id" id="file_transport_id"> |
139 |
<option value="">Select a file transport configuration</option> |
140 |
[% FOREACH transport IN file_transports %] |
141 |
[% IF transport.file_transport_id == account.file_transport_id %] |
142 |
<option value="[% transport.file_transport_id | html %]" selected="selected">[% transport.name | html %] ([% transport.transport | upper | html %] - [% transport.host | html %])</option> |
143 |
[% ELSE %] |
144 |
<option value="[% transport.file_transport_id | html %]">[% transport.name | html %] ([% transport.transport | upper | html %] - [% transport.host | html %])</option> |
145 |
[% END %] |
146 |
[% END %] |
147 |
</select> |
148 |
<div class="hint"> Select a file transport configuration for this EDI account. File transports can be managed in <a href="/cgi-bin/koha/admin/file_transports.pl">Administration › File transports</a>. </div> |
149 |
</li> |
150 |
<li> |
137 |
<li> |
151 |
<label for="id_code_qualifier">Qualifier:</label> |
138 |
<label for="id_code_qualifier">Qualifier:</label> |
152 |
<select name="id_code_qualifier" id="id_code_qualifier"> |
139 |
<select name="id_code_qualifier" id="id_code_qualifier"> |
Lines 180-185
Link Here
|
180 |
[% END %] |
167 |
[% END %] |
181 |
</select> |
168 |
</select> |
182 |
</li> |
169 |
</li> |
|
|
170 |
</ol> |
171 |
</fieldset> |
172 |
|
173 |
<!-- Transport Settings --> |
174 |
<fieldset class="rows"> |
175 |
<legend>Transport Settings</legend> |
176 |
<ol> |
177 |
<li> |
178 |
<label for="file_transport_id">File transport: </label> |
179 |
<select name="file_transport_id" id="file_transport_id"> |
180 |
<option value="">Select a file transport configuration</option> |
181 |
[% FOREACH transport IN file_transports %] |
182 |
[% IF transport.file_transport_id == account.file_transport_id %] |
183 |
<option value="[% transport.file_transport_id | html %]" selected="selected">[% transport.name | html %] ([% transport.transport | upper | html %] - [% transport.host | html %])</option> |
184 |
[% ELSE %] |
185 |
<option value="[% transport.file_transport_id | html %]">[% transport.name | html %] ([% transport.transport | upper | html %] - [% transport.host | html %])</option> |
186 |
[% END %] |
187 |
[% END %] |
188 |
</select> |
189 |
<div class="hint"> Select a file transport configuration for this EDI account. File transports can be managed in <a href="/cgi-bin/koha/admin/file_transports.pl">Administration › File transports</a>. </div> |
190 |
</li> |
191 |
</ol> |
192 |
</fieldset> |
193 |
|
194 |
<!-- Message Types --> |
195 |
<fieldset class="rows"> |
196 |
<legend>Message Types</legend> |
197 |
<ol> |
183 |
<li> |
198 |
<li> |
184 |
<label for="quotes_enabled">Quotes enabled: </label> |
199 |
<label for="quotes_enabled">Quotes enabled: </label> |
185 |
[% IF account.quotes_enabled %] |
200 |
[% IF account.quotes_enabled %] |
Lines 212-217
Link Here
|
212 |
<input type="checkbox" name="responses_enabled" id="responses_enabled" value="1" /> |
227 |
<input type="checkbox" name="responses_enabled" id="responses_enabled" value="1" /> |
213 |
[% END %] |
228 |
[% END %] |
214 |
</li> |
229 |
</li> |
|
|
230 |
</ol> |
231 |
</fieldset> |
232 |
|
233 |
<!-- Functional Switches --> |
234 |
<fieldset class="rows"> |
235 |
<legend>Functional Switches</legend> |
236 |
<ol> |
215 |
<li> |
237 |
<li> |
216 |
<label for="auto_orders">Automatic ordering: </label> |
238 |
<label for="auto_orders">Automatic ordering: </label> |
217 |
[% IF account.auto_orders %] |
239 |
[% IF account.auto_orders %] |
Lines 221-226
Link Here
|
221 |
[% END %] |
243 |
[% END %] |
222 |
<div class="hint"> With automatic ordering quotes generate orders without staff intervention. </div> |
244 |
<div class="hint"> With automatic ordering quotes generate orders without staff intervention. </div> |
223 |
</li> |
245 |
</li> |
|
|
246 |
<li> |
247 |
<label for="po_is_basketname">Use purchase order numbers: </label> |
248 |
[% IF account.po_is_basketname %] |
249 |
<input type="checkbox" name="po_is_basketname" id="po_is_basketname" value="1" checked="checked" /> |
250 |
[% ELSE %] |
251 |
<input type="checkbox" name="po_is_basketname" id="po_is_basketname" value="1" /> |
252 |
[% END %] |
253 |
<div class="hint"> |
254 |
When enabled, basket names are used as purchase order numbers. <br />For received QUOTE messages, we will use the RFF+ON field to populate the basket name. <br />For generated ORDER messages, we will use the |
255 |
basket name to populate the BGM segment.</div |
256 |
> |
257 |
</li> |
224 |
</ol> |
258 |
</ol> |
225 |
</fieldset> |
259 |
</fieldset> |
226 |
|
260 |
|
227 |
- |
|
|