That looks like it's going to work.  I figured it would be simple, and
most of the work is going to be done in the tags.  Basically, everyone
owes dues and everyone owes a prepayment for 5 meals.  I want to track
who has paid these two.  No need for math, Just, "Did they pay?"

Thanks.  I'll write my own, I was hoping for a lazy way.

Steve

On May 16, 4:52 pm, AlanBCohen <[email protected]> wrote:
> Conceptually, this is a fairly simple database; I think it would be
> practical to use the following plugins (and some tags) to achieve your
> goal.o real
> - DataTiddlerPlugin
> - FormTiddlerPlugin
> - forEachTiddlerPlugin
>
> The first two plugins allow you to define a form for transactions that
> would include something like
> - PersonName
> - Date
> - Pledge (Y/n)
> - Payment (Y/n)
> - Amount
> You might also want a form for defining a Person, that might list
> their contact information.
> And I suggest using YYYY-MM-DD format for dates, making it easier to
> sort by date.
>
> You would then use the fET macros to define tiddlers:
> - for each person, listing their transactions (so you know if they
> have paid)
> - for Pledges, listing all the pledges
> - for Payments, listing all payments
> You might even want to create tiddlers for activity within date
> ranges, so you can report on what happened between the org's meetings.
>
> Hopefully, this gives you some ideas.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group 
> athttp://groups.google.com/group/tiddlywiki?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to