search for: holidays

Displaying 20 results from an estimated 1576 matches for "holidays".

Did you mean: holiday
2006 Mar 08
3
getting holiday dates?
Hi, i''m writing a timesheet application in which i need to know when the holidays are, (bank holidays, etc) Is there a very clever way of getting this info that wouldnt require me to manually add it to my database?? Thanks Chris -- Posted via http://www.ruby-forum.com/.
2006 Jun 13
1
How to give conditions in rails
...> <center><b> <%= link_to ''Add holiday'', :action => ''holiday_edit'' %> </center></b> </td> </tr> </table> <br> <br> <p> <h1 align="center"><i>List of Holidays</i></h1> </p> <br> <% if @holidays.length > 0 %> <% d=select_year(2006,:prefix => "year",:discard_type => true) %> <p align="right"><%=d%><%= submit_tag("Ok", :id => ''form-submit-button...
2011 Aug 01
1
Identifying US holidays
Hello! I am trying to identify which ones of a vector of dates are US holidays. And, ideally, which is which. And I do not know (a-priori) which dates those should be. I have, for example: x<-seq(as.Date("2011-01-01"),as.Date("2011-12-31"),by="day") (x) I think chron should help me here - but maybe I am not using it properly: library(chron)...
2006 Feb 16
1
Help with validation
I am trying to write some simple code post a form, update the database and do some validation. I have 2 problems: 1) The validation fails but I can''t get hold of the error message 2) I can''t get the form to redisplay the previously entered data for the user to correct. I have 2 controllers: user and holiday. A user can request a new holiday by filling in a form. I have a
2008 Dec 23
6
Dailplan code for holiday detection?
This has been on my ToDo list far too long. I have a small call-center setup, with basic time of day/day of week validation before putting callers in the queues. With the holidays upon us, I need to add check to see if 'today' is a holiday so I do not put callers in unmanned queues. Due to how the agents work, I have to allow joinwhenempty. Does anyone have a snippet of dialplan code, perhaps using Astdb, to check it 'today' is a listed holiday? Thanks, Da...
2008 Nov 19
2
Exclude holidays in a subset of dates?
...startDate <- as.Date("2008-08-15") endDate <- as.Date("2008-09-15") AllDays <- seq(startDate, endDate, by="day") WorkDays <- ifelse(as.numeric(format(startDate+days-1, "%w"))%%6==0, FALSE, TRUE) But I'm a bit lost as to what to do for the holidays, for example "2008-09-01" is Labor Day in the above range. Is there some procedure to say if an object is "in" a given list or set? Mathematically, I would want to test: day \in Holidays where day is a given day, and Holidays is a set of all Holidays. Is there a way to do th...
2007 Dec 11
0
holidayNYSE missing some
...ig-finance@stat.math.ethz.ch > Sent: Friday, December 7, 2007 9:26:29 PM > Subject: Re: holidayNYSE missing some > > > John Putz wrote: > > The correct behavior is to shift the holiday to Friday (from Sat) or > to Monday (from Sun). I'm not actually using this for NYSE holidays > but for power industry holidays and made a version to handle those > changes as well as some other idiosyncracies. Thanks for the > suggestion though. > > > > Message: 5 > > Date: Thu, 6 Sep 2007 16:51:49 -0400 > > From: "Charles Naylor" <Charles....
2003 May 23
1
Holiday Scheduling
I want to edit my dialplan to change messages depending on whether or not it is a holiday. I have found only one example of this, but the syntax is not explained. The example is: include=>holiday||||1|jan| I know that this would use the holiday context on the first of January, but why are there 4 pipes before 1 What is the exact syntax of this? Let's say that I want to use the holiday
2009 Apr 10
1
ActiveRecord question
Hello there, newbie speaking Let''s say I have: class Office has_many :holidays #(just a list of dates when the office is closed) has_many :doctors #doctors who work in the office end class Doctor belongs_to :office has_many :holidays #(additional dates when this doctor is not available) end class Holiday (has a office_id, doctor_id and a date field) end From the app st...
2011 Mar 22
2
Play different voice-mail messages based on certain conditions
...example, I want during office hours to play (in short): "we are not available to take your call, please leave a message", during off-hours and weekends I would play: "we are closed, our opening hours xx:xx-yy:yy, please leave a message or send a fax or send an email" and during holidays I would play: "we are closed due to holiday, please leave a message, fax, blab la" etc. I've tried to configure context for each case and set the directoryintro in each such context however the Asterisk was always looking for vm-intro and it was always looking for it in /var/lib/aster...
2009 Dec 31
3
Dialplans & Holiday Dates
I have a working dialplan for our phone system with Mon-Fri, business hours identification, etc. But what I'm lacking right now is support for company holiday dates. What I'd like to do is to create a database of these dates and just update them as new years rollover. I suspect others have done this sort of thing with Asterisk before, but I've not found any resources so far.
2007 May 02
1
Daemontools and holidays macro
...oliday or not and jump to different dialplan places accordingly. They are here: daemontools scripts: http://www.bisente.com/blog/2007/04/27/spanish-asterisk-y-daemontools-spanishenglish-asterisk-and-daemontools-english/?lan=english is-holiday macro: http://www.bisente.com/blog/2007/04/30/asterisk-holidays/?lan=english Hope you find them useful. Any feedback or improvements will be appreciated. :) Regards, -- Vicente Aguilar <bisente@bisente.com>
2011 Dec 23
1
Happy Holidays
Myself and most people at Red Hat are on holiday for the whole of next week, back on the 3rd of January. libguestfs 1.15.14 is being pushed out to the usual place. Happy holiday, see you in January. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net
2013 Dec 24
5
Have a great Holiday season
hi, Here is wishing everyone in the CentOS community a great holiday season, awesome new year and a great 2014. May 2014 bring friendlier + larger communities, stabler distros and a general reduction in systems frustrations for the users! regards from and to everyone, - KB -- Karanbir Singh +44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh GnuPG Key :
2009 Dec 08
0
Holiday Gift Perl Script for US Holiday Dummy Regressors
...his may be important for # extra processing and what not. # # You may need to set yout TZ environment variable if the script cannot # determine your time zone from the system (e.g. SET TZ=CST ) ###### use Getopt::Long; use Date::Manip; use Spreadsheet::WriteExcel; use Calendar::Functions; use Date::Holidays::USFederal; use Set::Array; use POSIX qw/strftime/; use Time::Local; my @regressors = (); #my $holidays = Date::Holidays->new(countrycode => 'us'); $result = GetOptions ("start|s=s" => \$start, "end|e=s" => \$end, "scope|c=s" => \$scope,...
2014 Dec 25
3
Merry Christmas/Happy Holidays !
To all who have holidays this time of year :-). And may all our Samba-related wishes come true in 2015 :-). Cheers, Jeremy.
2003 Dec 24
0
OT: FWD Holiday Promotion: Free Calling to 8 Countries
I know this is OT for this list, but I havnt seen it mentioned here and in the spirit of 'open source' I thought this would be interesting for readers here: ----- Original Message ----- From: "Jeff Pulver" <jeff@pulver.com> Sent: Tuesday, December 23, 2003 11:28 PM Subject: [FWD] FWD Holiday Promotion: Free Calling to 8 Countries > Hi There, > > In the spirit of
2018 Mar 13
2
Bank holidays read from file?
Hi. in my home office i operate my asterisk and have an IVR that has the business hours 9-5 and everytime i edit it to load the bank holidays (New Years eve, christmas, easter, whatever else). I would like to be able to load in the Asterisk's DB or in a file for all the year or years the planned holidays. Then it will be read from that file to operate accordingly. Is there a hint on how to run something like that? I am running asteri...
2005 Aug 27
2
gotoiftime
Does anyone know if gotoiftime can take any subset of 7 days for the days of the week or only a contiguous range? I want to use gotoiftime to change dialplan behavior on Monday, wedneday and Friday -- Executing GotoIfTime("Zap/8-1", "09:00-20:00|MON WED FRI|?21") in new stack Aug 27 19:27:25 WARNING[2676]: pbx.c:3729 get_dow: Invalid day 'MON WED FRI',
2008 Nov 06
0
Holiday Gift Ideas
Hello, With the upcoming holidays I know that most of you are probably stressing out, with the what to gets and where to get the deals its hard to get all of yourself straight. But dont worry I am going to give you some great sites to get some great gifts. The first site is personalwine.com which is a site where you can personalize...