Welcome, Guest. Please login or register.
March 20, 2010, 05:18:57 PM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem Website Baker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite .
110541 Posts in 15964 Topics by 9310 Members
Latest Member: starnetwork
* Home Help Search Login Register
+  WebsiteBaker Community Forum
|-+  English
| |-+  Modules (Moderators: Argos, BerndJM)
| | |-+  Bookings module - current version 2.22 (see page 13)
Pages: 1 [2] 3 4 ... 13 Go Down Print
Author Topic: Bookings module - current version 2.22 (see page 13)  (Read 26075 times)
terrajohn

Offline Offline

Posts: 42


« Reply #25 on: August 13, 2008, 03:43:01 PM »

thanks for adding the option...
Logged
WebBird

Offline Offline

Posts: 1712



WWW
« Reply #26 on: August 13, 2008, 04:28:09 PM »

Hopefully this is what you wanted.  grin
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
erpe

Offline Offline

Posts: 1738



WWW
« Reply #27 on: August 13, 2008, 04:39:38 PM »

Will you upload the corrected modul in a new post?
Logged

WebBird

Offline Offline

Posts: 1712



WWW
« Reply #28 on: August 13, 2008, 05:00:20 PM »

You can use the same download link shown above


http://www.webing.de/webbird/cgi-bin/dtrack/dtrack.cgi?rc=real&file=bookings_v1.10.zip

Edit:
BTW: Thanks for testing!  grin

Permalink:

http://www.webing.de/webbird/cgi-bin/dtrack/dtrack.cgi?rc=real&file=Bookings%20Module%20for%20Websitebaker%202.70
« Last Edit: August 13, 2008, 05:08:24 PM by WebBird » Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
erpe

Offline Offline

Posts: 1738



WWW
« Reply #29 on: August 13, 2008, 06:15:34 PM »

I'm so sorry, but after having installed (no errors) and created an new page (no errrors) I wanted to add a new booking an the following error appears at the top of the adminpage:
Quote
Warning: Wrong parameter count for setlocale() in /users/rvb/www/modules/bookings/modify_bookings.php on line 18

and the added bookings are wrong (shown date) in the backend (and double?)

and: how must I handle the new features concerning the day booking?

Thanks for your work

rgds

erpe
« Last Edit: August 13, 2008, 06:18:08 PM by erpe » Logged

WebBird

Offline Offline

Posts: 1712



WWW
« Reply #30 on: August 13, 2008, 06:37:38 PM »

I'm so sorry...

I am happy that you test this, so don't apologize. Wink

...but after having installed (no errors) and created an new page (no errrors) I wanted to add a new booking an the following error appears at the top of the adminpage:
Quote
Warning: Wrong parameter count for setlocale() in /users/rvb/www/modules/bookings/modify_bookings.php on line 18

Woops, I added a

setlocale(LANGUAGE)

to an too early stage.

and the added bookings are wrong (shown date) in the backend (and double?)

I think this is an aftereffect.

and: how must I handle the new features concerning the day booking?

Uhm, just set your preferences under [Options]. If a time is set for an event, the day is linked automatically. The day view depends on your settings (list or sheet). If you leave out the time (only set a date), nothing is linked. Is that your question?


Edit: I've uploaded the corrected ZIP. You don't have to download it again; just open modify_bookings.php and do the following:

Code:

setlocale( LANGUAGE ); // ----- cut this out here -----

require('../../config.php');

// Include WB admin wrapper script
require(WB_PATH.'/modules/admin.php');

// Load Language file
if(LANGUAGE_LOADED) {
      if(!file_exists(WB_PATH.'/modules/bookings/languages/'.LANGUAGE.'.php')) {
            require_once(WB_PATH.'/modules/bookings/languages/EN.php');
      } else {
            require_once(WB_PATH.'/modules/bookings/languages/'.LANGUAGE.'.php');
      }
}
// ----- insert here -----
setlocale( LANGUAGE );
« Last Edit: August 14, 2008, 10:59:33 AM by WebBird » Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
erpe

Offline Offline

Posts: 1738



WWW
« Reply #31 on: August 14, 2008, 01:04:28 PM »

Hi

downloaded the module aggain.
No errors during installation and creating new page.

