Menu

#153 Convert rows to columns and extra

closed
nobody
None
7
2012-07-20
2010-04-06
No

I will be using MRBS to booking equipment. I will have only one area and 27 rooms (items) (27 columns). In small screen resolution (1024x768) it is illegible. Is it posible add avability to convert rows to columns (button or better in config).
Extra: I need extra information about room (in my example equipment) that admin could write (append only) for example damages and user could only read it. Information about number of chairs, tables etc. (this can be re-write). This extra informationi I will arrange to my requirements.
Cheers

Discussion

  • Campbell Morrison

    (1) Rows and Columns. This feature is already in 1.4.3. It is controled by a configuration variable $times_along_top
    (2) This feature has recently been put into MRBS. It is not in 1.4.3 but is in the trunk, so if you download the latest version from the trunk you will get it. Just create the extra fields you need in the room table using phpMyAdmin and MRBS will automatically pick them up and alow admins to edit them and others to read them.

    Campbell

     
  • Mariusz Keska

    Mariusz Keska - 2010-04-06

    Thanks for information
    (1) I miss it. I will read carefully systemdefaults.inc.php
    (2) I try it tomorrow. But I need one extra field in room table that user with admin privileges could append information (add new information but couldn't change old one).

     
  • Campbell Morrison

    (2) If you want admins just to be able to append information, then I think you will need to write that functionality yourself. My guess is that this is not of sufficiently general interest to make it worth putting into standard MRBS. Either that or you will have to trust the admins not to modify the exisating information.

    Campbell