freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

固定資產(chǎn)系統(tǒng)數(shù)據(jù)結(jié)構(gòu)及處理ppt71-資產(chǎn)管理-閱讀頁(yè)

2024-09-07 18:49本頁(yè)面
  

【正文】 ADept中插入一條記錄 6. 在 t_FAExpense中插入一條記錄 7. 在 t_FABalance中插入一條記錄 8. 在 t_FABalCard中插入一條記錄 卡片新增的程序處理 9. 在 t_FABalCardItem中插入一條記錄 10. 在 t_FABalDept中插入一條記錄 11. 在 t_FABalOrgFor中插入一條記錄 12. 在 t_FABalExpense中插入一條記錄 13. 最后替換 t_fabalance表的 Fcleared, Fdate字段 卡片變動(dòng)的程序處理 ? 首先通過(guò)查詢得到變動(dòng)需要用到的各項(xiàng)參數(shù)值。 ? 向變動(dòng)相關(guān)表 t_FACard、 t_FACardItem、 t_FAOrgFor、 t_FADept、t_FAExpense里插入變動(dòng)記錄。向余額相關(guān)表 t_FABalCard等表里添加變動(dòng)記錄。 ? 替換 t_fabalance表的 Fcleared, Fdate字段。 卡片清理的程序處理 ? 查找此張卡片包含的所有 Falterid號(hào) . ? 查找是否有自定義卡片項(xiàng)目 . ? 查找卡片累計(jì)折舊 ,分配部門(mén)、分配科目等卡片要素。 卡片清理的程序處理 ? 在 t_faalter表里添加清理記錄。 ? 替換 t_fabalance表里的值。 ? 最后替換 t_fabalance表的 Fcleared, Fdate字段。固定資產(chǎn)清單是可以按期間查詢的。一個(gè)固定資產(chǎn)如果有多個(gè)部門(mén)使用,那可以只顯示其中的一個(gè)部門(mén),也可以多個(gè)部門(mén)都顯示出來(lái)。一般情況下,不論固定資產(chǎn)數(shù)據(jù)是否存在數(shù)據(jù)不一致的情況,但這兩個(gè)表的數(shù)據(jù)都是一致的,因?yàn)樗麄兊膩?lái)源和算法一樣。 ? 固定資產(chǎn)明細(xì)賬: ? 固定資產(chǎn)明細(xì)賬除了折舊憑證的信息外 , 所有數(shù)據(jù)來(lái)自 t_fabalance、t_falter、 t_facard等余額和變動(dòng)相關(guān)表 。 ? 固定資產(chǎn)系統(tǒng)取數(shù) ? 固資原值 : select isnull(sum(),0) OrgValBegin,isnull(sum(),0) OrgValD,isnull(sum(),0) OrgValC from t_fabalance a,t_faalter b,t_facard c,t_account d where = and = and = and = and =1 and =2020 and =3 And (=39。 or like 39。) 固定資產(chǎn)自動(dòng)對(duì)賬 ? 固定資產(chǎn)系統(tǒng)取數(shù) ? 累 計(jì) 折 舊 : select isnull(Sum(),0) AccumDeprBegin, isnull(sum(),0) AccumDeprD,isnull(sum(+),0) AccumDeprC from t_fabalance a,t_faalter b,t_facard c,t_account d where = and = and = and = and =1 and =2020 and =3 And (=39。 or like 39。) 固定資產(chǎn)自動(dòng)對(duì)賬 ? 固定資產(chǎn)系統(tǒng)取數(shù) ? 減 值 準(zhǔn) 備 : select isnull(sum(),0) DecValBegin,isnull(sum(),0) DecValC,isnull(sum(),0) DecValD from t_fabalance a,t_faalter b,t_facard c,t_fagroup e ,t_account d where = and = and = and = and = and =1 and =2020 and =3 And (=39。 or like 39。) 固定資產(chǎn)自動(dòng)對(duì)賬 ? 總賬取數(shù) ? 固 資 原 值 : Select isnull(Sum(*),0) OrgValBegin,isnull(sum(),0) OrgValD,isnull(sum(),0) OrgValC from t_Balance a,t_account b where = and =2020 And =3 And =0 And =0 And (=39。) 固定資產(chǎn)自動(dòng)對(duì)賬 ? 總賬取數(shù) ? 累 計(jì) 折 舊 : Select isnull(Sum(*),0) AccumDeprBegin,isnull(sum(),0) AccumDeprD,isnull(sum(),0) AccumDeprC from t_Balance a,t_account b where = and =2020 And =3 And =0 and =0 And (=39。) 固定資產(chǎn)自動(dòng)對(duì)賬 ? 總賬取數(shù) ? 減值準(zhǔn)備 : Select isnull(Sum(*),0) DecValBegin,isnull(sum(),0) DecValD,isnull(sum(),0) DecValC from t_Balance a,t_account b where = and =2020 And =3 And =0 And =0 And (=39。) 固定資產(chǎn)自動(dòng)對(duì)賬圖示 ? 如上圖如示,當(dāng)發(fā)生自動(dòng)對(duì)賬不平時(shí),因?yàn)樽詣?dòng)對(duì)賬除檢查年份、月份之外,還會(huì)檢查變動(dòng)日期,所以可以用以下 SQL進(jìn)行日期調(diào)整。 賬套:稀土高科 處理方法: 提示需要調(diào)整的卡片是指核算項(xiàng)目不為空 ,而部門(mén)為空的卡片.通過(guò)以下 SQL可以查詢出來(lái) . select * from t_facard where falterid in (SELECT distinct FAlterID FROM t_FAExpense WHERE FDeptID=0)需調(diào)整的卡片 檢查這些卡片 ,將丟失的部門(mén)代碼數(shù)據(jù)補(bǔ)上就可以 . 實(shí)例請(qǐng)解 可以運(yùn)行以下 SQL進(jìn)行數(shù)據(jù)調(diào)整 : 請(qǐng)運(yùn)行以下 SQL update a set = from t_FAbalexpense a, t_FABalDept x where = and in (select fbalid from (select , from t_FABalDept a left join t_FAbalexpense b on = and =) c where fdeptid is null) update a set = from t_FAexpense a,t_FADept x where = and in (select falterid from (select , from t_FADept a left join t_FAexpense b on = and =) c where fdeptid is null) 因?yàn)?t_faexpense及 t_fabalexpense表中的部門(mén)雖然丟失了,但是與之相對(duì)應(yīng)的 t_fadept表及 t_fabaldept表中的部門(mén)數(shù)據(jù)卻沒(méi)有丟失,所以可以將之替換到與之相對(duì)應(yīng)的表內(nèi)。 賬套:廈門(mén)金達(dá)威 處理方法: 此問(wèn)題是由于在第九期你做清理之前沒(méi)有先記提折舊 ,所以此三張卡片做了清理之后在數(shù)據(jù)庫(kù)里存儲(chǔ)有誤 ,當(dāng)結(jié)到下一個(gè)期間后就顯示出來(lái)了 . 實(shí)例請(qǐng)解 如果更改數(shù)據(jù)庫(kù) ,雖能解決此問(wèn)題 ,但是已生成的相對(duì)應(yīng)的總賬憑證卻是錯(cuò)的。應(yīng)該根據(jù)導(dǎo)入數(shù)據(jù)的情況而調(diào)整賬套參數(shù)。20201139。fa39。startdate39。202039。fa39。startyear39。并分析賬套運(yùn)行出
點(diǎn)擊復(fù)制文檔內(nèi)容
法律信息相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1