金蝶商貿版,後台修改序時簿過濾條件

2022-06-14 07:45:12 字數 1112 閱讀 6130

1

update

icreportprofile

2set fvalue=『asc

=true|||bcustnumber=|||bdate=

2020-03

-01|||bdeptnumber=|||bempnumber=|||bitemnumber=|||bstocknumber=|||

desc

=false|||ecustnumber=|||edate=

2020-03

-31|||edeptnumber=|||eempnumber=|||eitemnumber=|||estocknumber=|||sortitem=

0』 where

3 frptid=

10308

and fuserid=

16396

view code

--修改啟用bai年份
update t_systemprofile set fvalue='2000' where fkey='startyear' and fcategory='gl'

--修改啟用期間

update t_systemprofile set fvalue='1' where fkey='startperiod' and fcategory='gl'

--修改當前du年份

update t_systemprofile set fvalue='2015' where fkey='currentyear' and fcategory='gl'

--修改當前期間

update t_systemprofile set fvalue='11' where fkey='currentperiod' and fcategory='gl'

【t_systemprofile】系統zhi參數列

【startperiod】表示啟用期間,【startyear】表示啟用年度dao

【gl】財務處理,【fa】固定資產、【pa 】工資管理,【ic】業務系統

【cn】出納管理,【cn_start_year】表示出納啟用期間,【cn_start_year】表示出納的啟用年度

在資料庫中,執行上面的語句即可修改,修改前建議備份下帳套!

我的進銷存 商貿版

技術平台 net 作品介紹 基於remoting技術構建,c s結構的進銷存系統,有進貨管理,銷售管理,庫存管理,財務管理4大模組,能滿足中小企使用需要。主介面 單據 查詢 報表 伺服器 主要功能列表 業務單據 業務類別 單據進 銷 存單據 進貨單,進貨訂單,進貨退貨單,銷售單,銷售退貨單,報溢單,...

我的進銷存 商貿版

技術平台 net 作品介紹 基於remoting技術構建,c s結構的進銷存系統,有進貨管理,銷售管理,庫存管理,財務管理4大模組,能滿足中小企使用需要。主介面 單據 查詢 報表 伺服器 主要功能列表 業務單據 業務類別 單據進 銷 存單據 進貨單,進貨訂單,進貨退貨單,銷售單,銷售退貨單,報溢單,...

金蝶EAS,後台業務邏輯,SQL查詢

金蝶eas bos框架,原則上只允許在後台使用sql語句進行操作,通常情況下,絕大多數的操作都可以通過entityviewinfo以及標準功能介面實現。以下 示例演示如何在後台使用sql進行查詢 獲取財務組織編碼 名稱快取 返回值鍵值對 鍵為組織編碼,值為組織名稱 suppresswarnings ...