AR/AP invoices/payment transferred to GL successfully but can't be found in GL module

本文记录了AR (应收账款) 和 AP (应付账款) 模块在转移至总账(GL)过程中遇到的问题及其解决方案。主要涉及跨货币账户处理、设置暂挂账户、运行日志导入等操作。

Doc ID: AG0935

Subject: AR/AP invoices/payment transferred to GL successfully but can't be found in GL module

Type: Problem

Creation Date: 07-Jul-08

Last Revision Date: 31-Jul-08

Status: Closed

Owner: Kevin

 

 

Symptom

1.[04-Jul-08] AR invoices transferred to GL successfully but can't be found in GL module

(Refer to AG0935_01)

2.[12-Jul-08] AP payment transferred to GL successfully but can't be found in GL module

(Refer to AG0935_03)

3.[25-Jul-08] CK AP invoice CN31940 is correct in AP Module but GL is wrong.(Refer to AG0935_13)

Cause

 

 

Solutions

1.AR

1.1 [04-Jul-08] Divine said that AR Module(some invoices and receipt[7371] in PQ ) did not tally with GL.(See the email: AG0935_02)

1.2 [04-Jul-08] We found there were some records which caused this problem on the GL_INTERFACE table.

1.3 [07-Jul-08] Ann submitted this problem to ADVTEK Cheese asking for consultant comment

1.4 [08-Jul-08] Kevin checked it on UI,but he did not find anything that was valuable.

1.5 [15-Jul-08] Kevin submitted a SR. SR number is 6977821.994.

1.6 [18-Jul-08] About detail of the SR.(Refer to AG0935_06)

1.7 [24-Jul-08] Kevin found this problem was caused by receipt[7371] that used cross currency account.

1.8 [25-Jul-08] Kevin solved this problem by setuping suspense account and running 'Journal Import' on TEST Server(ERPDB).(Refer to AG0935_09)

1.9 [25-Jul-08] Divine confirmed this problem was solved on TEST Server(ERPDB). (Refer to AG0935_10)

1.10 [25-Jul-08] Kevin told Divine about the transfer account.(Refer to AG0935_11 AG0935_12)

1.11 [28-Jul-08] Wait for end user's confirmation.

1.12 [31-Jul-08] Divine confirmed that this problem was solved on TEST Server(ERPDB). And she suggested to close the entry.(Refer to AG0935_18)

 

2.AP

2.1 [12-Jul-08] AP payment[124] in CK transferred to GL successfully but can't be found in GL module.(Refer to AG0935_04)

2.2 [14-Jul-08] Kevin found there were some records which caused this problem on the GL_INTERFACE table.

2.3 [15-Jul-08] Kevin run the sql script as follow on TEST Server(ERPDB):

update AP_AE_HEADERS_ALL

set gl_transfer_flag='N',

gl_transfer_run_id='-1'

where set_of_books_id='1003'

and period_name='May-08'

and to_char(accounting_date,'yyyy-mm-dd')='2008-05-28'

and ae_header_id=162193

2.4 [15-Jul-08] Run 'Payables Transfer to General Ledger' request to transfer to GL.

2.5 [15-Jul-08] End user confirmed that this problem was solved on TEST Server(ERPDB).(Refer to AG0935_05)

2.6 [22-Jul-08] Kevin solved this problem on PROD Server (ERPAPP) and requested end user to confirm it was ok.(Refer to AG0935_07)

2.7 [22-Jul-08] End user confirmed that this problem was solved on PROD Server (ERPAPP).(Refer to AG0935_08)

 

 

3.AP

3.1 [25-Jul-08] CK AP invoice CN31940 is correct in AP Module but GL is wrong. (Refer to AG0935_14)

3.2 [28-Jul-08] We found one record in gl_interface.

3.3 [28-Jul-08] Run the sql script as follow on TEST Server(ERPDB):

update ap_ae_headers_all set GL_TRANSFER_RUN_ID=-1
where accounting_event_id=164970

update ap_ae_headers_all set GL_TRANSFER_flag='N'
where accounting_event_id=164970

3.4 [28-Jul-08]Tang Qi confirmed this problem was solved on TEST Server(ERPDB).(Refer to AG0935_15)

3.5 [28-Jul-08]We solved this problem on PROD Server(ERPAPP) and waited for user's confirmation.(Refer to AG0935_16)

3.5 [29-Jul-08]Divine confirmed that this problem was solved.(Refer to AG0935_17)

 

### 关于 Stripe Cursor API 访问受限的解决方案 当遇到 Stripe 的 `Cursor API` 访问被限制的情况,通常是因为账户存在未解决的问题,比如因未支付账单导致的服务中断。以下是可能的原因以及对应的解决方法: #### 1. **确认账户状态** Stripe 账户可能会因为未支付的发票而进入限制模式,在这种情况下,API 请求会受到限制甚至完全阻止。可以通过登录到 Stripe Dashboard 来查看是否有任何未处理的发票或付款失败的通知[^1]。 #### 2. **检查具体的错误消息** 如果收到类似于 `"access restricted due to unpaid invoice"` 或其他类似的错误提示,则表明当前账户确实存在问题。具体可以参考官方文档中的错误码解释来进一步定位问题所在[^2]。 #### 3. **更新支付方式并结清欠款** 为了恢复完整的功能和服务,请立即采取行动: - 登录至您的 Stripe 帐号管理页面; - 导航到 “Billing & subscriptions” 部分; - 更新有效的信用卡或其他支持的付款手段; - 手动重新尝试收取尚未付清之款项或者设置自动扣费机制以防止未来再次发生相同状况[^3]。 #### 4. **联系客户支持团队** 假如已经完成了上述步骤但仍无法解决问题,建议直接联络 Stripe 客服代表寻求帮助。他们能够提供更深入的技术指导,并协助解除所施加的一切必要限制措施[^4]。 ```python import stripe stripe.api_key = 'your_secret_api_key' try: invoices = stripe.Invoice.list() for inv in invoices.auto_paging_iter(): if inv.status == "open": print(f"Unpaid Invoice ID: {inv.id}") except Exception as e: error_message = str(e) if "access restricted" in error_message.lower(): print("Your account may have restrictions due to an unpaid invoice.") ``` 以上脚本可以帮助开发者快速扫描是否存在开放状态下的待缴账单记录。 ---
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值