使用套打,人民币的凭证也打印出来了币别和原币,想要自动适应是外币就打印不是外币就不打印【WISE 15.1 ,】
问题描述:
解决方案:
【如果不显示人民币语句】,该语句对非套打无效
---PT143830 BEGIN
delete from t_SystemProfile where FCategory ='GL' and FKey ='NoteVchPrintShowCNY'
insert into t_SystemProfile(FCategory,FKey,FValue,FReadonly,FDescription)
values('GL','NoteVchPrintShowCNY','0',1,'凭证套打时是否显示本位币(人民币)')
GO
---PT143830 END
【如果要显示人民币的语句】
---PT143830 BEGIN
delete from t_SystemProfile where FCategory ='GL' and FKey ='NoteVchPrintShowCNY'
insert into t_SystemProfile(FCategory,FKey,FValue,FReadonly,FDescription)
values('GL','NoteVchPrintShowCNY','1',1,'凭证套打时是否显示本位币(人民币)')
GO
---PT143830 END
使用套打,人民币的凭证也打印出来了币别和原币,想要自动适应是外币就打印不是外币就不打印【WISE 15.1 ,】
问题描述:解决方案:【如果不显示人民币语句】,该语句对非套打无效---PT143830 BEGINdelete from t_SystemProfile where FCategory...
点击下载文档
本文2024-09-22 14:17:37发表“k3wise知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3wise-74095.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章