Skip to main content

According to recent reports, both PVR and Inox, two prominent cinema chains, are planning to close down more than 50 theaters within the next six months.

 



PVR INOX Ltd, a leading multiplex operator, has announced its plan to shut down approximately 50 cinema screens over the next six months. These screens are either operating at a loss or located in malls that have reached the end of their life cycle with little hope of revival. The company has taken an accelerated charge of the depreciation in its financial books and has written off the written-down value (WDV) of assets.


Despite the closures, PVR INOX has added a total of 168 screens in the fiscal year 2023, with PVR contributing 97 screens and INOX contributing 71 screens. In the fourth quarter of the fiscal year, PVR added 53 screens, while INOX added 26 screens.


The operator mentioned that there has been high volatility in the performance of Hindi movies in the past four quarters, with movies that resonate with audiences generating higher box office returns compared to the pre-pandemic era.


Looking ahead to the fiscal year 2024, PVR INOX aims to open 150-175 screens. Currently, nine screens have already opened, 15 screens are awaiting commercial licenses, and 152 screens are in various stages of fit-out.


In terms of financial performance, PVR INOX reported a consolidated net loss of ₹333.35 crore for the quarter ending March 2023, compared to a net loss of ₹105.49 crore in the same quarter of the previous fiscal year. The company had recorded a profit of ₹16.1 crore in the preceding December quarter.


Sanjeev Kumar Bijli, Executive Director of PVR INOX, expressed optimism for the future, highlighting the combined entity's presence of approximately 1,670 screens in various locations. He mentioned plans to enhance the number of admissions and screen counts, with around 180 additional screens targeted for the next fiscal year.


Following the merger between PVR and INOX, the focus is on achieving economies of scale and synergies in ticket prices, food and beverage sales, advertising, and operating costs. Currently, PVR operates 1,689 screens across 361 cinemas in India and Sri Lanka, including 38 management screens.


The successful merger between PVR and INOX is seen as a significant milestone for both companies and the Indian film industry as a whole, according to Ajay Bijli, the Managing Director of PVR INOX.



Comments

Popular posts from this blog

How to create chatbot for daily task using RPA ?

H ow to create chatbot for daily task using RPA: Creating a chatbot for daily tasks using Robotic Process Automation (RPA) involves using RPA software tools and techniques to automate tasks typically performed by humans. Here's a high-level overview of the process: Step 1: Define Use Case and Requirements Identify the daily tasks you want the chatbot to automate, such as data entry, form filling, or repetitive data processing. Define the requirements and expected behavior of the chatbot, including the input/output format, data sources, and systems it needs to interact with. Step 2: Choose RPA Software Select a suitable RPA software tool that fits your requirements. There are many RPA software tools available in the market, such as UiPath, Automation Anywhere, and Blue Prism. These tools provide visual interfaces for creating and managing automation workflows, and often include features such as recording and playback, OCR, and integrations with various applications. Step 3: Design C...

Automation initiatives which can be reused in multiple domain

Automation initiatives which can be reused in multiple domain:  There are several automation initiatives that can be reused across different domains and industries to streamline processes, improve efficiency, and reduce human error. Here are some examples:  1. Robotic Process Automation (RPA): RPA involves automating repetitive and rule-based tasks using software robots, which can be reused across different processes and applications. For example, automating data entry, invoice processing, or customer onboarding can be reused in various departments such as finance, HR, or operations.  2. Chatbots and Virtual Assistants: Chatbots and virtual assistants can be designed to handle frequently asked questions, provide support, and automate routine tasks like appointment scheduling or order tracking. These can be reused in different customer service scenarios, such as e-commerce, healthcare, or travel, with minimal customization. 3. Data Integration and ETL (Extract, Transform, ...

Product Activation Serial Key module in a WPF application using .NET Framework and C#.

Product Activation Serial Key module in a WPF application using .NET Framework and C#.  Users can generate new serial keys, enter them in the textbox, and validate them with the click of a button. First, create a new WPF project in Visual Studio using .NET Framework. Then, follow these steps: 1. Create a ProductActivation class to generate and validate serial keys: CSHARP---- using System; namespace ProductActivationApp {     public class ProductActivation     {         public static string GenerateSerialKey()         {             // Generate a random serial key (e.g., using GUID)             Guid guid = Guid.NewGuid();             string serialKey = guid.ToString().ToUpper();             return serialKey;         }         public static bool ValidateSerialKey(stri...