知识资讯  > 知识学习

公司资讯 行业资讯 知识学习
优惠活动:迷你版1880元,KIS软件5折,金蝶云6折起!

金蝶kis旗舰版发票管理模块电子增值税发票删除时提示下标越界。

售后技术专线:4006-6500-28

新购有特价、金蝶老客户升级金蝶云产品可以享受5折优惠,送手机、送话费,好礼不断!

【问题描述】

旗舰版发票管理模块电子增值税发票删除时提示下标越界。如下图所示:


【原因分析】

ICClassLinkEntry表中存在异常数据 。


【解决方案】

可参考以下脚本执行处理:

update icclasslinkentry set fdestpage=1 where fsourclasstypeid=1014300 and fdestclasstypeid=1014326 and fdestfkey='fdiscountamount'

update icclasslinkentry set fdestpage=1 where fsourclasstypeid=1014300 and fdestclasstypeid=1014326 and fdestfkey='ftaxamount'


【注意事项】

正式账套执行脚本前请先做好备份,建议在待测试账套中核实无误后再在正式账套中执行。