所有的表都在下面(3个):
1.帐户管理表: AccountID,AccountType,AccountDesc,BeginAmount,Amount,EditedBy,EditedDateTime;
帐户ID | 收/付 | 帐户名 | ? | ? | .. |
2.记账清单: AccountID,AccountCode,AccountDate,Account,Approved,VoucherNo,VoucherTypeID,EditedBy,EditedDateTime;
帐户ID | 收支ID | 创建时间 | 金额 |是否审核 | 相应单号 | ? | ..
3.收支分类: AccountCode,AccountCodeName,AccountCodeDesc,AccountType,EditBy,EditDateTime.
收支ID | 收支Name | 备注 | 收支类型(收/支)| ...
请教流水账的SQL.
附加问题:我不知道表1中的beginAmount,Amount是什么?
如果BeginAccount是期余额,应该怎样变化,是根据时间变,还是根据每笔记账变?
那Amount是什么?
因为没接触过财务,请大家不惜赐教!