|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
缺点:安全性不是太差了,还行,只要你充分利用系统自带的工具;唯一缺点就是执行效率慢,如何进行网站优化以后,效果会比较好。打印|把持<%
pagenum=55指定打印行数
%>
<HTML>
<HEAD>
<metahttp-equiv="Content-Type"content="text/html;charset=gb2312">
<TITLE>发卖利润明细报表打印</TITLE>
<styletype="text/CSS">
td{font-size:9pt;color:#000000}
A{text-decoration:none}
A:hover{color:#FF0000;text-decoration:derline}
.break{page-break-before:always}
</style>
</HEAD>
<scriptlanguage="javascript">
window.print()
</script>
<BODYstyle="border:none"topmargin="0"leftmargin="6"onload="javascrpt:pagesetup_default();">
<scriptlanguage="VbScript">
dimhkey_root,hkey_path,hkey_key
hkey_root="HKEY_CURRENT_USER"
hkey_path="SoftwareMicrosoftInternetExplorerPageSetup"
functionpagesetup_default()
onerrorresumenext
SetRegWsh=CreateObject("WScript.Shell")
hkey_key="header"
RegWsh.RegWritehkey_root+hkey_path+hkey_key,"&b页&p/&P"
hkey_key="footer"
RegWsh.RegWritehkey_root+hkey_path+hkey_key,""
endfunction
</script>
<%
kdname1=trim(request("kdname1"))
kdname2=trim(request("kdname2"))
keyword1=trim(request("keyword1"))
keyword2=trim(request("keyword2"))
ifkeyword1""then
today=keyword1
else
ifkdname1=""then
today=year(date())&"-"&month(date())
else
today=kdname1&"至"&kdname2
endif
endif
%>
<tableborder="0"cellspacing="0"cellpadding="0"align="center"width="740"height="30">
<tr>
<tdalign="center">发卖利润汇总报表</td>
</tr>
</table>
<%
strSQL="selectautoid,sellautoid,productxili,productname,productsize,productnum,productdan,productjia,chaoshi,tiaoma,youhui,fukuan,moncount1,gongshang,lirun1,username,indate,fudatefromsellwhereofficename="&trim(request.cookies("Myoffice"))&"andmonthjie=0and(year(indate)=year(getdate())andmonth(indate)=month(getdate()))andzhuofeiisnullorderbyautoiddesc"
setrs1=server.createobject("adodb.recordset")
rs1.openstrSQL,conn,1,1
%>
<tableborder="1"cellspacing="0"cellpadding="0"align="center"style="border-collapse:collapse"bordercolor="#000000"width="740">
<tr>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="70">发卖单号</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="168">商品称号(规格)</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="121">客户</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="30">数目</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="24">单元</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="50">发卖价</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="23">折%</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="52">进货价</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="55">小计</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="45">利润</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="25">付款</td>
<tdalign="center"height="20"bgcolor="#BDCBEE"width="61">发卖日期</td>
</tr>
</table>
<%
moncount2=0
moncount5=0</p>帮助用户快速实现各种应用服务,ASP商有整合各方面资源的能力,可在短期内为用户提供所需的解决方案。例如,典型的ERP安装,如果要在客户端安装的话需要半年到二年的时间,但是美国的一些ASP商如USI和CORIO能在90—120天内提供ERP应用方案。 |
|