操作人員誤開了 2012-07 會計期間,並有未過賬發票(編號:aaa111101bx01),該發票還未走審批流程,已取消。
關閉期間報錯:有未過賬發票
select * from ap.ap_invoices_all where invoice_num ='aaa111101bx01'
可以查到invoice_id(假設為15553),並根據 invoice_id 查詢:
select * fromap.ap_invoice_distributions_all where invoice_id='15553'
可以查詢到event_id ,並根據event_id進行查詢:
select * from xla_events where event_id='82637'
select * from xla_events where event_id='82636'
select * from
xla.xla_transaction_entitieswhere transaction_number='aaa111101bx01'
然後一一將查到的資訊刪除
delete from ap.ap_invoices_all where invoice_num ='aaa111101bx01'
delete from ap.ap_invoice_distributions_all where invoice_id='15553'
在刪除了以上兩條資訊後,試圖再次關閉期間,報表資訊:系統中存在一些不必要的會計事件。請執行轉移程式將其清除。如果您不希望轉移任何事務處理,請在為所有事務處理建立分錄後執行轉移,然後關閉會計期。
繼續執行下面sql語句後,可以進行正常關閉
delete from xla_events where event_id='82637'
delete from xla_events where event_id='82636'
delete from xla.xla_transaction_entitieswhere transaction_number='aaa111101bx01'
對稱加解密(未認證過)
對稱加密 public static string encrypt string ptoencrypt,string skey 建立加密物件的金鑰和偏移量,此值重要,不能修改 des.key asciiencoding.ascii.getbytes skey des.iv asciiencoding...
ZJOI2008 殺螞蟻 BZOJ上未過
dark模擬題。計算幾何一片空白判線段和圓是否相交來來回回改了五六次,也寫得很長 還有一部分原因是碼風問題233 提交記錄非常鬼畜 先在codevs上wa40,把inline全部去掉就ac了 再到洛谷上還是wa40,把o2關掉變成80,陣列開大點就ac了。但是bzoj上還是wa。如果哪位大佬幫我看出...
oracle ebs使用者手冊
文件如下圖所示 主要包括 概觀 技術 客戶關係管理 crn 合同 財務系統 fin 人力資源系統 hr 採購 po 專案 project 鏈管理 scm 服務 規劃 客戶關係管理 crm 主要包括 2 銷售和市場 sales and marketing,sm 3 客戶資料中心 財務系統 fin 主要...