[tw] Re: Using Tiddlywiki to track membership, dues or donations

2010-05-16 Thread AlanBCohen
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.
- 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 -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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Using Tiddlywiki to track membership, dues or donations

2010-05-16 Thread Gingerman
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 alanbco...@gmail.com 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 -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 tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to 
 tiddlywiki+unsubscr...@googlegroups.com.
 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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] This is a simple (minded) problem

2010-05-16 Thread Gingerman
In Tiddlyspot, when I open the dashboard, it asks for my user name and
password.

I assume this is the name I put at the bottom of the getting started
screen, in camel form, and the password I assigned at the top of this
screen.

When I enter this, a new sign in window comes up asking for the same
information.

Can anyone tell me how to sign in to the Tiddlyspot dashboard?

SteveB

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



[tw] Re: This is a simple (minded) problem

2010-05-16 Thread Mike
I might be wrong but try your site name as user, and your site
password for password. . .

Mike

On May 16, 6:31 pm, Gingerman sbrett...@gmail.com wrote:
 In Tiddlyspot, when I open the dashboard, it asks for my user name and
 password.

 I assume this is the name I put at the bottom of the getting started
 screen, in camel form, and the password I assigned at the top of this
 screen.

 When I enter this, a new sign in window comes up asking for the same
 information.

 Can anyone tell me how to sign in to the Tiddlyspot dashboard?

 SteveB

 --
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to 
 tiddlywiki+unsubscr...@googlegroups.com.
 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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Making tiddlers that aren't visible in the timeline?

2010-05-16 Thread leeand00
Is there any way of tagging a tiddler so that it doesn't show up in
the timeline?  I want to be able to have sub-content tiddlers not show
up in the timeline.

Thank you,
Andrew J. Leer

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



[tw] Re: Making tiddlers that aren't visible in the timeline?

2010-05-16 Thread Mike
tag as: excludeLists

ref: http://tiddlywiki.org/wiki/ExcludeLists

Mike

On May 16, 10:03 pm, leeand00 leean...@gmail.com wrote:
 Is there any way of tagging a tiddler so that it doesn't show up in
 the timeline?  I want to be able to have sub-content tiddlers not show
 up in the timeline.

 Thank you,
     Andrew J. Leer

 --
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@googlegroups.com.
 To unsubscribe from this group, send email to 
 tiddlywiki+unsubscr...@googlegroups.com.
 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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.