Menu

#351 Repeat daily not working

Future_Requests
open
nobody
1
2017-01-12
2016-03-22
Anonymous
No

HI!

Greetings!!!

Repeat booking not working.i tried latest version also had same problem. using wamp server for instalation.
Kindly do needfull

Regards,
Praveen

Discussion

  • Campbell Morrison

    Can you post a screenshot of the repeat section of the form please?

     
  • Anonymous

    Anonymous - 2017-01-10

    Hello,

    Repat Bookng doesn't work for me, too. I tried daily and weekly.

    Buchungssystem: MRBS 1.5.0
    Datenbank: MySQL 5.6.34-79.1-log
    System: Linux wp063 4.4.36-1-xenu-static-he+1+ #1 SMP Thu Dec 8 14:51:02 CET 2016 x86_64
    Serverzeit: Di 10 Jan 2017 10:09:41 GMT
    PHP: 5.6.29-he.0

    Here a Screenshot

    config.inc.php

    <?php
    
    $timezone = "Europe/London";
    $dbsys = "mysqli";
    $db_host = "localhost";
    $db_database = "db11234023-mrbs";
    $db_login = "XXXXX";
    $db_password = 'XXXXX';
    $db_tbl_prefix = "mrbs_";
    
    $auth["type"] = "config";
    $auth["session_cookie"]["secret"] = "XXXXXXXXXXXXXXXXXXXXXx";
    unset($auth["admin"]);
    $auth["admin"][] = "administrator";
    unset($auth["user"]);     
    $auth["user"]["administrator"] = "XXXXXXXXXXXXXXXXXXXXXX";
    $auth["user"]["Lehrer"] = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
    
    $mrbs_admin = "Dein Administrator";
    $mrbs_admin_email = "XXXXXXXXXXXXXXXXX";
    $mrbs_company = "Einhard-Gymnasium Aachen";   
    
    $weekstarts = 1;
    $hidden_days = array(0,6);
    $year_range['back'] = 0;
    $year_range['ahead'] = 1;
    $simple_trailer = TRUE;
    
    unset($periods);
    $periods[] = "1. Stunde";
    $periods[] = "2. Stunde";
    $periods[] = "3. Stunde";
    $periods[] = "4. Stunde";
    $periods[] = "5. Stunde";
    $periods[] = "6. Stunde";
    $periods[] = "7. Stunde";
    $periods[] = "8. Stunde";
    $periods[] = "9. Stunde";
    $periods[] = "10. Stunde";
    $periods[] = "11. Stunde";
    $periods[] = "12. Stunde";
    
    $enable_periods = TRUE; 
    
    $default_view = "day";
    
    $auth['only_admin_can_book_repeat'] = TRUE;
    $auth['only_admin_can_book_multiday'] = FALSE;
    $auth['only_admin_can_select_multiroom'] = FALSE;
    $auth['deny_public_access'] = TRUE;
    $auth['show_bulk_delete'] = TRUE;
    
    unset($booking_types);
    $booking_types[] = "A";
    $vocab_override['de']['type.A'] = "Lehrer";
    
    $booking_types[] = "B";
    $vocab_override['de']['type.B'] = "Verwaltung";
    $default_type = "type.A";
    
    $vocab_override['de']['sum_by_descrip'] = "Lehrerk&uuml;rzel (Pflicht)";
    $vocab_override['de']['namebooker'] = "Lehrerk&uuml;rzel (Pflicht)";
    $vocab_override['de']['areas'] = "Kategorien";
    $vocab_override['de']['area'] = "kategorie";
    $vocab_override['de']['rooms'] = "Ressourcen";
    $vocab_override['de']['room'] = "Ressource";
    $vocab_override['de']['type']= "Termintyp";
    $vocab_override['de']['fulldescription'] = "optionale Kurzinfos (z.B. Projektname)";
    $vocab_override['de']['mrbs'] = "Buchungssystem";    
    
    $disable_automatic_language_changing = 0;
    $default_language_tokens = "de";
    
    $reminders_enabled = FALSE;
    $confirmation_enabled = FALSE;
    

    Reagrds
    Wolfgang

     

    Last edit: Anonymous 2017-01-10
  • Campbell Morrison

    Are you remembering to set the repeat end date?

     
  • Anonymous

    Anonymous - 2017-01-11

    I tried both. First U just set the number of recurring weeks.But this didn't work. Then also set the end date behind the last date I wanted to book. But this didn't work either.
    Wolfgang

     

    Last edit: Anonymous 2017-01-11
  • Campbell Morrison

    The problem may be a misunderstanding about what the "number of recurring weeks" field does. It dettermines the frequency of repeat, not the number of repeats. For example if you set it to 2 then the booking will be made every other (every second week). The German translation has now been changed from "Anzahl Wochen" to "Wiederhole alle".

     
  • Anonymous

    Anonymous - 2017-01-12

    That's it. Great! I tought, that I have the coice of setting the number of weeks or an enddate of the repeating dates.

    Thank you

     
MongoDB Logo MongoDB