服务热线:

400-665-0027

知识资讯
联系我们

电话:400-665-0027


您当前位置:首页 > 知识资讯  > 知识学习 > 正文知识学习
金蝶kis旗舰版发票管理模块电子增值税发票删除时提示下标越界。
服务热线:400-665-0027 新购有特价、金蝶老客户升级金蝶云产品可以享受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'


【注意事项】

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