用友ORACLE筆記

2021-09-02 23:30:46 字數 1326 閱讀 2906

select 

to_date(nc_balance_sheet.keyword3,'yyyy-mm-dd') as currentmonth ,

nc_balance_sheet.*,nc_profit.*,nc_cash_flow.*,

(nc_cash_flow.m10068+ nc_cash_flow.m10056) as 本期現金流收入,

(nc_cash_flow.m10067+ nc_cash_flow.m10055) as 本年累計現金流收入,

(nc_cash_flow.m10002+nc_cash_flow.m10044+nc_cash_flow.m10062) as 本期現金流支出,

(nc_cash_flow.m10001+nc_cash_flow.m10043+nc_cash_flow.m10061) as 本年累計現金流支出,

(select sum(has_start)*10000 from odoo_project_back_money) as 到期應收款合計,

(select sum(can_cost)*10000 from odoo_project_back_money) as  滿足支付條件未請款,

(select sum(due_payment)*10000 from odoo_due_payment) as 到期應付款合計,

(select execution_cost_total from odoo_budget_execution where year=(select extract(year from now())))*10000 as 今年預算總收入,

(select year_net_profit from odoo_budget_execution where year=(select extract(year from now())))*10000 as 今年預計淨利潤,

(select money_cost from odoo_budget_execution where year=(select extract(year from now())))*10000 as 今年現金流支出預算,

(select money_get from odoo_budget_execution where year=(select extract(year from now())))*10000 as 今年現金流收入預算

from 

nc_profit,nc_cash_flow,nc_balance_sheet

where nc_balance_sheet.alone_id=nc_cash_flow.alone_id

and   nc_balance_sheet.alone_id=nc_profit.alone_id

工作筆記 RTX軟體用友OA衝突解決

症狀 rtx軟體與用友軟體有衝突,開rtx後再開用友,rtx會自動退出。原因 由於啟動用友程式時呼叫了rtxclient sdk的login介面,也就是開啟用友u8時,u8自動呼叫rtx登陸的api,把使用者 位址 引數等傳給rtx,login介面用這些引數來登陸。解決方法 如果不需要在rtx客戶端...

北京用友軟體招聘

職位一 職位名稱 效能專家 職位職責 1.長期跟蹤產品效能問題 2.對產品提出優化建議 3.提供效能報告 4.對設計階段,提出效率規避建議 崗位要求 1.大學本科學歷,計算機專業或相關專業,工作6年以上 2.從事過效能調優或相關工作3年以上,有實際專案效能調優經驗案例 3.精通windows作業系統...

用友 SQL筆試題

兩道sql筆試題 一 表test 中,找出資料夾下有檔案的資料夾 mnt t期望結果 music pic sql語句 select a.path from select from test where isfolder t a join select from test where isfolder...