Posted by skimmerboi on March 17, 2009 at 12:06am
Hi all,
Good day!!
I'm planning to develop a tool for school's office, lets say an enrollment system.. just a simple structure anyway where you keep records of students (using CCK+views), view records, and generate payments per quarter, and generate reports. also sorting them by level with taxonomy.. what confuses me is i want a student node (permanent one) in which it has a separate payment node which keeps updating the balance of payment in every quarter and also keeping the history of the transaction.. is there a module for it? any suggestions can help a lot... thanks so much..
Von
Skimmerboi

Comments
CivicCRM
Have you had a look at the CivicCRM module (http://drupal.org/project/civicrm)?
The only difficult step here
The only difficult step here with the enrollment I see is the actual creation of the users. I'm working on a module which creates a User relationship between the person who is creating the users (Ie. a teacher creates a classroom of students, and each student is given a user in Drupal, or an administrator creates a similar relationship on behalf of a teacher). Class lists are generated using Views, but the management lists are generated using SQL + theming instead.
It is for a somewhat specialized situation but the idea might be useful for you.
Dave
@geekglue @dwees thanks for
@geekglue @dwees thanks for the replies.. ill just keep browsing on Drupal's module list..
Employees Daily Time Tracking Module
Hi all....
I am new to Drupal and I have assigned work to develop a module which can track the times of employees in an organization.The module which has daily entry of time-in and time-out of each employee.If someone want see a particular employees 1 week or 2 weeks or 1 month time sheet and it should display according to the request made by the admin or authorised user. Anyone one can suggest me to workout this and it will be helpful some one can provide some material also it will more helpful to me...
best regards,
Ronin
You could set it up in lots
You could set it up in lots of ways but i would go for:
each employee is a drupal user
make a content type with a date field with from > to datetimes
so each block of time is 1 node (created by the user account of the employee)
(you could use the calendar module to view this data)
you can create Views to list out the data, so the filter would be the node content type, arguments would be user id, then maybe year/month/day
ie
site.com/timesheets/uid/year/month/day
that way you can select all times for 1 user like this
site.com/timesheets/1
or all users on 1 day like this
site.com/timesheets/all/2009/10/23
or all users this month
site.com/timesheets/all/2009/10
and so on...
Drupal Developer : Brighton UK
Hi sphism, Thanks for ur kind
Hi sphism,
Thanks for ur kind information regarding my query.I tried to coded this employee timesheet in php but i am not able to generate correctly weekly monthly timesheets. It will be helpful if u can send some code ifit is available with u.that will will be great help to me.
Thank you,
Best regards,
ronin