[Vtigercrm-commits] [vtiger-commits] r4417 - /vtigercrm/trunk/Smarty/templates/CreateView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 24 03:02:27 EST 2006
Author: saraj
Date: Fri Mar 24 01:02:16 2006
New Revision: 4417
Log:
* Added script function call settotalnoofrows in onBlur of Qty and added onBlur in ListPrice textbox
Modified:
vtigercrm/trunk/Smarty/templates/CreateView.tpl
Modified: vtigercrm/trunk/Smarty/templates/CreateView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CreateView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CreateView.tpl Fri Mar 24 01:02:16 2006
@@ -183,9 +183,11 @@
<table class="prdTab" border="0" cellspacing="0" cellpadding="2" id="proTab">
<tr>
<th width="20%"><font color='red'>*</font>Product</th>
+
{if $MODULE eq 'Quotes' || $MODULE eq 'SalesOrder' || $MODULE eq 'Invoice'}
<th width="12%">Qty In Stock</th>
{/if}
+
<th width="10%"><font color='red'>*</font>Qty</th>
<th width="10%">Unit Price </th>
<th width="19%"><font color='red'>*</font>List Price</th>
@@ -195,12 +197,14 @@
</tr>
<tr id="row1" class="dvtCellLabel">
<td nowrap><input type="text" name="txtProduct1" class="detailedViewProdTextBox" readonly /> <img src="themes/blue/images/search.gif" style="cursor: pointer;" align="absmiddle" onclick="productPickList(this)" /></td>
+
{if $MODULE eq 'Quotes' || $MODULE eq 'SalesOrder' || $MODULE eq 'Invoice'}
- <td style="padding:3px;"><div id="qtyInStock1"></div> </td>
+ <td style="padding:3px;"><div id="qtyInStock1"></div> </td>
{/if}
- <td><input type="text" name="txtQty1" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onBlur="calcTotal(this)" /></td>
+
+ <td><input type="text" name="txtQty1" class="detailedViewTextBox" onfocus="this.className='detailedViewTextBoxOn'" onBlur="settotalnoofrows(); calcTotal(this)" /></td>
<td style="padding:3px;"><div id="unitPrice1"></div> </td>
- <td nowrap><input type="text" name="txtListPrice1" class="detailedViewProdTextBox" readonly/> <img src="themes/blue/images/pricebook.gif" onclick="priceBookPickList(this)" style="cursor: pointer;" title="Price Book" align="absmiddle" /></td>
+ <td nowrap><input type="text" name="txtListPrice1" class="detailedViewProdTextBox" readonly onBlur="settotalnoofrows(); calcTotal(this)"/> <img src="themes/blue/images/pricebook.gif" onclick="priceBookPickList(this)" style="cursor: pointer;" title="Price Book" align="absmiddle" /></td>
<td style="padding:3px;"><div id="total1" align="right"></div> </td>
<td><input type="hidden" id="hdnProductId1" name="hdnProductId1"><input type="hidden" id="hdnRowStatus1" name="hdnRowStatus1"><input type="hidden" id="hdnTotal1" name="hdnTotal1"> </td>
@@ -209,11 +213,13 @@
<tr><td colspan=4>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
+
{if $MODULE eq 'Quotes' || $MODULE eq 'SalesOrder' || $MODULE eq 'Invoice'}
<td><input type="button" name="Button" class="small" value="Add Product" onclick="fnAddRow();" /></td>
{else}
<td><input type="button" name="Button" class="small" value="Add Product" onclick="fnAddRowForPO();" /></td>
{/if}
+
<td width="35%"> </td>
<td style="text-align:right;padding:5px;"><b>Sub Total</b></td>
<td style="text-align:left;padding:5px;"><input type="text" name="subTotal" class="detailedViewTextBox" readonly/></td>
More information about the vtigercrm-commits
mailing list