Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Specified date falls on a non-working day (Project Management)

  1. #1
    jaspal.loyal is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    23

    Default Specified date falls on a non-working day (Project Management)

    Hello all

    Could any point out where you would stipulate working hours for users.

    When I try to allocate time to work on a Saturday I get a message saying "Specified date falls on a non-working day".

    Any insight is more than welcome.

  2. #2
    jaspal.loyal is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    23

    Default Re: Specified date falls on a non-working day (Project Management)

    Can any one provide any insight into this please?

  3. #3
    jaspal.loyal is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    23

    Default Re: Specified date falls on a non-working day (Project Management)

    I am sure this is very important????

  4. #4
    julian's Avatar
    julian is offline Sugar Team Member
    Join Date
    Sep 2004
    Posts
    1,639

    Default Re: Specified date falls on a non-working day (Project Management)

    Hello jaspal.loyal,

    I'm moving this thread to the Help forum, where you should get some more (relevant) answers.
    Julian Ostrow
    Systems and Applications Engineer
    SugarCRM Inc.

  5. #5
    jaspal.loyal is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    23

    Default Re: Specified date falls on a non-working day (Project Management)

    Quote Originally Posted by julian
    Hello jaspal.loyal,

    I'm moving this thread to the Help forum, where you should get some more (relevant) answers.
    Thank you

    Hopeful someone has an answer out there?

  6. #6
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Specified date falls on a non-working day (Project Management)

    What steps are you taking to get this error? I can't seem to make it happen even though I see the language for the error in the language file.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  7. #7
    jaspal.loyal is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    23

    Default Re: Specified date falls on a non-working day (Project Management)

    When you select your start date or end date, just select a Saturday or Sunday. You will then get the error message.

  8. #8
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Specified date falls on a non-working day (Project Management)

    I got it. Dont know why it didnt happen the first time I tried that.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  9. #9
    jaspal.loyal is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    23

    Default Re: Specified date falls on a non-working day (Project Management)

    Quote Originally Posted by kbrill
    I got it. Dont know why it didnt happen the first time I tried that.

    Ok. now you can see the situation i am in, just need direction to where the code is regarding the pop up

  10. #10
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Specified date falls on a non-working day (Project Management)

    That code in in modules/projects/grid.js

    it starts at line 2167

    just comment out or remove the lines that look like this

    if (dateObj.getDay() == 0 || dateObj.getDay() == 6) {
    alert(SUGAR.language.get('Project', 'ERR_DATE'));
    widget.value = "";
    setTimeout("document.getElementById('" + widgetId + "').focus();",1);
    setTimeout("document.getElementById('" + widgetId + "').select();",1);
    return false;
    }
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Project Task due date requirement
    By dschaefer in forum Feature Requests
    Replies: 0
    Last Post: 2006-02-03, 07:08 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •