转仓单打印报表数据项(AllocationOrder.jasper);类名路径:com.nhsoft.pos3.client.data.AllocationOrderDetailData
英文数据项 | 中文数据项 | 数据类型 | 备注 |
---|---|---|---|
参数(Parameters) | |||
orderFid | 单据号 | ||
auditor | 审核员 | ||
auditTime | 审核时间 | ||
inStorehouseName | 调入仓库 | ||
outStorehouseName | 调出仓库 | ||
creator | 制单员 | ||
createTime | 制单时间 | ||
orderMemo | 调入原因备注 | ||
outOrderMemo | 调出原因备注 | ||
orderMoney | 单据金额 | ||
orderOperator | 操作人(业务员) | ||
userName | 打印人 | ||
printTime | 打印时间 | ||
orderDate | 调拨日期 | Date | |
属性(Field) | 属性的类型在ireport中也可以查看 | ||
allocationOrderFid | 转仓单流水号 | String | |
ItemNum | 商品编号 | Integer | |
allocationOrderDetailItemCode | 商品代码 | String | |
allocationOrderDetailItemName | 商品名称 | String | |
allocationOrderDetailItemSpec | 商品规格 | String | |
allocationOrderDetailItemUnit | 基本单位 | String | |
allocationOrderDetailUseUnit | 常用单位 | String | |
allocationOrderDetailUseRate | 常用单位换算率 | BigDecimal | |
allocationOrderDetailItemAssistUnit | 辅助单位 | String | |
allocationOrderDetailNum | 明细编号 | Integer | |
allocationOrderDetailQty | 基本数量 | BigDecimal | |
allocationOrderDetailUseQty | 常用数量 | BigDecimal | |
allocationOrderDetailInventoryQty | 库存数量 | BigDecimal | |
orderDetailAssistQty | 辅助数量 | BigDecimal | |
allocationOrderDetailAssistQty | 辅助赠送数量 | BigDecimal | |
allocationOrderDetailInvAssistQty | 辅助库存数量 | BigDecimal | |
allocationOrderDetailPrice | 基本单价 | BigDecimal | |
allocationOrderDetailUsePrice | 常用单价 | BigDecimal | |
allocationOrderDetailSubtotal | 金额 | BigDecimal | |
allocationOrderDetailMemo | 备注 | String | |
allocationOrderDetailLotNumber | 批号 | String | |
allocationOrderDetailProducingDate | 生产日期 | Date | |
allocationOrderDetailTaxRate | 税率 | double | |
itemRegularPrice | 商品标准售价 | BigDecimal | |
itemCategoryCode | 商品类别代码 | String | |
itemPlace | 商品产地 | String | |
itemBrand | 商品品牌 | String | |
itemCategory | 商品类别 | String | |
itemBarcode | 商品条码 | String | |
itemAssistUnit | 商品档案辅助单位 | String | 只会为null不会为空字符串 |
itemPropertieNames | 商品档案商品标签属性-标签名 | list | 这是一个list属性,get值时注意size大小。 示例:( $F{itemPropertieNames}.size() < 1 ? "":($F{itemPropertieNames}.get(0)==null ? "" : $F{itemPropertieNames}.get(0)+":"+$F{itemPropertieMemos}.get(0))) 上面示例是一个的,要显示多个只要复制过去后面+上改下数字就好。 |
itemPropertieMemos | 商品档案商品标签属性-标签备注 | list | 同上 |
itemTopCategory | 商品所属顶级大类 | String | 顶级大类 |
storePlace | 仓储位置 | String | 取商品档案中仓储位置 |
变量(Variables) | |||
PAGE_NUMBER | 页码 | ||
COLUMN_COUNT | 每页的货品总数 | ||
REPORT_COUNT | 整个报表的货品总数 | ||
QtySum | 数量单页合计 | allocationOrderDetailUseQty的合计数量(单页合计) | |
MoneySum | 金额单页合计 | allocationOrderDetailSubtotal的合计金额(单页合计) | |
QtyTotal | 数量总合计 | allocationOrderDetailUseQty的合计数量(总合计) | |
MoneyTotal | 数量总合计 | allocationOrderDetailSubtotal的合计金额(总合计) |