名称

代码

数据类型

注释

flotInBoxFinishQuantity

flotInBoxFinishQuantity

FLOAT(0)

装箱方式的已完成数量

记录已签收数量

flotInBoxQuantity

flotInBoxQuantity

FLOAT(0)

装箱数量(装箱单)


盘点单确认时存储:盘点单盘亏数量

flotInBoxSaledQuantity

flotInBoxSaledQuantity

FLOAT(0)

借入入库单:借入转采购装箱数量
借出出库单:借出转销售装箱数量

flotInBoxShelfQuantity

flotInBoxShelfQuantity

FLOAT(0)

装箱的已上架数量

flotInvoiceAmount

flotInvoiceAmount

FLOAT(0)

开发票金额,flotAmount = flotBackAmount + flotDeSalAmount + flotInvoiceAmount时该行开票完毕

flotInvoiceQuantity

flotInvoiceQuantity

FLOAT(38)

发票核销数量

flotNoFitQ

flotNoFitQ

FLOAT(0)

不合格数量

flotNOTaxAmount

flotNOTaxAmount

FLOAT(0)

不含税金额

flotOriginInBoxQuantity

flotOriginInBoxQuantity

FLOAT(38)

调拨入库单对应调拨出库单上商品的原始装箱数量

flotOriginQuantity

flotOriginQuantity

FLOAT(38)

调拨入库单对应调拨出库单上商品的原始数量

flotOrigNoTaxAmount

flotOrigNoTaxAmount

FLOAT(38)

原采购不含税金额

flotOrigPrice

flotOrigPrice

FLOAT(0)

自动报价单价

flotOrigTaxAmount

flotOrigTaxAmount

FLOAT(38)

原采购含税金额

flotPrice

flotPrice

FLOAT(0)

单价

flotProtectAmount

flotProtectAmount

FLOAT(0)

已保护金额

flotQuantity

flotQuantity

FLOAT(0)

数量

单车汇总表的提货数量
盘点单确认时存储:盘点单数量

flotSaledAmount

flotSaledAmount

FLOAT(0)

当该单据是由代销借算订单自动生成的红字代销出库单时,该字段存储借算订单输入的结算单价*flotQuantity


代销出库单,借出出库单已结算金额

flotSaledPrice

flotSaledPrice

FLOAT(0)

当该单据是由代销借算订单自动生成的红字代销出库单时,该字段存储借算订单输入的结算单价

flotSaledQuantity

flotSaledQuantity

FLOAT(0)

借入入库单:借入转采购数量
借出出库单:借出转销售数量
受托入库单:受托结算数量
代销出库单:代销转销售数量,总是已最小计量单位存储

单车汇总表的报损数量


盘点单确认时存储:盘点单复盘数量


代销出库单,借出出库单已结算数量

flotShelfQuantity

flotShelfQuantity

FLOAT(0)

已上(下)架数量


盘点单确认时存储:盘点单盘盈数量

flotSignInAmount

flotSignInAmount

FLOAT(38)

收货签收金额

flotSignInInBoxQuantity

flotSignInInBoxQuantity

FLOAT(38)

收获签收装箱数量

flotSignInQuantity

flotSignInQuantity

FLOAT(38)

收获签收数量

flotStocksInBoxQuantity

flotStocksInBoxQuantity

FLOAT(0)

装箱数量 :为(dbo.StockReceipt.fintStockIN * dbo.StockReceiptDetail.flotInBoxQuantity)




flotStocksQuantity

flotStocksQuantity

FLOAT(0)

库存数量:

为(dbo.StockReceipt.fintStockIN * dbo.StockReceiptDetail.flotQuantity * dbo.StockReceiptDetail.flotConversion)


flotTaxAmount

flotTaxAmount

FLOAT(0)

含税金额

flotTaxCostAmount

flotTaxCostAmount

FLOAT(0)

成本计算时填写:成本金额(含税)

flotTaxCostPrice

flotTaxCostPrice

FLOAT(0)

成本计算时填写:成本单价(含税)

flotTaxRate

flotTaxRate

FLOAT(0)

税率

flotUnDiscountPrice

flotUnDiscountPrice

FLOAT(0)

折扣前单价

flotVolume

flotVolume

FLOAT(0)

体积

flotWeight

flotWeight

FLOAT(0)

重量

ftinAuditing

ftinAuditing

TINYINT

单据审核状态

ftinCanCalcBalance

ftinCanCalcBalance

TINYINT

是否计算现存量:

为(dbo.StockReceipt.fintStockIN <> 0 AND dbo.StockReceipt.fbitSpecify = 0 AND dbo.StockReceipt.fbitNoUsed = 0)


ftinOrder

ftinOrder

TINYINT

存储明细顺序,主要是为了用户录入什么样,取出的时候就是什么样

ftinPriceType

ftinPriceType

TINYINT

价格属性

默认为0,正价:2,
一级特价:1,二级特价:3,三级特价:4,四级特价:5,五级特价:6,六级特价:7。

代销出库单、红字代销出库单上价格属性对应:正价、一级特价~六级特价。
零售上传时,非特价商品对应价格属性档案里的正价,特价的商品对应价格属性档案里的1级特价。






ftinState

ftinState

TINYINT

采购入库准备单:参见OrderReceiptDetail中该字段的描述
受托入库准备单:同上


1  2