数量金额明细表只有金额没有数量

版本:专业版16.0
问题描述:数量金额总账/明细账显示金额,但是没显示数量,具体情况如下图所示

出现以上情况可以按照下列步骤进行排查:
1、查询数量金额表的情况,专业版中数量金额表是t_quantitybalance。查询该表该科目的数据,参考以下sql语句:
select * from t_quantitybalance where faccountid in (select faccountid from t_account where fnumber='科目代码')
t_quantitybalance表的字段名和解释如下:
| 表名 | 字段名 | 字段含义 |
| t_quantitybalance | fyear | 年度 |
| t_quantitybalance | fperiod | 期间 |
| t_quantitybalance | faccountid | 科目ID |
| t_quantitybalance | fdetailid | 核算项目ID |
| t_quantitybalance | fcurrencyid | 币别ID |
| t_quantitybalance | fbeginqty | 期初数量 |
| t_quantitybalance | fdebitqty | 本期借方数量 |
| t_quantityba |
数量金额明细表只有金额没有数量
版本:专业版16.0问题描述:数量金额总账/明细账显示金额,但是没显示数量,具体情况如下图所示出现以上情况可以按照下列步骤进行排查:1、...
点击下载文档文档为doc格式
声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
上一篇
已经是第一篇



