Difference between revisions of "EposBugs"

From Warwick Student Cinema
Jump to: navigation, search
(eposv2)
Line 16: Line 16:
 
*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 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
+
*<strike>The in a dm override session, performtransaction.php should not add the parent id of a multifilm ticket to the log</strike>
   
*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)
+
*<strike>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)</strike>
   
 
[[Category:EposSystem]]
 
[[Category:EposSystem]]

Revision as of 10:12, 3 January 2007

HEAD

  • DM override does not work
    • This is fixed in eposv2
  • Though the DM override functions work now, apparently tickets sold are not automatically printed.
  • 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)