Wednesday, December 05, 2018

New product - Android mobile app for uDoctorAppointment released

We're happy to announce that Android mobile app for uDoctorAppointment has been released.

Almost everyone nowadays wants a mobile version of their website. Using our mobile appointment app will help your business to increase the revenue of appointments with ease. All the data will be displayed realtime. Search appointment and book on the go. Works with clinics, doctors, and other Clients could download mobile app, install it and book appointment directly form their mobile devices or tablets. We also suggest a custom solution for your business, where you can change the logo of your company and other elements of the template and app

You may download a demo version from here:
http://www.doctor-appointment-script.com/mobile-application

Tuesday, December 04, 2018

40% Discount - 2018 End of Year Sales started!


Hi, everyone, here 2018 End of Year Sales!
Enjoy with a 40% Offer till 31 December 2018 ONLY!
Instantly if you order any product on ApPHP.com

Valid on:
https://apphp.com
https://hotel-booking-script.com
http://business-directory-script.com

http://auto-dealers-script.com 
http://doctor-appointment-script.com

Sunday, August 12, 2018

New product - uDoctorAppointments has been released.


We're happy to announce that new script uDoctorAppointment was released. This is absolutely new script, based on our PHP MVC Framework.

Find more information about this script here .
Also check our LIVE DEMO.

uDoctorAppointment is clinic management, doctor and therapist online medical appointment scheduling system for the management of health care appointments.

Main features:

General

  • Can browse through doctors profile and read their specialty information
  • Can search for doctor according to specialty, name and location
  • View doctors profile pages with their information
  • Can choose and book an appointment at the flexible time and date
  • Can cancel an appointment through their own user page
  • View history of old appointments
  • Add/Change personal information
  • Signup/Login
  • etc.

Patients

  • Patients have their own profile page
  • Can edit their own information after login in to their profile area
  • Can manage their schedules
  • Can cancel appointment through their own panel
  • Patients can register on the site
  • etc.

Doctors

  • Doctors have their own profile page
  • Can edit their own information after login in to their profile area
  • Can edit their schedules
  • Can edit their available hours for a specific date
  • Can confirm or decline an appointment through their own panel
  • Can book membership plans with different feature
  • Google Maps integration on the profile page
  • Doctors can register at the site and show their interest to become members
  • etc.

Administrators

  • Manage doctor specializations
  • Manage doctors and their addresses
  • Manage doctors schedules
  • Manage doctors time offs
  • Manage orders, appointments
  • View Appointments statistics
  • Manage patients
  • etc.

Tuesday, August 07, 2018

45% discount - 2018 Year 12th Birthday celebration



Hi, everyone, this 2018 Year is our 12th Birthday Celebration!

Enjoy with a 45% Offer till 31 August 2018 ONLY!

COUPON CODE:
2018-BDAY-A2T8-QBTV






 Valid on:
http://apphp.com

uHotelBooking - hotel management, reservation and online booking system for all types of accommodations and hotel operations.
http://hotel-booking-script.com

 uBusinessDirectory - fully-featured web solution for business listings, classifieds directory and yellow pages website.

http://business-directory-script.com

uAutoDealers - fully-featured web solution for car dealerships and auto classified websites
http://auto-dealers-script.com

uDoctorAppontment - clinic management, doctor and therapist online medical appointment scheduling system for the management of health care appointments.
http://doctor-appointment-script.com

Wednesday, May 09, 2018

New Trade-In Module was published for uAutoDealers script

We're happy to announce that New Trade-In Module was published for uAutoDealers script.

Trade-In Module provides admin with functionality of trade-in, that means customers can sell their old cars, before they purchase new. This module provides an easy way to add Trade-In functionality to your website. With just a few clicks, you get the best buy-back offer for a vehicle trade-in. All dealers will work from a single platform accessible from any place. You could use this script both as Car Dealers and Classifieds System. Our script allows you to easily manage the entire vehicle trade-in process. You can automate various stages such as the vehicle status change or even the generating and sending of documents (purchase orders, purchase slips, agreements, etc.).

The process of trade in consists from simple and easy steps:
  1. Enter the trade-in vehicle.
    With user-friendly, comprehensive interface you could quickly enter all details of your vehicle.
  2. Target and post vehicle.
    Share and send information to all dealers, select by criteria (specialities, location, etc.) or just select those you wish to work with.
  3. Confirm trade-in.
    Now dealer that was selected will receive confirmation by email. The dealer can commit to trade-in the vehicle under the proposed terms.
  4. Select and offer.
    You will receive several trade-in offers for the vehicle. Choose the most attractive for you and offer it to your customer.
Click to get more information: Trade-In Module

Wednesday, April 04, 2018

Discount 33% Off! - Special 2018 Crazy Spring Sale for ApPHP Members

Hi, everyone, here 2018 Crazy Spring Sale!
Enjoy with a 33% Offer till 30 April 2018 ONLY!
Coupon Code: 2018-SPRG-ULG0-BNT2


Enter this coupon code on checkout page and discount will be automatically applied to yuor order.


Valid on:
http://apphp.com
http://hotel-booking-script.com
http://business-directory-script.com
http://auto-dealers-script.com

Thursday, March 29, 2018

How To Responsively Rearrange DIV Elements With CSS?

Here is a small, but useful trick that can help you. when you want to change order of elements on the page on mobile devices. Of course, it may be used for any other purposes.

First of all, you have to specify a container:
<div class="row order_container">
</div>

Secondly, define inner elements with appropriate classes:
<div class="row order_container">
 <div class="col-md-6">DIV #1</div>
 <div class="col-md-6">DIV #2<>
