发布时间:2025-11-16
特价活动:>>>> 用友U8、T6、T+、T3软件产品4折优惠,畅捷通T+cloud、好会计、好业财、好生意云产品8折优惠,另有话费赠送。
期间损益结转点生成凭证无反应无提示,选择收入可以生成凭证,支出不行,全部也不行。
问题原因是科目56040201,56040202,56040203,56040204缺少父级科目560402导致,可以按如下脚本创建一个科目560402,科目名称可以自己定义,这里定义为“项目2”了: 请做好数据备份,再执行下面的脚本。
--1第一步 SET IDENTITY_INSERT AA_Account ON;
--2第二步 INSERT INTO dbo.AA_Account (id,code, name, accountingyear, shorthand, isquantity, isexchange, isgatherprinting, canmakedoc, iscontrolled, iscontrolledbussinesssys, iscontrolledcash, iscash, isbank, iscashequivalents, isauxaccdepartment, isauxaccperson, isauxacccustomer, isauxaccsupplier, isauxaccproject, isauxaccinventory, isexauxacc1, isexauxacc2, isexauxacc3, isexauxacc4, isexauxacc5, isexauxacc6, isexauxacc7, isexauxacc8, isexauxacc9, isexauxacc10, isEndNode, disabled, depth, inId, IsAux, isFinalTransferExchange, isBillingInfo, Remainder, ModifyLog, idGatherPrintingAccountDTO, idParent, idaccounttypeDTO, iddefaultcurrencyDTO, bookformat, dcdirection, createdtime, idUnit) VALUES (730,'560402', '项目2', 2020, 'XM', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, '620_730', 0, 0, 0, NULL, NULL, 730, 620, 10, NULL, 647, 652, NULL, NULL) GO
--3第三步 SET IDENTITY_INSERT AA_Account OFF; 然后再进行期间损益结转无论选择哪种方式都是可以结转的。
截屏,微信识别二维码
客服QQ:5151867
(点击QQ号复制,添加好友)