Displaying 20 results from an estimated 4000 matches similar to: "looking for a way to do appointment reminders"
2009 Nov 01
1
please help - complicated polymorphic association
I am trying to build a shared-appointment system, where users can
subscribe to appointments and be updated whenever changes are made to
them. I have three objects in this system, appointments, users, and
subscribers. Subscribers are a polymorphic object like so:
class Subscriber < ActiveRecord::Base
belongs_to :user
belongs_to :subscribable, :polymorphic => true
end
The tricky part is
2006 Mar 29
3
Redirect Post for Hiding ID?
I have a situation where I want to show the user details about an
appointment they entered. They enter their name, phone number(s) and
other private data in a form. I save that data in the controller with
a POST from a "confirmation" page.
I could simply show the params when that page is rendered (the save
one), but if they use the browser refresh it''ll save the data again.
2010 Jul 15
3
Good script to make appointment?
Hello
I'd like to write a script that would make it easier for people to
call in, listen to the IVR, and make an appointment (eg. "When? ASAP?
A given day?" -> "Morning? Afternon", etc.)
I assume I'm not the first one to try and write this type of IVR, so
would appreciate any feedback on writing this.
Thank you.
2008 Sep 06
6
Active record question
I''m not quite sure how to get at this data using Actrive record.. I''m trying to get all the appointments made for a particular project. I''m using four models, Projects, Tasks, Resources and Appointments.
The SQL gets me what I''m looking for but how do I do it using Active Record?
Select a.* from appointments a
join resources r on r.id = a.resource_id
join
2007 Oct 07
22
Differences in execution between console and app
class AppointmentBook < ActiveRecord::Base
has_many :appointments
def lookup(date, look_ahead = 27)
return nil unless block_given?
(date..date + look_ahead).each do |date|
yield(date, appointments.find_all_by_date(date))
end
end
end
The line with yield is throwing the error:
undefined method ''each'' for #<Date: 4908761/2,0,2299161>
A YAML
2008 Oct 28
3
Dose Profile
Hi Everyone,
I have data in a long format e.g. there is one row per patient but each
follow-up appointment is included in the row. So, a snippet of the data
looks like this:
TrialNo Drug Sex Rand Adate1 Date1 Dose1 Time1 Adate2 Date2 Dose2
Time2 B1001029 LTG M 15719 30/04/2003 15825 150 106 29/08/2003 15946 200
227 B1117003 LTG M 15734 30/04/2003 15825 200 91 03/09/2003 15951 250 217
2006 Oct 25
2
Nerdvittle's Reminders and Zaptel
I am attempting to implement Nerdvittle's Call Reminders on my *
1.2.12.1 PBX. It has 8 Zaptel trunks provided by 2 Digium TDM400P
cards.
If I use the call reminders internally, it works flawlessly. The
problem happens when I set the call-back number to an external number so
that the call goes out the Zaptel trunk. The reminder message starts
playing before the person being called picks up
2011 Dec 10
1
ActiveRecord time and datetime
Hi,
Suppose I have a model class which has a time field:
class CreateAppointments < ActiveRecord::Migration
def change
create_table :appointments do |t|
t.string :name
t.datetime :startTime
t.datetime :endTime
t.string :description
t.timestamps
end
end
end
When I test drive it in rails console, I can input any value int he
startTime and endTime such
2012 Oct 23
10
How to pick colums from a ragged array?
I have a large dataset (~1 million rows) of three variables: ID (patient's name), DATE (of appointment) and DIAGNOSIS (given on that date).
Patients may have been assigned more than one diagnosis at any one appointment - leading to two rows, same ID and DATE but different DIAGNOSIS.
The diagnoses may change between appointments.
I want to subset the data in two ways:
- define groups
2005 Oct 19
4
ER strikes back
Hi Railers,
A long, long, time ago, i made a Framework/CMS in php.
There were two core models: Content and Content_type.
Content_type was only a list of content types (as expected): new, article, etc.
Content_type was not mandatory, but it allowed later to "deactivate"
types of contents, for example.
So then Content stored the common attributes/properties between the
different content
2008 Sep 02
5
Appending a record to a table
Hi
I''m not too sure how best to explain this but here goes!
I am trying to write an appointment system. I have, through example,
just about got the dynamics correct. Even tried to play with some
table joins (and excuse me if I''ve used the incorrect terminlogy). But
no matter what I try I can''t seem to get the following code to work.
I have a cart filled with Treatment
2007 Aug 04
2
Pre-recorded first and last names audio database
Hi!
My application needs to look up (by spelling) the first and last names of a
person and then insert the corresponding pre-recorded audio file to
personalize the message. E.g. "Hi, John Brown. Your book is due back at the
library." So I need "John" and "Brown" in audio files along with LOTS of
other names -
Do such databases of sound files already exist or do I
2007 Aug 14
12
ruby on rails web calendar
Does anyone know of a good web calendar that you can use to display
appointments, dates, anniversaries, birthdays, recurring appointments,
appointments spanning multiple days?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2010 Nov 09
1
How to fill other fields with RecordSelect
Hello everyone,
I am using RecordSelect (http://code.google.com/p/recordselect/) to
associate a user to a appointment. The auto-complete have already
worked and when I save the appointment the user is associated.
But I wold like to get others user''s attributes to show in form when
he is selected, link phones and e-mail. So when a user is selected the
hidden field id and text fields
2004 May 04
1
How does Norvergence do it ?
So a guy shows up at the the office, after making an
appointment with the office manager / receptionist to talk
'phone systems'.
After her eyes glaze over, with him talking T1 and
Frame-Relay I get to see him. He's from Norvergence. Well
dressed. Tells me they can do a T1 for $79, with unlimited
local & long distance for free. It also does 'internet'.
'Just give me
2009 Nov 15
1
Presentation of data in Graphical format
Hello
My data contains following columns:
1st column: Posts (GM, Secretary, AM, Office Boy)
2nd Column: Dept (Finance, HR, ...)
3rd column: Tasks (Open the door, Fix an appointment, Fill the register,
etc.....) depending on the post
4th column: Average Time required to do the task
So the sample data would look like
Posts Dept Task Average
2009 Nov 18
1
Need help for graphical representation
Hello
I am unable to find a graph for my data, My data contains following columns:
1st column: Posts (GM, Secretary, AM, Office Boy)
2nd Column: Dept (Finance, HR, ...)
3rd column: Tasks (Open the door, Fix an appointment, Fill the register,
etc.....) depending on the post
4th column: Average Time required to do the task
So the sample data would look like
Posts Dept
2017 Feb 06
2
Call List Campaign to an IVR
> We once developed a reminder system for a customer. He's a cleaning
> company, cleaning homes and offices. He was spending two hours a day calling
> his customers to remind them of their appointment the next day. Two hours a
> day equates to 40 hours a month that he saved with that system. He's been
> using it for maybe 6-7 years now and not once was a customer upset
2006 Jul 19
3
Rails & Mongrel & Lighttpd > NameError in Production
hallo there,
i got a problem with switching from development- to production-mode in
my rails project. in development everything is working fine, but in
production i keep on getting a NameError...
[quote]
NameError in Appointments/admin/appointment categoryController#list
uninitialized constant Appointments::Admin::AppointmentCategory
2018 Jul 25
1
Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?
> [...] People want their phone to
> remind them of their appointments [...]
It's a generalization. Not valid for all people.
Maybe SOME people want their phone to remind them of their appointsments.
My appointments are synchronized from owncloud to Thunderbird and to
many (LineageOS-based) smartphones and tablets and >>I<< do NOT want to
be reminded on the smartphones