Accounting system, bank emulator
Do you know any accounting system emulator, that could be used free? The following requirements should be met:
- defining accounts and currencies for them
- handling balances
- provide simple transfer functionality 开发者_运维问答
- keeping payment history and let you search
- user-account relation handling
- persistent storage of information
- connectivity with Java
Can you suggest any open-source or free emulator, that can provide such functionality? This is so common need in a lot of projects.
There are no standard API's as all accounting systems are different and provide different feature sets.
You're probably better off with the actual package you want to develop against with some dummy data loaded.
精彩评论