SlideShare a Scribd company logo
1 of 1
/****** Object: StoredProcedure [dbo].[city_schr_banquet] Script Date: 04/22/2015 07:12:19 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author: <Author,, Christopher Smith>
-- Create date: <Create Date,, 04-20-2015>
-- Description: <Description,, This will take the Banquet totals for any date range given>
-- =============================================
CREATE PROCEDURE [dbo].[city_schr_banquet]
(
@dtstart_time DATETIME ,
@dtend_time DATETIME
)
AS
SET NOCOUNT ON;
DECLARE @parts TABLE
(
i_period_definition_id INT ,
s_name NVARCHAR(50) ,
dt_start DATETIME ,
dt_finish DATETIME ,
std_day_part_ordinal INT ,
s_weekdayssunday1 NVARCHAR(7)
);
INSERT INTO @parts
SELECT *
FROM dbo.dwf_getdaypartsfordaterange(@dtstart_time, @dtend_time);
BEGIN
SELECT
Rev_Name = 'Banquet - All Day',
Net = ISNULL(SUM(ti.c_ticketitem_net_price), 0),
Total_Covers = (SELECT SUM(cover_count)
FROM Ticket
WHERE i_revcenter_id = 7 and dt_close_time >= @dtstart_time AND
dt_close_time < @dtend_time and b_closed =
1 and i_void_ticket_id IS NULL),
CoverAvg = ISNULL(SUM(ti.c_ticketitem_net_price), 0) / (SELECT SUM(cover_count)
FROM Ticket
WHERE i_revcenter_id = 7 and
dt_close_time >= @dtstart_time AND
dt_close_time < @dtend_time and b_closed = 1 and i_void_ticket_id IS NULL)
FROM
TicketItem AS ti
INNER JOIN ticket t ON ti.i_ticket_id = t.i_ticket_id
INNER JOIN (
MenuItem AS mi
INNER JOIN RevenueClass AS rc ON rc.i_class_id = mi.i_revenue_class
) ON ti.i_menu_item_id = mi.i_menu_item_id
JOIN @parts parts ON dt_ti_ticket_close_time >= parts.dt_start AND
dt_ti_ticket_close_time <= parts.dt_finish
WHERE
ti.i_ti_revcenter_id = 7 AND
ti.i_void_item_id IS NULL AND
ti.i_ti_void_ticket_id IS NULL AND
ti.dt_ti_ticket_close_time >= @dtstart_time AND
ti.dt_ti_ticket_close_time < @dtend_time AND
t.b_closed = 1
END GO

More Related Content

Featured

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

SCHBANQUET

  • 1. /****** Object: StoredProcedure [dbo].[city_schr_banquet] Script Date: 04/22/2015 07:12:19 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: <Author,, Christopher Smith> -- Create date: <Create Date,, 04-20-2015> -- Description: <Description,, This will take the Banquet totals for any date range given> -- ============================================= CREATE PROCEDURE [dbo].[city_schr_banquet] ( @dtstart_time DATETIME , @dtend_time DATETIME ) AS SET NOCOUNT ON; DECLARE @parts TABLE ( i_period_definition_id INT , s_name NVARCHAR(50) , dt_start DATETIME , dt_finish DATETIME , std_day_part_ordinal INT , s_weekdayssunday1 NVARCHAR(7) ); INSERT INTO @parts SELECT * FROM dbo.dwf_getdaypartsfordaterange(@dtstart_time, @dtend_time); BEGIN SELECT Rev_Name = 'Banquet - All Day', Net = ISNULL(SUM(ti.c_ticketitem_net_price), 0), Total_Covers = (SELECT SUM(cover_count) FROM Ticket WHERE i_revcenter_id = 7 and dt_close_time >= @dtstart_time AND dt_close_time < @dtend_time and b_closed = 1 and i_void_ticket_id IS NULL), CoverAvg = ISNULL(SUM(ti.c_ticketitem_net_price), 0) / (SELECT SUM(cover_count) FROM Ticket WHERE i_revcenter_id = 7 and dt_close_time >= @dtstart_time AND dt_close_time < @dtend_time and b_closed = 1 and i_void_ticket_id IS NULL) FROM TicketItem AS ti INNER JOIN ticket t ON ti.i_ticket_id = t.i_ticket_id INNER JOIN ( MenuItem AS mi INNER JOIN RevenueClass AS rc ON rc.i_class_id = mi.i_revenue_class ) ON ti.i_menu_item_id = mi.i_menu_item_id JOIN @parts parts ON dt_ti_ticket_close_time >= parts.dt_start AND dt_ti_ticket_close_time <= parts.dt_finish WHERE ti.i_ti_revcenter_id = 7 AND ti.i_void_item_id IS NULL AND ti.i_ti_void_ticket_id IS NULL AND ti.dt_ti_ticket_close_time >= @dtstart_time AND ti.dt_ti_ticket_close_time < @dtend_time AND t.b_closed = 1 END GO