Giter VIP home page Giter VIP logo

phpmyreservation's People

Watchers

 avatar

phpmyreservation's Issues

I make a new Version

I tray as beginner by coding to put some more options.

New Futurs:
Phonenumber, IP saving by create(shown only in mysql) or reservation ip(shown 
by amdin),captcha protection,Loginname show and function of, not show private 
user data to other user (enabled/disable), fix for mobiles, 3times false login 
start a captcha login. Reservation Table with the Date by Weekday.

Maybe somthing more...

On the remainders.php i don't make any changes. I think it shout work. Because 
i never heard issues ther in the wiki. I not testet.


Installation:
-Create with phpmyadmin a Database, or by hand.
-Import to that Databse the phpmyreservation_v11.sql

-Extract the www contens to your webserver
-Maybe correct the owner of the files in the webserver
  (Debian somethimes need www-data.www-data)

And Good Luck!
The first Login User gets Admin rights.

Original issue reported on code.google.com by [email protected] on 11 Oct 2014 at 6:56

Wrong year registered across Dec to Jan for booking ahead

The system registers global_year as the reservation year (current year) but 
once the date crosses over to Jan of next year, this becomes incorrect. A quick 
hack is

if(global_week_number - $week > 26)
  $year += 1;

This is put before the SQL statement to insert a reservation into the database. 
It is not fool proof as Administrator can register a reservation 6 months back 
into the past? 




Original issue reported on code.google.com by [email protected] on 13 Nov 2014 at 11:08

how to make reservation before 9:00am and after 10:00pm

What steps will reproduce the problem?
1.login
2.try to reserve 03:00-05:00
3.done

What is the expected output? What do you see instead?

no time block selection other than 09:00-21:00

What version of the product are you using? On what operating system?

Ubuntu 14.10+phpmyreservation 1.0

Please provide any additional information below.

this is a good project, Tyhanks!


Original issue reported on code.google.com by [email protected] on 22 May 2014 at 2:15

Can't show last week

2012 total is 53 weeks

but only show 52 weeks , and can't see 12/31

when I view 52th week, next week will back to 2012/01/01

not 2013 first week. 

Original issue reported on code.google.com by [email protected] on 20 Dec 2012 at 6:41

I make a new Version 1.2 , my last

I tray as beginner by coding to put some more options.

New Futurs:
===========
Phonenumber, IP saving by create(shown only in mysql) or reservation ip(shown 
by amdin),captcha protection,Loginname show and function of, not show private 
user data to other user (enabled/disable), fix for mobiles, 3times false login 
start a captcha login. Reservation Table with the Date by Weekday. Smaller 
Table Letter, Accounts Limit in AdminControlPanel .

Maybe somthing more...

On the remainders.php i don't make any changes. I think it shout work. Because 
i never heard issues ther in the wiki. I not testet.


Small Faults:
==============
Some of my Variable gives a small errore in apache log.  Not defined. But 
works, if someone like to fix.


Info:
=====
I stop supporting phpmyreservation. Maybee the owner of the porject make small 
stuff inside.


Idees to put in the porject:
=============================
Download Reservation for Admin as File:
----------------------------------------
A download.php for all Reservation to a comma seperated file, in the Admin 
Control Panel a Button for that.
Somthing like this:
 <a href="download.php?mode=userlist" target="_new">
 header("Content-Type: text/csv");
 attachment;filename=userlist.csv");
 echo $die_daten;




http://code.stephenmorley.org/php/creating-downloadable-csv-files/
 fputcsv() is the magic :)
 $output = fopen('php://output', 'w');
 fputcsv($output, array('Name', 'Datum', 'Fahrzeug'));
 // SELECT irgendwas in $daten_array
: while(mehr daten..) fputcsv($output, $daten_array);


Year increment:
---------------
At the moment it is not on any place in the code.  It is a little bit work.

notify.php for the Admin
---------------------------
enable/disable in config for that, or in control panel for each Admin

Admin can make Reservation for other users.
-----------------------------------------------


Admin/ControlPanel Table Letter Size
-------------------------------------
I make it smaller in CSS/style.css
Padding is the linefeed size.

New:
table#users_table th, table#users_table td
{
    padding: 1px;
    font-size: 12px;
}

Old:
table#users_table th, table#users_table td
{
    padding: 5px;
}
You can also do, or size you like:
{
    padding: 5px;
    font-size: 14px;
}

If someone like big letter, he can change bak.

Installation:
=============
MySQL:
-Create with phpmyadmin a Database, or by hand.
-Import to that Database the phpmyreservation_v12.sql

/var/www: (Apache Server http)
-Extract the www contens to your webserver
-Maybe correct the owner of the files in the webserver (Permissions)
(Debian somethimes need www-data.www-data, i think my new Debian Jessie have  
root.root new. From the file rights comes the most Problems in use and database 
contact. If you have mysql faults, go check the file permissions.)

