EposBugs

From Warwick Student Cinema
Jump to: navigation, search

HEAD

  • If sunion is unavailable during a union mem check, the browser hangs for 30 secs whilst the connection times out
    • The timeout value needs to be reduced to about 5 secs
  • Transaction id in ticket log is not always correct if multiple transactions have been done for one person with the same value in a single show - this is unlikely, but possible. Doesn't really affect anything except record keeping.
  • Style sheet needs sorting

eposv2_1

  • Several pages are still attempting to use register_globals
  • Links to main website don't work
  • Style sheet needs sorting
  • fix functions that use $tillsession as an array, which is now an object.
  • fix till session validation
  • Destroy session on logout
  • Get ticket types from show set up
  • Add per_mem_availability increase / reduce key (and others?) to ticket type properties
  • Check for passes sold in basket

eposv2

  • Printing does not print a recipt. - I've identified the problem(Lack of event_id causes DB query to fail), but the whole popup page needs rewriting to get rid of DB queries.
  • Reprinting tickets does not work - not implemented yet in printticketspopup.php
  • No option to disable checking against union listMembers API, which can take a long time if the person can't be found
  • The "search university directory" link doesn't work - now included in search box
  • Selecting a five film pass does not reveal five film tickets.
  • DMO login does not work. DB entry is created but validation fails.
  • Till session does not validate when it is being created
  • When a sale is identified as not valid during the transaction process, it needs a useful error and to be returned to the selltickets page.

Errors can occur under the following known circumstances - A 5 film pass is added, a 5 film ticket is added and then the 5 film pass is removed. The day table will still have the 5 film ticket which is no longer displayed because it is not available. - Tickets are added in the dm override by the session expires before the transaction is processed

  • The return to ticket selling link on the dm override page needs to clear the day table so that any invalid tickets that have been added during the dm override session are removed. - move to separating dmo login page, so if a ticket has been sold in dmo it just asks for dm to login again if a dmo added ticket exists.
  • When a valid till session does not exist, a link to the epos page needs to be provided rather than just exit. - not really relevant as it just creates a new session if possible
  • Debug messages need to be removed for dmo login page. - move to debug handling in roadmap
  • The in a dm override session, performtransaction.php should not add the parent id of a multifilm ticket to the log
  • Performtransaction.php needs to be able to handle NULL as the parent id of a ticket when its not a multifilm ticket ("" != NULL <- This is the most annoying MySQL feature of all time)
  • close_till_session function does not exist
  • ticket_history.php page appears to be failing to find and open tillsession.php file. Doubt if this is anything significant though.
  • memberedit page under the "Edit Person's details" link is very broken. Not sure if this is something to fix, or something which needs to be removed.