Very nice module now.

Thanks a lot.

rgds

erpe
Logged

WebBird

Offline Offline

Posts: 1712



WWW
« Reply #32 on: August 14, 2008, 01:27:31 PM »

You're welcome.  grin Thank you for your patience.
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
WebBird

Offline Offline

Posts: 1712



WWW
« Reply #33 on: August 19, 2008, 10:23:10 AM »

I'd like to see pages working with this module. grin Maybe you'd like to share the links here.

For a description in German see here: http://www.webing.de/webbird/index.php?n=Projekte.Websitebaker

If you'd like to see your page linked there, please let me know. Just a little advertising for both sides. Wink
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
StefanRSA

Offline Offline

Posts: 89


Just Me... Baking...


WWW
« Reply #34 on: August 29, 2008, 09:48:21 AM »

Hi WebBird...

Has anybody thought about adding a online payment section to this module?

I am new to PhP and don't realy know how to do it myself. (Will try my best doing it myself but was thinking it would be faster to ask the PRO's like yourself.....)

I am thinking about a deposit payment. This should be a payment thru PayPal or Paygate and should be a customised amount....

Hope I make sense.....

Thanks Stefan rolleyes

Logged

How can the sky be the limit? There is much more behind the sky!!!
WebBird

Offline Offline

Posts: 1712



WWW
« Reply #35 on: August 29, 2008, 01:44:56 PM »

Has anybody thought about adding a online payment section to this module?

No, I never thought about this. Wink Maybe you can combine this with any existing payment modules. (As you could combine it with the Feedback module, like I did on müritzklink.de) But I don't really know if there are modules like that...
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
StefanRSA

Offline Offline

Posts: 89


Just Me... Baking...


WWW
« Reply #36 on: August 29, 2008, 02:11:02 PM »

I have looked at the GoCart and Bakery systems. They have the paypal system in place.
I Like what is happening in the Bakery system regarding Invoicing and so on...
The only  problem is that I need the price to be editable...

I will continue this message in the Bakery Forum.... Am sure we can combine this function!
Imagine... Somebody book the apartment for a week and confirm booking by a deposit paid!
Logged

How can the sky be the limit? There is much more behind the sky!!!
WebBird

Offline Offline

Posts: 1712



WWW
« Reply #37 on: August 29, 2008, 02:20:31 PM »

Would be nice to have an independent payment module to combine with any other module. Smiley
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
ronald32

Offline Offline

Posts: 17



WWW
« Reply #38 on: August 30, 2008, 10:36:49 PM »

Hello,

Nice Module.
I was looking for it a long time.
But: there 1 problem.  I want to make a booking for the 5 of sept. 2008. This familiy will stay one week. The day of depature is 12 september. The next family will arrive at 12 september en leave 19 september.
The day of depature of family 1 is the arrival day of familie 2
Now it is impossible to make a correct booking, 12 september cause an error (The date overlaps an existing entry! )
On the calender should in this case 5 and 19 sept. shown as "partly available" (an other color per example orange) instead of "no vacancy".

Is it possible to make this "options"

Ronald Dijkstra

www.duinenzee.nl
Logged
WebBird

Offline Offline

Posts: 1712



WWW
« Reply #39 on: August 31, 2008, 12:00:31 PM »

Have you tried to use a time? (Example: Sept. 5, 12.00 to Sept. 12, 12.00 + Sept. 12, 13.00 to ...whatever...)
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
ronald32

Offline Offline

Posts: 17



WWW
« Reply #40 on: August 31, 2008, 12:14:02 PM »

Your right... I didn't see it ...
But I got still the problem that people who want to make a booking will see 5 and 19 september as occupied instead of partly available...

At this moment I use Frontpage for a bookingscalender:
http://www.duinenzee.nl/2008.htm

using three colors:
red: no vacancy   
green: vacancy   
orange: partly available
blue: option

Ronald
Logged
WebBird

Offline Offline

Posts: 1712



WWW
« Reply #41 on: August 31, 2008, 12:28:20 PM »

On the calender should in this case 5 and 19 sept. shown as "partly available" (an other color per example orange) instead of "no vacancy".

I added this option to the brand new version 1.11. Smiley