And Good Luck!
The first Login User gets Admin rights.

Original issue reported on code.google.com by [email protected] on 5 Feb 2015 at 1:24

Attachments:

Blank screen with Chrome

What steps will reproduce the problem?
1. Copy code to /var/www/html/phpreserve
2. create databse phpreserve, fix config.php
3. disable iptables, selinux for mysql connection works

What is the expected output? What do you see instead?

Expected: A login screen like description. 
I see a blank srceen. 

What version of the product are you using? On what operating system?

Version: 1.0
CentOS 6.4, 5.4

Please provide any additional information below.

Thanks,
Huy

Original issue reported on code.google.com by [email protected] on 15 Aug 2013 at 4:12

Unable to remove reservations by clicking in Chrome

What steps will reproduce the problem?
1. I create a reservation by clicking on a time period
2. I attempt to remove it by clicking on it again
3. A yellow tool-tip box appears (on hover) offering me the chance to delete 
it, but the tool-tip disappears too fast to click the delete button.

What is the expected output? What do you see instead?
Simply, nothing happens. It seems to continue to try to add a reservation, 
rather than remove it.

What version of the product are you using? On what operating system?
Version 1.0 of phpmyreservation, v. 40 of Chrome, on Windows 7. Works fine in 
IE...

Please provide any additional information below.
I didn't see any notable error messages from the error file. This is a new 
issue, and this version of the software has been working for a while. Thanks in 
advance for your help!

Original issue reported on code.google.com by [email protected] on 4 Mar 2015 at 11:21

How to show the Name of the person after he/she logs in

What steps will reproduce the problem?
1. Tried to use the following query. 

$query = mysql_query("SELECT * FROM " . global_mysql_users_table . " WHERE 
user_email='$user_email'");


        while($row= mysql_fetch_array($query)) 
        { echo " $row[user_name]";
        }

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?

WIn 8 / IE -10, chrome

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 25 Apr 2013 at 8:04

Booking sheets

Hello, I'm currently doing a final year project to produce a booking system for 
a leisure center. 

I have a problem with the booking sheets, 

as I create a timesheet like Tennis and one for Squash the bookings I made in 
the Tennis booking sheet appears in the Squash one, do you know how I can make 
a timesheet for tennis where it has its own bookings so as I create another 
timesheet (like Squash), the bookings from tennis don't appear on a squash one?

I've attached the system with

Regards,

JoePhill25

Original issue reported on code.google.com by [email protected] on 2 Apr 2013 at 10:16

Attachments:

how can i set so a user only can book 2 times a week .

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 8 Feb 2014 at 8:54

how to make time block smaller

What steps will reproduce the problem?
1.create more possible reservation times in config.php
2.need to scroll down to select 19:00
3.

What is the expected output? What do you see instead?

is it possible to make green time block height smaller?

What version of the product are you using? On what operating system?

Ubuntu 14.10 + phpmyreservation 1.0

Please provide any additional information below.

good job!

Original issue reported on code.google.com by [email protected] on 22 May 2014 at 2:27

Calender not visible

What steps will reproduce the problem?
1.Installing it on local host
2.Log in with user details


What is the expected output? What do you see instead?
Cannot see the calender. Website is blank

What version of the product are you using? On what operating system?
1.0

Please provide any additional information below.
-

Original issue reported on code.google.com by [email protected] on 6 Aug 2014 at 3:04

Attachments:

tutorials

do you have any tutorials regarding on how to make this reservation system?

Original issue reported on code.google.com by [email protected] on 1 Jul 2014 at 9:13

Blank screen on iPhone/iPad

What steps will reproduce the problem?
1. Browse to the booking system through an iPhone/iPad.
2. Blank screen appears

What is the expected output? What do you see instead?
Works fine in IE and Chrome.
Blank screen instead of the normal scheduling screen.


What version of the product are you using? On what operating system?
Tested on iPad, and iPhone.


Please provide any additional information below.
I believe it's a CSS issue.

Original issue reported on code.google.com by [email protected] on 23 Jan 2013 at 1:46

configuration error

I'm getting the following error ..
MySQL error: Table 'phpmyadmin.phpmyreservation_configuration' doesn't exist



What version of the product are you using? On what operating system?

i'm using xampp v 3.2.1
5.6.24 - MySQL  
hosting on local 




Original issue reported on code.google.com by [email protected] on 24 Jun 2015 at 7:05

Attachments:

Support Request

Hi There,

This is not an issue - simply a request for some guidance. I need to modify the 
reservation system for a scenario where an employee books appointments for a 
customer. I want to change it so when a click is made on available appointment, 
a field will pop up asking for name, email, and phone number, and then a submit 
button books the appointment for the name entered, not the user. 

In my situation we will not have multiple users used for booking appointments, 
we will just use one user for all associates in our store. 


Original issue reported on code.google.com by [email protected] on 25 Nov 2013 at 5:42

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.