⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hcoststock.ini

📁 这是用PB6开发的一个POS管理系统
💻 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=33
field1=部门代码;deptStock.deptno;DeptNo;char;0;300;0;0;0;
field2=商品名称;Goods.Name;name;char;0;0;1;0;0;
field3=商品代码;deptStock.GoodsNo;GoodsNo;char;0;450;1;0;0;
field4=柜组代码;goods.groupNo;GroupNo;char;0;300;1;1;0;
field5=规格;Goods.Spec;Spec;Char;0;0;1;0;0;
field6=月初数量;deptStock.InitQty;InitQty;dec;###,###.00;0;1;0;1;
field7=月初金额;deptStock.InitCostAmt;InitAmt;dec;###,###.00;0;1;0;1;
field8=当前数量;deptStock.CurQty;CurQty;dec;###,###.00;0;1;0;1;
field9=当前金额;deptStock.CurCostAmt;CurCostAmt;dec;###,###.00;0;1;0;1;
field10=进货数量;deptStock.ImportQty;ImportQty;dec;###,###.00;0;1;0;1;
field11=进货金额;deptStock.ImportAmt;ImportAmt;dec;###,###.00;0;1;0;1;
field12=优惠金额;deptStock.RetailDisAmt;RetailDisAmt;dec;###,###.00;0;1;0;1;
field13=销售金额;deptStock.RetailAmt;retailamt;dec;###,###.00;0;1;0;1;
field14=销售数量;deptStock.RetailQty;RetailQty;dec;###,###.00;0;1;0;1;
field15=销售成本;deptStock.RetailCost;RetailCost;dec;###,###.00;0;1;0;1;
field16=损益数量;deptStock.LossQty;LossQty;dec;###,###.00;0;1;0;1;
field17=损益金额;deptStock.LossAmt;LossAmt;dec;###,###.00;0;1;0;1;
field18=月初单价;deptStock.InitCostPrice;InitCostPrice;dec;###,###.00;0;0;0;0;
field31=零售价;DeptStock.RetailPrice;RetailPrice;dec;###,###.00;0;1;0;0;
field19=当前单价;deptStock.CurCostPrice;CurCostPrice;dec;###,###.00;0;0;0;0;
field20=销售毛利;deptStock.RetailAmt - deptStock.RetailCost;RetailProfit;dec;###,###.00;0;0;0;0;
field21=盘点损益金额;deptStock.CheckAmt;CheckAmt;dec;###,###.00;0;1;0;1;
field22=盘点损益数量;deptStock.CheckQty;CheckQty;dec;###,###.00;0;1;0;1;
field23=拨入金额;deptStock.AllocInAmt;AllocInAmt;dec;###,###.00;0;0;0;1;
field24=批发成本;deptStock.SaleCost;SaleCost;dec;###,###.00;0;0;0;1;
field25=拨入数量;deptStock.AllocInQty;AllocInQty;dec;###,###.00;0;1;0;1;
field26=批发数量;deptStock.SaleQty;SaleQty;dec;###,###.00;0;0;0;1;
field27=类别代码;Goods.ClassNo;ClassNo;Char;0;0;0;0;0;
field28=拨出金额;deptStock.AllocOutCost;AllocOutCost;dec;###,###.00;0;0;0;1;
field29=年度;DeptStock.Year;Year;Int;0;0;0;0;0;
field30=月份;DeptStock.Month;Month;Int;0;0;1;1;0;
field32=拨出数量;deptStock.AllocOutQty;AllocOutQty;dec;###,###.00;0;0;0;1;
;rightscontrol=deptStock.deptno='$deptno'
;DataRights=Goods.groupNo='$GroupNo'
headerheight=80
detailheight=70
fontsize=9
countrecord=Y
field33=商品条码;goods.barcode;barcode;char;0;0;0;0;0;




[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 + -