2 questions: extra cost in time field, time format

  • Сергей Подварский
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #54536 by Сергей Подварский
2 questions: extra cost in time field, time format was created by Сергей Подварский
Hi (Sorry for my english)
I have a 2 question. (view image)
1. Can i past employee extra cost in time select fields?
2. How i can delete day.mounth.year - in Summary area?


Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #54555 by Mr. Dam
Hi,
1. To add the additional cost of employee into the time slot.
-> It is quite difficult to add the "additional cost" into time slot details. In fact, you can do it by modifying file: components > com_osservicesbooking > helpers > calendar.php
Function: getAvaiableTimeFrameOfOneEmployee
But the difficult point here is you need to retrieve the additional cost and time of employee and then, compare and assign it to correct time slot. I believe it's not simple work. Think carefuly before implement it.
2. To remove the date in Summary part, please following these steps.
Open file:
components > com_osservicesbooking > helpers > calendar.php
find
<?php echo date($configClass,$inctime + $service_total_int)?>
---
<?php echo $end_booking_time;?>','<?php echo date($configClass,$inctime);?>
---
<?php echo date($configClass,$start_time_int);?>
---
<?php echo date($configClass,$end_time_int)?>
and remove them
Good luck
Dam
The following user(s) said Thank You: Сергей Подварский

Please Log in or Create an account to join the conversation.

  • Сергей Подварский
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #54576 by Сергей Подварский
Replied by Сергей Подварский on topic 2 questions: extra cost in time field, time format
Thanks!
I can del date)))

But i have some question about employee extra cost.
In backend i cant save extra cost.
only phpmy admin, if i add field he saved.

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #54578 by Mr. Dam
Thank you for your report, we have solved the issue and update into OS Services Booking 2.3.3
Regards,
Dam
The following user(s) said Thank You: Сергей Подварский

Please Log in or Create an account to join the conversation.

  • Сергей Подварский
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #54816 by Сергей Подварский
Replied by Сергей Подварский on topic 2 questions: extra cost in time field, time format

Dang Thuc Dam wrote: Thank you for your report, we have solved the issue and update into OS Services Booking 2.3.3
Regards,
Dam


Hi.
How i can update OS services Booking (read - solve the issue with extra cost), without install new version of component?
Manually, because i change - a many files, and if i install new version - they lost!(((

thank you,
Sergey

Please Log in or Create an account to join the conversation.

More
9 years 4 months ago #54817 by Mr. Dam
Hi,
If you don't want to install latest OS Services Booking version. You only need to update file
administrator > components > com_osservicesbooking > classes > employee.php to get the bug "can't save extra cost" fixed
Thanks
Dam
The following user(s) said Thank You: Сергей Подварский

Please Log in or Create an account to join the conversation.

  • Сергей Подварский
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 4 months ago #54818 by Сергей Подварский
Replied by Сергей Подварский on topic 2 questions: extra cost in time field, time format
You are the best!!!))

Please Log in or Create an account to join the conversation.

  • Сергей Подварский
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago - 9 years 3 months ago #54939 by Сергей Подварский
Replied by Сергей Подварский on topic 2 questions: extra cost in time field, time format
Hello!
forgive for my importunity

in our country the slow Internet at many people :( .
Therefore the moment of sending the letter of confirmation lasts some time. And users press on the button several times sometimes.

How it is possible will get rid of a problem of sending several empty letters?

Last edit: 9 years 3 months ago by Сергей Подварский.

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago #55236 by Mr. Dam
Hi,
It seems your problem is the confirmation email doesn't contain the total price?
Can you tell me what's the email type? to Administrator, Employee or Customer?
Thanks
Dam
The following user(s) said Thank You: Сергей Подварский

Please Log in or Create an account to join the conversation.

  • Сергей Подварский
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago - 9 years 3 months ago #55248 by Сергей Подварский
Replied by Сергей Подварский on topic 2 questions: extra cost in time field, time format
Hi,
No problem with cost in email template.
My Problem with "button", if I click on button more than 1 time, and more and more clicks.
OSSB - send emeil - for all my clicks.

Last edit: 9 years 3 months ago by Сергей Подварский.

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam