问题:提示“建立账套时,没有选择客户分类档案,“客户分类”无法使用”?
解决方法:找到对应的账套号,账套号下年份,表Accinformation,用SQL找到:
select cValue,cDefault from Accinformation where (cSysID='AA') and (cName='bCustclass')
,然后修改cValue的值由False改为True即可。
解决方法:找到对应的账套号,账套号下年份,表Accinformation,用SQL找到:
select cValue,cDefault from Accinformation where (cSysID='AA') and (cName='bCustclass')
,然后修改cValue的值由False改为True即可。