固定資產 原值和累計折舊
select sum(dblValue) from fa_total where
iperiod=2
select sum(dbldeprtotal) from fa_total where iperiod=2
總賬中固定資產原值和累計折舊
select me from gl_accsum where ccode= '1501
' and iperiod=2
select me from gl_accsum where ccode= '1502 ' and iperiod=2
如果是FA_Total表中的數字有問題可以直接修改fa_total。
應收應付與總帳間對帳不平(操作方面)