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

启用年期设置的2009,求更改成2000的话要怎么改呢 在会计信息系统这门课中需要的 如果不改的话后年就没有办法进行,求帮助,谢谢😣

    --修改启用年份

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】表示出纳的启用年度


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

温馨提示:答案为网友推荐,仅供参考
相似回答