http://www.webing.de/webbird/cgi-bin/dtrack/dtrack.cgi?rc=real&file=Bookings%20Module%20for%20Websitebaker%202.70

Hopefully this is what you wanted.
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
ronald32

Offline Offline

Posts: 17



WWW
« Reply #42 on: August 31, 2008, 03:28:43 PM »

Yess it works!
But in need to make three entries, it should be possible with only one entry:
10/05/08 15:00:00 - 10/05/08 23:30:00     
10/06/08 00:00:00 - 10/11/08 00:00:00        
10/12/08 00:00:00 - 10/12/08 10:00:00
Result: http://www.duinenzee.nl/web/pages/test-boekingskalender.php

An other problem (a bug?) : a make a reservation for September en it appears in October...

Ronald
Logged
WebBird

Offline Offline

Posts: 1712



WWW
« Reply #43 on: August 31, 2008, 04:38:30 PM »

But in need to make three entries, it should be possible with only one entry:
10/05/08 15:00:00 - 10/05/08 23:30:00     
10/06/08 00:00:00 - 10/11/08 00:00:00        
10/12/08 00:00:00 - 10/12/08 10:00:00
Result: http://www.duinenzee.nl/web/pages/test-boekingskalender.php

It should be enough to say 10/05/08 15:00:00 - 10/12/08 10:00:00. Did you try this?

An other problem (a bug?) : a make a reservation for September en it appears in October...

Uhm, the dates you added above say 10 (October)?

Edit: I see what you mean. I will correct this issue.
« Last Edit: August 31, 2008, 04:49:31 PM by WebBird » Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
WebBird

Offline Offline

Posts: 1712



WWW
« Reply #44 on: August 31, 2008, 04:53:37 PM »

An other problem (a bug?) : a make a reservation for September en it appears in October...

Yes, it's a bug, introduced with version 1.10. I wonder that no one found this before. Wink
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
WebBird

Offline Offline

Posts: 1712



WWW
« Reply #45 on: August 31, 2008, 04:59:44 PM »

I hopefully corrected both now. Please try again.

http://www.webing.de/webbird/cgi-bin/dtrack/dtrack.cgi?rc=real&file=Bookings%20Module%20for%20Websitebaker%202.70

Just unzip the contents of this archive into your ../modules/bookings directory. (Do not install using WB 'cause I did not alter the version number.)
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
ronald32

Offline Offline

Posts: 17



WWW
« Reply #46 on: August 31, 2008, 07:29:39 PM »

Great, it works! Thanks!!!  smiley

Another Question: when i make an entry a can type a name (Renter (not shown!)). But the name is displayed at the frontend  is the name displayed (mouse over)

Is this on purpose?

Ronald
Logged
WebBird

Offline Offline

Posts: 1712



WWW
« Reply #47 on: August 31, 2008, 08:20:22 PM »

Well, this is by "historical reasons". When I made the first releases, there was no option to add a time, and the renter was not shown. The value was only for the admin as a reminder.

When adding the time option, I decided to use this field for the details page ("Day view") and the "tooltip". So the value is shown now if there's a time given, but isn't without a time setting.

I'm not sure at the moment on how to handle this in future. Suggestions are welcome. Smiley

Edit: Maybe you'd like to add your page as a reference later?
Logged

I wanna go back to find the innocent days that I left behind... I still believe they're holding ground... behind the battle lines... (John Wetton)
erpe

Offline Offline

Posts: 1738



WWW
« Reply #48 on: August 31, 2008, 08:44:26 PM »

Hi WebBird,

really good work, and btw I think the mouse over effect is a good feature.

Thanks

rgds

erpe
Logged

ronald32

Offline Offline

Posts: 17



WWW
« Reply #49 on: September 01, 2008, 04:23:57 PM »



Edit: Maybe you'd like to add your page as a reference later?
[/quote]
Yes, no Problem!


Suggestions:

For Holiday Rentals bookings calender:

- choice renter shown in frontend yes/no (in bakery for own administration)
- choice by making an entry:     a. vacant      b. no vacancy       c. block (partly available will appear automatically)
- using the "date picker" like the one used in the NEWS-module


greetings Ronald



Logged
Pages: 1 [2] 3 4 ... 13 Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!