• Resolved luuuciano

    (@luuuciano)


    Hi Kuu!

    We have a laboratory, where several people wants to use the equipment… do you think that can we use it like each equipment being a shop?
    So, people will ask for a equipment/shop use turn, by hours/day/month, etc… and the admin will have to acept those turns asked

    BTW, there is any way to have a log for each “client” use?
    You know, something like a report that shows how many hours each “client” have used each equipment/shop… etc

    Best regards!

    https://wordpress.org/plugins/salon-booking/

Viewing 1 replies (of 1 total)
  • Plugin Author Kuu

    (@tanaka-hisao)

    Hi, luuuciano.
    Thank you for using the plugin.

    I think it is possible that each equipment is a ‘staff’.
    It needs the following
    1)The name of equipment is the name of wordpress user.
    2)Each equipment need a dummy ‘item’.
    And I don’t consider the reservation of plural days and nights,
    because I am assuming the use in the hair salon.

    As a method for calculating the usage time,
    I think it’s directly referencing the DB as follows

    ===================
    SELECT ST.USER_LOGIN,TIMEDIFF(TIME_TO,TIME_FROM) AS USE_TIME,
    TIME_FROM,TIME_TO
    FROM wp_salon_reservation RS
    INNER JOIN wp_salon_staff ST
    ON RS.STAFF_CD = ST.STAFF_CD
    ORDER BY ST.USER_LOGIN,TIME_FROM
    ==================

Viewing 1 replies (of 1 total)
  • The topic ‘May Salon booking work ok for equipment booking?’ is closed to new replies.