金蝶切换份 | 求问金蝶k3中更改启用年期的问题

1.求问金蝶k3中更改启用年期的问题

--修改启用年份

update t_systemprofile set fvalue='2000' where fkey='StartYear' and fcategory='GL'

--修改启用期间

update t_systemprofile set fvalue='1' where fkey='StartPeriod' and fcategory='GL'

--修改当前年份

update t_systemprofile set fvalue='2015' where fkey='CurrentYear' and fcategory='GL'

--修改当前期间

update t_systemprofile set fvalue='11' where fkey='CurrentPeriod' and fcategory='GL'

【t_systemprofile】系统参数表

【StartPeriod】表示启用期间,【StartYear】表示启用年度

【GL】财务处理,【FA】固定资产、【PA 】工资管理,【IC】业务系统

【CN】出纳管理,【CN_START_YEAR】表示出纳启用期间,【CN_START_YEAR】表示出纳的启用年度

在数据库中,执行上面的语句即可修改,修改前建议备份下帐套!

金蝶切换份

tag:启用金蝶

相关内容