壹佰网|ERP100 - 企业信息化知识门户

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1835|回复: 5

AP不能创建会计分录

  [复制链接]
发表于 2011/8/15 23:22:39 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。如果您注册时有任何问题请联系客服QQ: 83569622  。

您需要 登录 才可以下载或查看,没有帐号?注册

x
在发票匹配完成后,创建会计分录出现以下提示:
y1plaQv_Eyh52QHw9yg3H3rT4bPbhS1UGpispUT_qajdAK0EEQpUwqFWa2aHTVEF_XT.jpg
使用select *
from ap_ae_headers_all a
where a.accounting_event_id in
(select aea.accounting_event_id
from ap_accounting_events_all aea
where aea.event_status_code = 'CREATED')
找到了出问题的发票
查看该发票的行状态:
select *
from ap_ae_lines_all a
where a.ae_header_id in
(select b.ae_header_id
from ap_ae_headers_all b, ap_accounting_events_all c
where b.accounting_event_id = c.accounting_event_id
and c.source_table = 'AP_INVOICES'
and c.source_id = 14160)
查看ap_accounting_events_all表中event_status_code字段的状态后,发现该行状态与应用中的状态不匹配(应用中的状态是已创建会计分录,但event_status_code字段的状态不为ACCOUNTED
所以使用以下脚本更改其状态:
update ap_accounting_events_all a
set a.event_status_code ='ACCOUNTED'
where a.accounting_event_id =18950
and a.source_id = 14160
问题解决,但提交“应付款管理系统会计核算流程”请求,传送总账时出错,估计和以上操作有关,具体以后观察


发表于 2011/8/16 08:31:10 | 显示全部楼层
海哥真是高人,这个问题困扰小弟已经很久了。多谢!
发表于 2011/8/16 10:17:15 | 显示全部楼层
R12中  ap_accounting_events_all 这个表中没有数据,是不是不用这个表了
发表于 2011/8/16 11:06:27 | 显示全部楼层
AP 不能正常产生分录,有时候有以下几种情况:Invoice 暂挂需释放暂挂;Invoice 需要重新验证
发表于 2011/8/16 12:04:30 | 显示全部楼层
为什么呢,呵呵
发表于 2011/8/18 15:35:37 | 显示全部楼层
同问,为什么会出现这种情况。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|小黑屋|手机版|壹佰网 ERP100 ( 京ICP备19053597号-2 )

Copyright © 2005-2012 北京海之大网络技术有限责任公司 服务器托管由互联互通
手机:13911575376
网站技术点击发送消息给对方83569622   广告&合作 点击发送消息给对方27675401   点击发送消息给对方634043306   咨询及人才点击发送消息给对方138011526

GMT+8, 2025/11/29 14:33 , Processed in 0.042161 second(s), 21 queries , File On.

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表