前月繰越残の金額が不正なため、還元差引金額がおかしくなってしまっているようだ
入金日 | 入金金額 | 入金区分 | 備考 |
2009-12-01 | 709,131 | 相殺 | 前月の還元額計算書から自動生成。この金額は正しい |
2009-12-01 | -282,849 | 振込 | 前月の相殺分を誤って重複して入力したそうです。原因解明後削除して頂くデータとなります。(瀧田追記) |
2009-12-15 | 463,537 | 照合口座 | 実際にはサントク様の入金ではない。この入金データの処理がおかしくなってしまっているようだ |
2009-12-15 | -463,537 | 振込 | 上記照合口座分を相殺するため |
delete T入金 where 入金年度=2009 and 入金番号=15990 delete T入金 where 入金年度=2009 and 入金番号=18044 update T入金 set 請求書作成済判定=1,請求年度=2009,請求書番号=105147 where 入金年度=2009 and 入金番号=15748 update T入金 set 入金金額=867106 where 入金年度=2009 and 入金番号=18045
update T請求書 set 入金金額=709131,繰越金額=0,請求金額=867106 where 請求年度=2009 and 請求書番号=105147
update T請求書明細 set 売上日='2009/12/15',金額=-463537 where 請求年度=2009 and 請求書番号=105147 and 行番号=82 update T請求書明細 set 金額=463537 where 請求年度=2009 and 請求書番号=105147 and 行番号=83 delete T請求書明細 where 請求年度=2009 and 請求書番号=105147 and 行番号=84
delete T売掛残高 where 売上残高年度=2009 and 売上残高番号=114257 update T売掛残高 set 相殺入金=867106 where 売上残高年度=2009 and 売上残高番号=114258
update T還元額計算書 set 前月繰越残=0,差引還元額=312918 where 請求書締め日='2009/12/31' and 送付先代理店ID='00020541'