Checkout
 

dmaddi in showcase

IST-1687 DB config to point to showcase db in nav-us-db instead of sqlexpress
IST-6603 Showcase::Fixed the deploy errory by modifying the build.xml
IST-6603 Update the mail server to use smtp.lemanscorp.com instead of localhost
IST-1687 Revert changes made to Fix Summary report totals don't match details of the spreadsheet

    • -3
    • +4
    /dev/excel/showAttendeesHospitalityPostReport.jsp
    • -3
    • +4
    /dev/excel/showAttendeesSpecialEventPostReport.jsp
    • -3
    • +4
    /dev/excel/showAttendeesShowcasePostReport.jsp
IST-1687 DB config to point to showcase db in nav-us-db instead of dbstage01
IST-1687 Fix for Summary report totals don't match details of the spreadsheet;

Clean up code after the fix.

    • -3
    • +2
    /dev/excel/showAttendeesShowcasePostReport.jsp
    • -3
    • +2
    /dev/excel/showAttendeesHospitalityPostReport.jsp
    • -3
    • +2
    /dev/excel/showAttendeesSpecialEventPostReport.jsp
Database moved from sql01 to sql02, updating the properties
UI Wording changes
Modified to get summary report info from the stored proc

Added dealersAttendedLastYear

Schedule the event reminder emails job at 2:00 AM daily
Wording changes for the event summary email
Fix the jsessionid issue
IST-210 Email events that are finalized but does not exist in Mainframe
IST-210 Event reminder and finalize emails to reps, dealers and reg mgr
IST-210 Revert the changes done to test locally (mail host)
IST-210 quartz job to send event email reminders
IST-210 -- Send pre-registration email for the event
    • binary
    /dev/quartz-1.5.2.jar
    • -0
    • +60
    /dev/WEB-INF/src/com/showcase/sql/SummaryRptDAOImpl.java
    • binary
    /dev/WEB-INF/lib/quartz-1.5.2.jar
    • -0
    • +85
    /dev/WEB-INF/src/com/showcase/actions/InitializeServlet.java
  1. … 4 more files in changeset.
IST-210 Send finalize showcase emails to rep and regional managers
    • -0
    • +56
    /dev/WEB-INF/src/com/showcase/model/EventInfo.java
    • -0
    • +35
    /dev/WEB-INF/src/com/showcase/model/AttendeeInfo.java
    • -0
    • +240
    /dev/WEB-INF/src/com/showcase/email/SendShowCaseEmail.java
    • -0
    • +130
    /dev/WEB-INF/src/com/showcase/sql/ShowCaseEmailDAOImpl.java
    • -0
    • +60
    /dev/WEB-INF/src/com/showcase/model/RegionInfo.java
    • -0
    • +74
    /dev/WEB-INF/src/com/showcase/model/Dealer.java
    • -0
    • +12
    /dev/WEB-INF/src/com/showcase/dao/ShowCaseEmailDAO.java
    • -0
    • +80
    /dev/WEB-INF/src/com/showcase/model/RepInfo.java