問題已解決
金蝶KIS專業版賬套啟用后怎樣修改允許負庫存出庫結賬



如果想修改這些灰色的參數,可以在數據庫中通過語句修改,或者在賬套管理中,執行命令語句。
不允許負庫存出庫
update t_systemprofile set fvalue=0 where fcategory=IC and fkey=UnderStock
不允許負庫存結賬
update t_systemprofile set fvalue=0 where fcategory=IC and fkey=UnderStockCalculate
允許負庫存出庫
update t_systemprofile set fvalue=1 where fcategory=IC and fkey=UnderStock ?
允許負庫存結賬 update t_systemprofile set fvalue=1 where fcategory=IC and fkey=UnderStockCalculate?
操作步驟: 新建一個TXT文件,將對應的語句復制進去,改成SQL后綴,然后通過賬套管理中的執行命令,執行語句即可。
注意:執行命令前,一定要備份好賬套,否者,一旦出錯,將造成無法挽回的錯誤。 操作不了找售后
2020 05/25 16:44