</div>
As you can see the default order is following: DIV #1 and then DIV #2 But how can we change this order on mobile devices? It's simple. Add for each element class for order and define its as following:
<style>
@media screen and (max-width: 786px) {
 .order_container { display: flex; flex-flow: column; }
 .order4 { order: 4; }
 .order3 { order: 3; }
 .order2 { order: 2; }
 .order1 { order: 1; }
}
</style>

<div class="row order_container">
 <div class="col-md-6 order2">DIV #1</div>
 <div class="col-md-6 order1">DIV #2<>
</div>
Now in mobile the order of elements will be following: DIV #2 and then DIV #1

Saturday, March 24, 2018

New version 2.9.2 of ApPHP Directy CMF has been released

We're happy to announce that new version 2.9.2 of ApPHP Directy CMF has been released. ApPHP Directy CMF is an open-source content management framework (CMF), built on ApPHP MVC Framework that provides a basic functionality required for creating websites and publishing web content. There are many changes and improvements in this version, including new responsive template.


  • New added possibility to site owner to see / clear errorlog file content via dashboard
  • New added possibility to update currency rates from Google services
  • New added new type of CSRF tokens "multipages", that allows to generate tokens for separate pages
  • Enh minimum requirements for PHP is defined as 5.3.0
  • Enh button Delete Test Data disappears after 30 days from installation elapsed
  • Enh improved modules installation procedure
  • Enh payment providers and Currencies Management moved to separate menu Payment Settings
  • Fix bugs fixed
 You can review all recent changes here.

Sunday, March 04, 2018

The Top 5 Open Source Hotel Booking Engine Software

1. Solidres

This 100% free and open source hotel booking software is made for Joomla and WordPress, and promises the advantages of customizability and flexibility.

Price: free / $89 - $499 / one-time payment


2. KWHotel

KWHotel is hotel management software that offers three versions: pro, standard, and free. KWHotel Free can only be used on a single workstation and is intended for small operations. In February 2017, the company announced that they had released the new KWHotel Booking Engine, which applies to all versions. 

Price: free / Starting from $60 - $100 and above / per year

3. Online Hotel Booking System Pro

This is the pro version of Online Hotel Booking System. Powerful hotel reservation system with real time availability and room booking functionality. room, room types, capacity, hotel rates with different date range and month wise advance payment feature. Online reservation manager at the back-end with invoices.
Price: $249 / one-time payment

4. PHPTravels


One of the most cutting-edge online booking solutions on the market. Mobile, Tablet, Laptop & Desktop users enjoy a fully tailored experience while browsing our travel portal. we boast your travel business with our technology.

Price: $500 / one-time payment

5. uHotelBooking


uHotelBooking is a powerful hotel management and online booking/reservation site script. This script is the fully functional PHP solution to manage small to medium sized hotels, holiday flats or guesthouses. Our hotel reservation system allows you to start online reservations and customer management in minutes. It has been specially designed to simplify the task of hotel booking online.

Administrator can manage room types, hotel rates and booking options. Powerful administrator panel and online reservation manager at the back-end includes invoices and reports functionality. 

Price: Starting from $99 and above / one-time payment

Saturday, February 10, 2018

New version 1.1.5 of ApPHP MVC Framework is released

A new version 1.1.5 of ApPHP MVC Framework was released.

ApPHP MVC Framework is designed to provide modern and rapid development of websites, web applications and web services. It implements the the Model-View-Controller (MVC) design pattern and principles, including separation of display, logic, and data layers.

It provides an architecture, components and tools for developers to build a complex web applications faster and safer.

There are many changes and improvements in new version, including Query Builder, CSRF tokens "multipages", config file changes, etc. You can review all recent changes here.

Sunday, January 07, 2018

The new version 2.7.9 of uHotelBooking script has been released.


The new version 2.7.9 of uHotelBooking script has been released. uHotelBooking is a powerful hotel management and online booking/reservation site script. This script is the fully functional PHP solution to manage small to medium size of hotels, holiday flats or guesthouse. In the new version we added support for REST API module, responsive template for admin panel etc.

uHotelBooking is a powerful hotel management and online booking/reservation site script. This script is the fully functional PHP solution to manage small to medium size of hotels, holiday flats or guesthouse. Our hotel reservation system allows you to start online reservation and customer management in minutes. It has been specially designed to simplify the task of hotel booking online. Administrator can manage room types, hotel rates and booking options. Powerful administrator panel and online reservation manager at the back-end includes invoices and reports functionality. Visitors of Hotel Site will be able to search rooms availability with an online booking reservation system. They also could view rooms inventory, check availability and book reservations in a real-time.


Version 2.7.9 changes
  • New The location is automatically set when searching availability if it is the only one
  • New support for email templates
  • New The site can be converted to the mode of apartments (requires a special template)
  • New The ability to display payments as a checkbox
  • New link "Delete all" for mail log page
  • New New setting constant TYPE_FILTER_TO_NUMBER_ROOMS for filtering by min/max number of rooms
  • New New setting constant SHOW_CREATION_DATE_FROM_TO for filtering by date created form/to of booking
  • New self-automatic currency rate updates
  • Enh Added a default value for the "adults" field
  • Enh Work with the flags (changing languages) in the ipanel-center widget
  • Enh Now mass mail log allows you to save every message sent
  • Enh Now when booking in the backend email is also sent to the administrator and the hotelowner
  • Enh added additional room information on Room Prices page
  • Enh possibility to turn on/off CSRF validation by CSRF_VALIDATION
  • Enh in reviews added possibility to admin to answer on customer reviews
  • Enh installation module - added possibility to update by separate versions
  • Fix bugs fixed
    Check our Live DEMO