I was on Drupal 6 and had posibility of adding week notes on each week.

Whent to Drupal 7 so I could use the formlet module to manage my booking. But now i can not find where to put the week notes, my client want's to add a fee per week.

Is this not working in 7.x-3.2 ? or Im missing something? been 3 days looking for answer but didn't fin anithing. That's why I'm posting.

Thank's for this great module.

D

Comments

fietserwin’s picture

Component: Documentation » Code
Category: support » feature
Priority: Major » Normal
Status: Active » Postponed

It has not yet been implemented in the 7.x-3.x version. I'm sorry it took you so long to find out. It is indeed not posted on the project page, you will only find a note about it in the "README when coming from Availability Calendars.txt" file in the project directory.

Perhaps the feature to define your own list of availability states can help you as it allows to define seasonality, see e.g. the demo site. But this more or less assumes a small set of different prices only.

The reason that it has not yet been implemented is multifold:
- UI. I'm not sure how to add it to the current update mechanism. Ideas are welcome. (I'm thinking of a text field that will unfold/increase in size the moment it gets focus and that is placed in the header column before each week)
- Storage. Currently it is stored using a week number within a month. But given that you can have different first day of the week per display formatter and edit widget, this will probably give rise to some strange edge cases. I think that it should be stored using the week numbers as now can be displayed.

Changing priority to normal, this is the first request since its release, and usage of 7.x-3.x is far higher than 7.x-2.x. Related issue: #1083800: Notes per Day.

diseño web palma de Mallorca’s picture

yes It's not a bad Idea using availability states. I didn't think about that !!

mmm I know it's not the matter of this post, but how did you put tabs for each node, situation, description and Price & Reservations Tabs !! that's great !!

Thank's in advance.

fietserwin’s picture

Horizontal tabs are implemented by the field group module.

diseño web palma de Mallorca’s picture

UI. I'm not sure how to add it to the current update mechanism. Ideas are welcome. (I'm thinking of a text field that will unfold/increase in size the moment it gets focus and that is placed in the header column before each week)

Maybe make a Block where to show prices depending on the week number, but the way there where displayed in 6.x versión war pretty good.

Thank's

fietserwin’s picture

Version: 7.x-3.2 » 7.x-4.x-dev
1websitedesigner’s picture

Hello, quick message to see if there's any update on this issue? We've just upgraded a site from D6 to D7 and this functionality was very handy.

fietserwin’s picture

Issue summary: View changes
Status: Postponed » Closed (duplicate)

Let's close this as a duplicate of #1083800: Notes per Day where you will find much more ideas and attempts to get it specified. If you can start with anything I assure you that I will aid in getting it committed, but don't expect me to do the development for now.