View | Details | Raw Unified | Return to bug 31929
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-49 / +32 lines)
Lines 201-219 Link Here
201
            <legend>Ordering information</legend>
201
            <legend>Ordering information</legend>
202
            <ol><li><label for="activestatus">Vendor is:</label>
202
            <ol><li><label for="activestatus">Vendor is:</label>
203
                    [% IF ( active ) %]
203
                    [% IF ( active ) %]
204
                        <label class="radio" for="activestatus">
204
                        <label class="radio" for="activestatus">Active</label>
205
                            Active <input type="radio" id="activestatus" name="status" value="1" checked="checked" />
205
                        <input type="radio" id="activestatus" name="status" value="1" checked="checked" />
206
                        </label>
206
                        <label class="radio" for="inactivestatus">Inactive</label>
207
                        <label class="radio" for="inactivestatus">
207
                        <input type="radio" id="inactivestatus" name="status" value="0" />
208
                            Inactive <input type="radio" id="inactivestatus" name="status" value="0" />
209
                        </label>
210
                    [% ELSE %]
208
                    [% ELSE %]
211
                        <label class="radio" for="activestatus">
209
                        <label class="radio" for="activestatus">Active</label>
212
                            Active <input type="radio" id="activestatus" name="status" value="1" />
210
                        <input type="radio" id="activestatus" name="status" value="1" />
213
                        </label>
211
                        <label class="radio" for="inactivestatus">Inactive</label>
214
                        <label class="radio" for="inactivestatus">
212
                        <input type="radio" id="inactivestatus" name="status" value="0" checked="checked" />
215
                            Inactive <input type="radio" id="inactivestatus" name="status" value="0" checked="checked" />
216
                        </label>
217
                    [% END %]</li>
213
                    [% END %]</li>
218
            <li><label for="list_currency">List prices are: </label>
214
            <li><label for="list_currency">List prices are: </label>
219
                <select name="list_currency" id="list_currency">
215
                <select name="list_currency" id="list_currency">
Lines 239-291 Link Here
239
            </li>
235
            </li>
240
            <li><label for="gstyes">Tax number registered:</label>
236
            <li><label for="gstyes">Tax number registered:</label>
241
                [% IF ( gstreg ) %]
237
                [% IF ( gstreg ) %]
242
                    <label class="radio" for="gstyes">
238
                    <label class="radio" for="gstyes">Yes</label>
243
                        Yes <input type="radio" name="gst" id="gstyes" value="1" checked="checked" />
239
                    <input type="radio" name="gst" id="gstyes" value="1" checked="checked" />
244
                    </label>
240
                    <label class="radio" for="gstno">No</label>
245
                    <label class="radio" for="gstno">
241
                    <input type="radio" name="gst" id="gstno" value="0" />
246
                        No <input type="radio" name="gst" id="gstno" value="0" />
247
                    </label>
248
                [% ELSE %]
242
                [% ELSE %]
249
                    <label class="radio" for="gstyes">
243
                    <label class="radio" for="gstyes">Yes</label>
250
                        Yes <input type="radio" name="gst" id="gstyes" value="1" />
244
                    <input type="radio" name="gst" id="gstyes" value="1" />
251
                    </label>
245
                    <label class="radio" for="gstno">No</label>
252
                    <label class="radio" for="gstno">
246
                    <input type="radio" name="gst" id="gstno" value="0" checked="checked" />
253
                        No <input type="radio" name="gst" id="gstno" value="0" checked="checked" />
254
                    </label>
255
                [% END %]</li>
247
                [% END %]</li>
256
248
257
            <li><label for="list_gstyes">List prices:</label>
249
            <li><label for="list_gstyes">List prices:</label>
258
                [% IF ( listincgst ) %]
250
                [% IF ( listincgst ) %]
259
                    <label class="radio" for="list_gstyes">
251
                    <label class="radio" for="list_gstyes">Include tax</label>
260
                        Include tax <input type="radio" id="list_gstyes" name="list_gst" value="1" checked="checked" />
252
                    <input type="radio" id="list_gstyes" name="list_gst" value="1" checked="checked" />
261
                    </label>
253
                    <label class="radio" for="list_gstno">Don't include tax</label>
262
                    <label class="radio" for="list_gstno">
254
                    <input type="radio" id="list_gstno" name="list_gst" value="0" />
263
                        Don't include tax <input type="radio" id="list_gstno" name="list_gst" value="0" />
264
                    </label>
265
                [% ELSE %]
255
                [% ELSE %]
266
                    <label class="radio" for="list_gstyes">
256
                    <label class="radio" for="list_gstyes">Include tax</label>
267
                        Include tax <input type="radio" id="list_gstyes" name="list_gst" value="1" />
257
                    <input type="radio" id="list_gstyes" name="list_gst" value="1" />
268
                    </label>
258
                    <label class="radio" for="list_gstno">Don't include tax</label>
269
                    <label class="radio" for="list_gstno">
259
                    <input type="radio" id="list_gstno" name="list_gst" value="0" checked="checked" />
270
                        Don't include tax <input type="radio" id="list_gstno" name="list_gst" value="0" checked="checked" />
271
                    </label>
272
                [% END %]</li>
260
                [% END %]</li>
273
261
274
            <li><label for="invoice_gstyes">Invoice prices:</label>
262
            <li><label for="invoice_gstyes">Invoice prices:</label>
275
                [% IF ( invoiceincgst ) %]
263
                [% IF ( invoiceincgst ) %]
276
                    <label class="radio" for="invoice_gstyes">
264
                    <label class="radio" for="invoice_gstyes">Include tax</label>
277
                        Include tax <input type="radio" id="invoice_gstyes" name="invoice_gst" value="1" checked="checked" />
265
                    <input type="radio" id="invoice_gstyes" name="invoice_gst" value="1" checked="checked" />
278
                    </label>
266
                    <label class="radio" for="invoice_gstno">Don't include tax</label>
279
                    <label class="radio" for="invoice_gstno">
267
                    <input type="radio" id="invoice_gstno" name="invoice_gst" value="0" />
280
                        Don't include tax <input type="radio" id="invoice_gstno" name="invoice_gst" value="0" />
281
                    </label>
282
                    [% ELSE %]
268
                    [% ELSE %]
283
                    <label class="radio" for="invoice_gstyes">
269
                    <label class="radio" for="invoice_gstyes">Include tax</label>
284
                        Include tax <input type="radio" id="invoice_gstyes" name="invoice_gst" value="1" />
270
                    <input type="radio" id="invoice_gstyes" name="invoice_gst" value="1" />
285
                    </label>
271
                    <label class="radio" for="invoice_gstno">Don't include tax</label>
286
                    <label class="radio" for="invoice_gstno">
272
                    <input type="radio" id="invoice_gstno" name="invoice_gst" value="0" checked="checked" />
287
                        Don't include tax <input type="radio" id="invoice_gstno" name="invoice_gst" value="0" checked="checked" />
288
                    </label>
289
                [% END %]</li>
273
                [% END %]</li>
290
274
291
            [% IF gst_values %]
275
            [% IF gst_values %]
292
- 

Return to bug 31929