SID-01491: Accounting plugin or application ?
| Status: |
Answered |
TWiki version: |
5.1.1 |
Perl version: |
|
| Category: |
CategoryPlugins |
Server OS: |
Ubuntu |
Last update: |
13 years ago |
Is it possible in the TWiki to implement a working accounting system (double entry, add/ delete accounts, etc)
--
MichaelSevero - 2012-06-23
Discussion and Answer
It is possible to create an accounting system using
TWikiForms. See
how to create a TWiki application blog. TWiki forms are a powerful feature of TWiki, you can create multiple tables, define relations between tables, and run SQL-like queries.
Instead of TWiki forms you can simply use
EditTablePlugin tables. They are quick to create but do not offer the flexibility and query capabilities of TWiki forms.
You can also define custom templates using the
CommentPlugin. See working example at
AccountLedgerApp.
--
PeterThoeny - 2012-06-23
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.