wise启用反结账

因wise启用账套反结账功能,需要使用小工具,但是有一些产品版本不兼容或者工具帖子不能下载。现送上启用数据库操作方式
select * from t_systemprofile where FCategory='GL' and FKey='StartNewAcctStd'
启用反结账
delete from t_systemprofile where FCategory='GL' and FKey='StartNewAcctStd'
insert into t_systemprofile(FCategory,FKey,FValue)
values('GL','StartNewAcctStd',1)
关闭反结账
delete from t_systemprofile where FCategory='GL' and FKey='StartNewAcctStd'
insert into t_systemprofi
wise启用反结账
因wise启用账套反结账功能,需要使用小工具,但是有一些产品版本不兼容或者工具帖子不能下载。现送上启用数据库操作方式select * from t...
点击下载文档文档为doc格式
声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
上一篇
已经是第一篇



