Amelioration generale
This commit is contained in:
parent
597a20eb0f
commit
59251ec1c7
@ -34,21 +34,15 @@
|
|||||||
{$prod_isbn}
|
{$prod_isbn}
|
||||||
</td>
|
</td>
|
||||||
<td width="15%">ISBN-13</td>
|
<td width="15%">ISBN-13</td>
|
||||||
<td width="35%">978-
|
<td width="35%"><i>sera calculé</i>
|
||||||
<input name="isbn13" size="13" maxlength="12" class="normal"
|
|
||||||
onfocus="this.className='focus';" onblur="this.className='normal';" value="{$prod_isbn}">
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td width="15%">EAN</td>
|
<td width="15%">EAN</td>
|
||||||
<td width="35%">
|
<td colspan="3" width="85%"><i>sera calculé</i></td>
|
||||||
<input class="normal" name="ean" size="16" maxlength="15" value="{$prod_ean}"
|
|
||||||
onfocus="this.className='focus';" onblur="this.className='normal';">
|
|
||||||
</td>
|
|
||||||
<td>Code barre</td>
|
|
||||||
<td>{$prod_ean}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>Pages</td>
|
<td>Pages</td>
|
||||||
<td>
|
<td>
|
||||||
@ -75,14 +69,14 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Prix de revient</td>
|
<td>Prix de revient</td>
|
||||||
<td>{$prod_pxrevient}</td>
|
<td colspan="3"><i>sera calculé</i></td>
|
||||||
<td>Prix de vente</td>
|
|
||||||
<td>{$prod_pxvente}</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>Prix de vente</td>
|
||||||
|
<td>{$prod_pxvente}</td>
|
||||||
<td>Taux TVA</td>
|
<td>Taux TVA</td>
|
||||||
<td colspan="2">
|
<td>
|
||||||
<select class="flat" name="tva_tx">
|
<select class="flat" name="tva_tx">
|
||||||
<option value="0">0%</option>
|
<option value="0">0%</option>
|
||||||
<option value="5.5">5.5%</option>
|
<option value="5.5">5.5%</option>
|
||||||
@ -90,38 +84,45 @@
|
|||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<table class="border" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td>État</td>
|
<td width="15%">Seuil stock</td>
|
||||||
<td colspan="2">
|
<td width="35%">
|
||||||
|
<input name="seuil_stock_alerte" size="4" value=""
|
||||||
|
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">
|
||||||
|
</td>
|
||||||
|
<td width="15%">Emplacement Stock</td>
|
||||||
|
<td width="35%">
|
||||||
|
<input name="stock_loc" size="8" value=""
|
||||||
|
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Statut</td>
|
||||||
|
<td colspan="3">
|
||||||
<select class="flat" name="statut">
|
<select class="flat" name="statut">
|
||||||
<option value="1" selected="true">En vente</option>
|
<option value="1" selected="true">En vente</option>
|
||||||
<option value="0">Hors vente</option>
|
<option value="0">Hors vente</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
</table>
|
||||||
<td>Seuil stock</td>
|
|
||||||
<td colspan="2"><input name="seuil_stock_alerte" size="4"
|
|
||||||
value="300"></td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<br />
|
||||||
<td>Emplacement Stock</td>
|
|
||||||
<td colspan="3">{$prod_pages}</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
|
<table class="border" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4">Contrat</td>
|
<td width="15%">Durée du contrat :</td>
|
||||||
</tr>
|
<td width="35%">
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td>Durée du contrat :</td>
|
|
||||||
<td>
|
|
||||||
<input name="contrat_duree" type="text" size="7" maxlength="6" value="{$prod_contrat_duree}"
|
<input name="contrat_duree" type="text" size="7" maxlength="6" value="{$prod_contrat_duree}"
|
||||||
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">
|
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">
|
||||||
</td>
|
</td>
|
||||||
<td>Date d'application</td>
|
<td width="15%">Date d'application</td>
|
||||||
<td>
|
<td width="35%">
|
||||||
<input name="contrat_date_app" type="text" size="7" maxlength="6" value="{$prod_contrat_date_app}"
|
<input name="contrat_date_app" type="text" size="7" maxlength="6" value="{$prod_contrat_date_app}"
|
||||||
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">
|
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">
|
||||||
</td>
|
</td>
|
||||||
@ -139,38 +140,32 @@
|
|||||||
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">
|
class="normal" onfocus="this.className='focus';" onblur="this.className='normal';">
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<table class="border" width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top">Description</td>
|
<td width="15%" valign="top">Description</td>
|
||||||
<td colspan="3">
|
<td width="85%" colspan="3">
|
||||||
<textarea name="desc" rows="4" cols="90"></textarea>
|
<textarea name="desc" rows="6" cols="70"></textarea>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top">Note (non visible sur les factures, propals...)
|
<td width="15%" valign="top">Note (non visible sur les factures, propals...)
|
||||||
</td>
|
</td>
|
||||||
<td colspan="3">
|
<td width="85%" colspan="3">
|
||||||
<textarea name="note" rows="8" cols="70"></textarea>
|
<textarea name="note" rows="4" cols="70"></textarea>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4" align="center">
|
<td colspan="4" align="center">
|
||||||
<input type="submit" class="button" value="Enregistrer">
|
<input type="submit" class="button" value="Créer">
|
||||||
<input type="submit" class="button" name="cancel" value="Annuler">
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
<!-- CUT HERE -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- END SMARTY TEMPLATE -->
|
<!-- END SMARTY TEMPLATE -->
|
||||||
Loading…
Reference in New Issue
Block a user