About Course Inventory Management Course to optimize your Purchasing, Logistics, EOQ and Safety Stock What Is Inventory Management? Inventory management refers to the process of ordering, storing, using, and selling a company's inventory. This includes the management of raw materials, components, and finished products, as well as warehousing and processing of such items. There are different types of inventory management, each with its pros and cons, depending on a company's needs.What is Discussed in the course Welcome to our comprehensive online course on Inventory Management. This step a crucial cog in the wheel of any company's supply chain process. This course provides a deep dive into the multifaceted aspects of inventory management and control. Initially, you will learn about various factors that shape inventory management. Afterwards, you will explore an array of tools and techniques to optimize costs. Finally, you will gain insight into forecasting and planning strategies. You will explore modern inventory systems and technologies, learning the differences between centralized and decentralized control of inventory. As we delve deeper, you'll encounter warehouse management, layout optimization, and warehouse management systems to further enhance your understanding of the supply chain. This course concludes with a comprehensive look at supply chain management, incorporating all the knowledge you've gained throughout.Learning Outcomes Have a full understanding of the role and key objectives of the Inventory Manager Be able to categorise Stock Keeping Units (SKUs) / parts effectively to prioritise their activity Recognise that suppliers and supplier relationships are critical to success and to understand what they require from suppliers to optimise their position Gain a total overview of Inventory Management for your Manufacturing or Service business The goal of this course is to arm you with the knowledge and tools needed to optimize your inventory performance. This course will equip inventory and warehouse managers, and anyone involved in the supply chain process, with the skills necessary to control the flow of goods effectively and efficiently in their organization. Take your first step towards mastering inventory management and join us on this journey. Throughout this course, you will explore the factors that influence inventory management within your organization. You will gain a deep understanding of various inventory management tools and techniques aimed at minimizing costs and achieving service levels aligned with your organization's mission, vision, and goals.Supply Chain Professionals: Elevate Your Inventory Management Game Starting with an analysis of historical demand, you will learn to distinguish between independent and dependent demand for goods or services. Leveraging this analysis, you will forecast both independent and dependent demand for inventory items, enabling you to calculate the optimal inventory level that minimizes overall inventory costs while establishing reorder points to meet desired service levels. In addition to forecasting and planning, this course covers other vital aspects of inventory management. You will explore inventory systems and technologies, warehouse management and layout optimization, just-in-time management, and warehouse management systems. Furthermore, you will gain insights into supply chain management and the challenges associated with inventory control. Whether you are a warehouse manager, stockroom manager, or involved in supply chain management, this course provides a comprehensive understanding of inventory management principles and practices. Join us to enhance your knowledge, streamline operations, and achieve high stock availability while minimizing stock value. Enroll now and embark on your journey to become an effective inventory manager! What Will You Learn? Have a full understanding of the role and key objectives of the Inventory Manager Be able to categorise Stock Keeping Units (SKUs) / parts effectively to prioritise their activity Recognise that suppliers and supplier relationships are critical to success and to understand what they require from suppliers to optimise their position Gain a total overview of Inventory Management for your Manufacturing or Service business Course Content Introduction to Inventory Management Introduction to Inventory Management Types of Inventory System Types of Inventory System Inventory Forecasting & Cost Inventory Forecasting & Cost Inventory Valuation Inventory Reorder Points and Safety Stock Inventory Reorder Points and Safety Stock Inventory Planning & Managing Inventory Planning & Managing Just-in-time Management Just-in-time Management Inventory Systems and Technologies Inventory Systems and Technologies Warehouse Management and Layout Optimization Warehouse Management and Layout Optimization Warehouse Management System Warehouse Management System Supply Chain Management and Vendor Relations Supply Chain Management Vendor Relations Conclusion Career Development: Job Searching, Resume/CV, Cover Letters A course by Xpert Learning RequirementsBasic understanding of business operations and supply chain concepts Audience Anyone involved in Supply Chain, Inventory Management and finance who has an interest in the management and movement of stock, categorisation of products / Stock Keeping Units (SKUs) and ensuring optimum availability (Service Levels) whilst minimisng stock levels. Supply Chain Managers Audience Anyone involved in Supply Chain, Inventory Management and finance who has an interest in the management and movement of stock, categorisation of products / Stock Keeping Units (SKUs) and ensuring optimum availability (Service Levels) whilst minimisng stock levels. Supply Chain Managers
About Course Master the Fundamentals of Programming with Python Course Description Embark on an exciting journey into the world of programming with this comprehensive Python course, designed to equip you with the essential skills and knowledge to become a proficient Python programmer. Whether you're a complete beginner or seeking to enhance your existing Python skills, this course caters to all levels of expertise. What will be discussed in detail? Introduction to Python: Delve into the basics of Python programming, including variables, data types, operators, and control flow statements. Working with Data Types: Explore the fundamental data types in Python, including numbers, strings, booleans, and lists. Python Strings: Master the art of manipulating strings, including slicing, concatenation, and string formatting techniques. Python Lists: Discover the power of lists, one of Python's most versatile data structures, and learn how to create, access, modify, and iterate over lists. Python Casting and Input: Understand the concept of type casting and learn how to take user input from the console. Python Dictionary: Uncover the usefulness of dictionaries, another essential data structure in Python, and learn how to store and retrieve data using key-value pairs. Python Date and Time: Learn how to handle date and time operations in Python, including creating, formatting, and manipulating date and time objects. Python Loop Part 1: Master the 'for' loop, a fundamental looping construct in Python, to iterate over sequences and perform repetitive tasks. Python Loop Part 2: Expand your understanding of loops by exploring the 'while' loop, used to execute a block of code repeatedly while a condition remains true. Creating a Function: Discover the power of functions, reusable blocks of code that perform specific tasks, and learn how to define, call, and pass arguments to functions. Python OOP Part 1: Delve into the world of Object-Oriented Programming (OOP) with Python, and learn the concepts of classes, objects, inheritance, and polymorphism. Python OOP Part 2: Enhance your OOP skills by exploring advanced concepts such as abstract classes, multiple inheritance, and operator overloading. Python Advanced OOP Part 1: Discover more advanced OOP techniques, including class methods, static methods, and decorators. Python Advanced OOP Part 2: Master the concept of exception handling, a crucial aspect of robust programming, and learn how to handle errors and exceptions effectively. Error Handling: Understand the importance of error handling in Python programming and learn how to identify, handle, and prevent errors. Python File Handling: Learn how to read, write, and manipulate files in Python, enabling you to store and retrieve data from external sources. Python Modules: Explore the concept of modules, reusable code libraries, and discover how to import, use, and create your own modules. Why should you enroll into it? Gain a comprehensive understanding of Python programming: Master the fundamentals of Python programming, from basic syntax to advanced OOP concepts. Develop practical coding skills: Apply your theoretical knowledge to hands-on coding exercises, solidifying your understanding and building your confidence. Prepare for a career in programming: Equip yourself with the essential skills required for entry-level programming positions. Enhance your problem-solving abilities: Learn to think algorithmically and develop effective problem-solving techniques using Python programming. Expand your skillset and knowledge: Whether you're a beginner or an experienced programmer, this course will broaden your understanding of Python and its capabilities. What will be taught? (Learning Outcomes/Learning Objectives) Understand the fundamental concepts of Python programming Work with different data types, including numbers, strings, lists, dictionaries, and Booleans Master control flow statements such as 'if', 'elif', and 'else' Create and manipulate Python functions Implement Object-Oriented Programming (OOP) concepts using classes, objects, inheritance, and polymorphism Handle errors and exceptions effectively Read, write, and manipulate files in Python Import, use, and create Python modules What Will You Learn? Understand the fundamental concepts of Python programming Work with different data types, including numbers, strings, lists, dictionaries, and Booleans Master control flow statements such as 'if', 'elif', and 'else' Create and manipulate Python functions Implement Object-Oriented Programming (OOP) concepts using classes, objects, inheritance, and polymorphism Handle errors and exceptions effectively Read, write, and manipulate files in Python Import, use, and create Python modules Course Content Introduction to Python Introduction to Python Working with Data Types Working with Data Types Python Strings Python Strings Python List Python List Python Casting and Input Python Casting and Input Python Dictionary Python Dictionary Python Date and Time Python Date and Time Python Loop (Part - 1) Python Loop (Part - 1) Python Loop (Part - 2) Python Loop (Part - 2) Python While Loop Python While Loop Creating a Function Creating a Function Python OOP (Part - 1) Python OOP (Part - 1) Python OOP (Part - 2) Python OOP (Part - 2) Python Advanced OOP (Part - 1) Python Advanced OOP (Part - 1) Python Advanced OOP (Part - 2) Python Advanced OOP (Part - 2) Error Handling Error Handling Python File Handling Python File Handling Python Modules Python Modules A course by Uditha Bandara Microsoft Most Valuable Professional (MVP) RequirementsA basic understanding of computers and operating systemsA willingness to learn and practice codingA computer with internet access and the ability to install Python Audience Beginners with no prior programming experience Programmers seeking to transition to Python Individuals looking to enhance their programming skills and knowledge Anyone interested in pursuing a career in programming Audience Beginners with no prior programming experience Programmers seeking to transition to Python Individuals looking to enhance their programming skills and knowledge Anyone interested in pursuing a career in programming
About Course ASP.NET Core MVC 6: Master the Latest Web Development Framework Become a full-stack web developer with this comprehensive course on ASP.NET Core MVC 6, taught by a lead instructor with 20+ years of experience. This course is designed for beginners with zero or basic programming experience. You will learn everything you need to know to build modern web applications with ASP.NET Core MVC 6, including: HTML5 and CSS3 Bootstrap 4 C# ASP.NET Core MVC 6 Entity Framework Core SQL Server Express You will also learn about important web development concepts such as routing, controllers, views, and models. The course includes HD video tutorials, code challenges, and coding exercises to help you learn and practice the material. You will also build a real-world project to apply your skills. By the end of this course, you will be fluent in ASP.NET Core MVC 6 and ready to build any website you can dream of. Enroll today and start your journey to becoming a full-stack web developer! Benefits of taking this course: Learn from a lead instructor with 20+ years of experience Become a full-stack web developer with just one course Learn the latest tools and technologies used at large companies such as Apple, Facebook, Google, and Netflix Get comprehensive student testing and feedback from students who are working and applying these coding examples Learn by building real-world websites and web apps Get access to HD video tutorials, code challenges, and coding exercises Target audience: Beginners with zero or basic programming experience who want to learn how to build modern web applications with ASP.NET Core MVC 6 What Will You Learn? Learn structure of ASP .NET MVC Core (.NET 6) Project Create websites and webapp for your business needs Get a job as a junior web developer on Microsoft technologies Identify a case study to manage a project development Master front-end development using HTML & CSS back-end development using C# & MS SQL Create fully function dynamic MVC Core web applications using Asp .NET Core Creating Functional Model, View and Controller functionality on Movie Project Learn to Add Entity Framework Packages to Project Using NuGet Package Manager Applying SQL Server Database Connection to your application Running Power Shell Commands for Scaffolding and CRUD function Webforms Identify and applying Database Migrations You will learn fully functional Validations for your project Course Content Getting Started Course Introduction Course Curriculum How to Get Course Requirements Getting Started on Windows, Linux or Mac How to Ask Great Questions FAQ's ASP.NET Basics Section Introduction What You Can Build with ASP.NET Core What is ASP.NET Core How to Get Visual Studio Installing Visual Studio and ASP.NET Creating New Project Summary Prerequisites: HTML, CSS and Bootstrap Section Introduction HTML Overview Paragraph HTML List Items Forms CSS Overview CSS Internal CSS External CSS Forms Bootstrap Overview First Bootstrap Website Bootstrap Grids System Bootstrap Cards Summary ASP.NET MVC: Movie Project Section Introduction Source Code Reference MVC - Model View Controller Create a MVC Project Exploring the MVC Template Creating Controller Add a Controller URL Routing Logic Creating View Add a View Change Views and Layout Pages Passing Data from Controller to View Creating Model Add a Model Add Entity Framework Packages Scaffold Movie Pages-CRUD Database Migrations Initial Migration Generated Database Context Class Dependency Injection Database Connection String Summary Working with Database Section Introduction SQL Server Express Local DB Seed the Database Add the Seed Initializer Summary Add Search to ASP.NET Core MVC App Section Introduction Add Search Method to Controller Add Search to Page Search by Parameter Summary Model Update Section Introduction Add a New Field to Model Add-Migration Update Database Summary Validations Add Validation Rules to Model Required and Minimum Length Regular Expression Range String Length Validation on Error UI Enable JavaScript on Browser Examine the Details and Delete Code Review on Details Method Code Review on Delete Method Course Files and Resources Course Files and Resources A course by Sekhar Metla IT Industry Expert Xpert Learning RequirementsBasic C# programming experience needed(optional). You will learn MVC Core need to knowNo software is required in advance of the course (all software used in the course is free)No pre-knowledge is required on MVC - you will learn from basic Audience Beginner Asp .Net MVC Core C# coding, Microsoft SQL and CSS developers curious about web development Anyone who wants to generate new income streams Anyone who wants to build dynamic web applications Anyone who wants to become financially independent Anyone who wants to start their own business or become freelance Anyone who wants to become a Full stack web developer Anyone who wants to build fully functional asp .net core mvc database applications Audience Beginner Asp .Net MVC Core C# coding, Microsoft SQL and CSS developers curious about web development Anyone who wants to generate new income streams Anyone who wants to build dynamic web applications Anyone who wants to become financially independent Anyone who wants to start their own business or become freelance Anyone who wants to become a Full stack web developer Anyone who wants to build fully functional asp .net core mvc database applications
Project Management and Developing Our Future Generations The growth of the project management industry over the past ten years has led to over 40% of developed countries' GDP being spent on new changes and deliveries. The pool of successful project managers has become smaller, and so a concept has gathered momentum: Introducing PM to students at an earlier age to allow them to better understand the importance of the behaviour and ethics needed for their own future careers. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.
Project Management and Developing Our Future Generations The growth of the project management industry over the past ten years has led to over 40% of developed countries' GDP being spent on new changes and deliveries. The pool of successful project managers has become smaller, and so a concept has gathered momentum: Introducing PM to students at an earlier age to allow them to better understand the importance of the behaviour and ethics needed for their own future careers. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs. Each professional development activity yields one PDU for one hour spent engaged in the activity. Some limitations apply and can be found in the Ways to Earn PDUs section that discusses PDU activities and associated policies. Fractions of PDUs may also be reported. The smallest increment of a PDU that can be reported is 0.25. This means that if you spent 15 minutes participating in a qualifying PDU activity, you may report 0.25 PDU. If you spend 30 minutes in a qualifying PDU activity, you may report 0.50 PDU.
Join us for an interactive food workshop giving practical advice and support for the body’s transition during peri-menopause and menopause. We will discuss menopause-related nutrition, focus on foods rich in calcium and vitamin D to support bone health, and emphasise the food groups that ensure a high intake of vitamins, minerals, and fibre We will also look at how to include whole grains to promote heart health, which is particularly important as the risk of heart disease increases after menopause and discuss the benefits of soy and soy products, as they contain phytoestrogens, which may help balance hormones. We will have a cooking demonstration as part of the workshop, discuss meal planning and have a Q&A with our nutrition expert At the end of the cooking session we will eat together as a group This event includes sample recipes and a free meal kit to cook at home. £5 per ticket
HEALTHY SNACKING Nadja-Maurina Koerner Mission Nutrition This workshop will help you learn ways to swap unhealthy snacks for healthier alternatives by incorporating food sources such as cacao, dried fruit, sugar alternatives and seeds into your snacking routine. You will also learn about the importance of portion control and mindful eating, and receive tips on how to overcome common snacking challenges. The workshop will be hands-on, with participants getting the opportunity to sample snacks including Happiness Balls Chai Spiced Trail Mix Hummous Squash Dip Rosemary Pretzels with Cardamom Syrup Full Recipes will be available at the end of the workshop £5 deposit for workshop which will be refunded on attendance
A recording of a live webinar held in November 2023. I share the most important areas that you should be focussing on, so that you minimise the time spent wondering what on earth you can do to improve your fatigue challenge and current situation - and get onto the right path to recovery.How this webinar will help you I've helped hundreds of people to navigate this element of their recovery journey and I've used this experience to share in this webinar the most successful ways to plan for, and introduce, movement and exercise. What this webinar covers As a Fatigue Coach, over the past five years I’ve helped hundreds of people improve how they’re living with fatigue, and guided them to an improved place - often helping them to achieve a full recovery. I want to share the most important areas that you should be focussing on, so that you minimise the time spent wondering what on earth you can do to improve your situation. This webinar is primarily for those who are in the first 6 months of tackling a fatigue-related health challenge, or those who have been dealing with it for longer than that but haven’t yet received any helpful advice. There are different severities of fatigue and the help I cover will be of most benefit to those who are struggling enough that they perhaps can’t work or socialise, but who do have some level of activity. For example, able to get up and dressed most days and prepare their own meals on a good day, but have to give lots of planned thought to anything that involves having to leave the house. In this webinar I share my top pieces of guidance around the most helpful things you can do to cope better with this challenging illness. This includes: - top tips to start managing your energy levels properly (pacing) - how to manage the difficult emotions that come with this health challenge - how to rest - communicating with those who don’t understand what you’re going through. The webinar recording is approximately an hour long. Contents The main webinar video1448450061.mp4 (1h 03m 26s) 165 MB A copy of the slides I presented How to cope better with fatigue.pdf 1.38 MB
Plumbing and air conditioning are essential services for every home and business. The UK plumbing and air conditioning industry is worth over £50 billion and employs over 500,000 people. There is a high demand for skilled plumbers and air conditioning engineers, and the average salary for these roles is above the national average. In the heart of every building lies a complex system of pipes, drains, vents, and heating units. Become an indispensable part of this foundational architecture with our comprehensive Plumber course that offers training in Plumbing as well as Heating, Ventilation, and Air Conditioning (HVAC). According to the Office for National Statistics, the construction industry in the UK has been steadily growing, creating a heightened demand for skilled plumbers and HVAC technicians. Unlock the gateway to a resilient, well-paid career and gain mastery over everything from the UK plumbing standards to advanced domestic hot water system installations. Take your chance to learn from a meticulously designed curriculum covering all aspects of modern plumbing and HVAC systems. You will Learn The Following Things: Learn strategies to boost your workplace efficiency. Hone your skills to help you advance your career. Acquire a comprehensive understanding of various topics and tips. Learn in-demand skills that are in high demand among UK employers This course covers the topic you must know to stand against the tough competition. The future is truly yours to seize with this Plumbing Sanitary System Training. Enrol today and complete the course to achieve a certificate that can change your career forever. Details Perks of Learning with IOMH One-to-one support from a dedicated tutor throughout your course. Study online - whenever and wherever you want. Instant Digital/ PDF certificate 100% money back guarantee 12 months access Process of Evaluation After studying the course, an MCQ exam or assignment will test your skills and knowledge. You have to get a score of 60% to pass the test and get your certificate. Certificate of Achievement After completing the Plumbing Sanitary System Training course, you will receive your CPD-accredited Digital/PDF Certificate for £5.99. To get the hardcopy certificate for £12.99, you must also pay the shipping charge of just £3.99 (UK) and £10.99 (International). Who Is This Course for? This Plumbing Sanitary System Training is suitable for anyone aspiring to start a career in relevant field; even if you are new to this and have no prior knowledge, this course is going to be very easy for you to understand. On the other hand, if you are already working in this sector, this course will be a great source of knowledge for you to improve your existing skills and take them to the next level. This course has been developed with maximum flexibility and accessibility, making it ideal for people who don't have the time to devote to traditional education. Requirements There is no prerequisite to enrol in this course. You don't need any educational qualification or experience to enrol in the Plumbing Sanitary System Training course. Do note: you must be at least 16 years old to enrol. Any internet-connected device, such as a computer, tablet, or smartphone, can access this online course. Career Path The certification and skills you get from this Plumbing Sanitary System Training Course can help you advance your career and gain expertise in several fields, allowing you to apply for high-paying jobs in related sectors. Course Curriculum Plumbing Sanitary System Training Welcome to the Course 00:01:00 Course Content 00:07:00 Introduction 00:02:00 Sewage Types 00:03:00 Sewage Systems 00:07:00 Important Terms 00:01:00 Drainage Trap 00:03:00 Drainage Branch 00:01:00 Building Drain 00:02:00 Building Sewer 00:01:00 Sanitary Drainage Pipes 00:03:00 PVC Pipes 00:02:00 HDPE Pipes 00:01:00 Pipes Connection 00:02:00 Pipes Test 00:01:00 Pipes Support 00:01:00 Pipes Slope 00:04:00 Pipes Sizing Part 1 00:04:00 Pipes Sizing Part 2 00:05:00 Important Notes 00:03:00 Hydraulic Jump 00:04:00 Cleanouts 00:05:00 Floor Drains 00:04:00 Trench Drain 00:01:00 Oil Interceptor 00:01:00 Gully Trap 00:04:00 Grease Interceptor 00:04:00 Inspection Chamber & Manholes 00:02:00 Inspection Chamber & Manholes Locations 00:02:00 Inspection Chamber & Manholes Dimensions 00:03:00 Inspection Chamber & Manholes Specifications 00:03:00 Inspection Chamber & Manholes Distances 00:40:00 Slow Down Chamber 00:03:00 Sump Pit & Sump Pump 00:03:00 Sump Pump Flow Rate Calculation 00:03:00 Sump Pit Volume Calculation 00:03:00 Sump Pump Head Calculation 00:02:00 Septic & Holding Tank 00:06:00 Septic & Holding Tank Volume 00:03:00 Septic & Holding Tank Notes 00:02:00 Thank You 00:01:00