📄 hncoststock.ini
字号:
{title;dbname;name,datatype;format;width;visible;group;sum;}
[grid]
title=历史进销存查询(无税)
table=DeptStock,goods
linker=( DeptStock.goodsno = goods.goodsno )
where=
group=
sort=
filter=
fieldcount=31
field1=部门代码;DeptStock.deptno;DeptNo;char;0;300;0;0;0;1;1
field2=商品名称;Goods.Name;name;char;0;0;1;0;0;;
field3=商品代码;DeptStock.GoodsNo;GoodsNo;char;0;450;1;0;0;1;1
field4=柜组代码;goods.groupNo;GroupNo;char;0;300;1;0;0;1;1
field5=规格;Goods.Spec;Spec;Char;0;0;1;0;0;;
field6=拨出数量;DeptStock.AllocOutQty;AllocOutQty;dec;###,###.00;0;0;0;1;;
field7=拨出金额;DeptStock.AllocOutCost/(1 + Goods.TaxRatio);AllocOutCost;dec;###,###.00;0;0;0;1;;
field8=月初数量;DeptStock.InitQty;InitQty;dec;###,###.00;0;1;0;1;;
field9=月初金额;DeptStock.InitCostAmt/(1 + Goods.TaxRatio);InitAmt;dec;###,###.00;0;1;0;1;;
field10=当前数量;DeptStock.CurQty;CurQty;dec;###,###.00;0;1;0;1;;
field11=当前金额;DeptStock.CurCostAmt/(1 + Goods.TaxRatio);CurCostAmt;dec;###,###.00;0;1;0;1;;
field12=进货数量;DeptStock.ImportQty;ImportQty;dec;###,###.00;0;1;0;1;;
field13=销售数量;DeptStock.RetailQty;RetailQty;dec;###,###.00;0;1;0;0;;
field14=销售成本;DeptStock.RetailCost/(1 + Goods.TaxRatio);RetailCost;dec;###,###.00;0;1;0;0;;
field15=月初单价;DeptStock.InitCostPrice/(1 + Goods.TaxRatio);InitCostPrice;dec;###,###.00;0;1;0;0;;
field16=当前单价;DeptStock.CurCostPrice/(1 + Goods.TaxRatio);CurCostPrice;dec;###,###.00;0;1;0;0;;
field17=销售毛利;(DeptStock.RetailAmt - DeptStock.RetailCost)/(1 + Goods.TaxRatio);RetailProfit;dec;###,###.00;0;1;0;1;;
field18=盘点损益金额;DeptStock.CheckAmt/(1 + Goods.TaxRatio);CheckAmt;dec;###,###.00;0;1;0;1;;
field24=批发数量;DeptStock.SaleQty;SaleQty;dec;###,###.00;0;0;0;1;;
field19=优惠金额;DeptStock.RetailDisAmt;RetailDisAmt;dec;###,###.00;0;1;0;1;;
field20=进货金额;DeptStock.ImportAmt/(1 + Goods.TaxRatio);ImportAmt;dec;###,###.00;0;1;0;1;;
field21=盘点损益数量;DeptStock.CheckQty;CheckQty;dec;###,###.00;0;1;0;1;;
field22=拨入金额;DeptStock.AllocInAmt/(1 + Goods.TaxRatio);AllocInAmt;dec;###,###.00;0;1;0;1;;
field23=批发成本;DeptStock.SaleCost/(1 + Goods.TaxRatio);SaleCost;dec;###,###.00;0;0;0;1;;
field24=拨入数量;DeptStock.AllocInQty;AllocInQty;dec;###,###.00;0;1;0;1;
field25=税率;Goods.Taxratio;TaxRatio;dec;###,###.00;0;1;0;0;;
field26=类别代码;Goods.ClassNo;ClassNo;Char;0;0;0;0;0;;
field27=损益数量;DeptStock.LossQty;LossQty;dec;###,###.00;0;1;0;1;;
field28=损益金额;DeptStock.LossAmt/(1 + Goods.TaxRatio);LossAmt;dec;###,###.00;0;1;0;1;;
field31=年度;DeptStock.Year;Year;Int;0;0;0;0;0;1;1
field29=月份;DeptStock.Month;Month;Int;0;0;1;0;0;1;1
field30=零售价;DeptStock.RetailPrice;RetailPrice;dec;###,###.00;0;1;0;0;;
;rightscontrol=DeptStock.deptno='$deptno'
;DataRights=Goods.groupNo='$GroupNo'
headerheight=80
detailheight=70
fontsize=9
countrecord=Y
[print]
left=150
right=120
top=120
bottom=120
pheaderheight=410
pdetailheight=80
ptitle=y,header,1500,15,1500,100,ptitle,-22,
ptitletext=进销存查询1
footer=120
papersize=0
page=y,footer,1000,15,500,80,page,-9,
date=y,footer,1700,15,1000,80,date,-9,
operator=y,footer,1000,15,800,80,operator,-9,
audit=y,footer,500,15,500,80,audit,-9,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -