EposBugs

From Warwick Student Cinema
Revision as of 13:38, 12 December 2006 by 32.112.139.170 (talk) (eposv2)
Jump to: navigation, search

HEAD

  • DM override does not work
    • This is fixed in eposv2
  • 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

eposv2

  • 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.
  • 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)