011 some totals
This commit is contained in:
@@ -298,6 +298,10 @@
|
||||
order by i.specification_id
|
||||
</cfquery>
|
||||
|
||||
<cfquery dbtype="query" name="qTotal">
|
||||
select sum(cost) as cost from qItem
|
||||
</cfquery>
|
||||
|
||||
<cfoutput>
|
||||
<p>
|
||||
Строки спецификаций (#qItem.recordCount#) (все суммы без вероятности)
|
||||
@@ -385,6 +389,13 @@
|
||||
</tr>
|
||||
</cfoutput>
|
||||
</cfoutput>
|
||||
<cfoutput query="qTotal">
|
||||
<tr>
|
||||
<td colspan="13"></td>
|
||||
<td class="r" style="font-size:120%">#cost#</td>
|
||||
<td colspan="99"></td>
|
||||
</tr>
|
||||
</cfoutput>
|
||||
</table>
|
||||
|
||||
</cfif>
|
||||
|
||||
Reference in New Issue
Block a user