• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

660 Office Productivity courses in Leicester delivered Online

Get Smart With QuickBooks 2022 for Windows

By Nexus Human

Duration 2 Days 12 CPD hours Overview At course completion, you will be able to: Set up a company Set up and manage inventory Invoice and process payments Customize forms Create reports Track and pay sales tax Prepare payroll In this course you will learn the features in QuickBooks Pro and Premier 2022. First-time QuickBooks users will learn the basic features of the software. Experienced QuickBooks users will quickly learn the new features and functionality of QuickBooks 2022. Getting Started Starting QuickBooks Setting QuickBooks Preferences Components of the QuickBooks Operating Environment Using QuickBooks Help Identifying Common Business Terms Exiting QuickBooks Setting Up a Company Creating a QuickBooks Company Using the Chart of Accounts Working with Lists Creating Company Lists Working with the Customers & Jobs List Working with the Employees List Working with the Vendors List Working with the Item List Working with Other Lists Managing Lists Setting Up Inventory Entering Inventory Ordering Inventory Receiving Inventory Paying for Inventory Manually Adjusting Inventory Selling Your Product Creating Product Invoices Applying Credit to Invoices Emailing Invoices Setting Price Levels Creating Sales Receipts Invoicing for Services Setting Up a Service Item Changing the Invoice Format Creating a Service Invoice Editing an Invoice Voiding an Invoice Deleting an Invoice Entering Statement Charges Creating Billing Statements Automated Send Statements Processing Payments Displaying the Open Invoices Report Using the Income Tracker Receiving Payments for Invoices Making Deposits Handling Bounced Checks Working with Bank Accounts Writing a QuickBooks Check Voiding a QuickBooks Check Using Bank Account Registers Entering a Handwritten Check Transferring Funds Between Accounts Reconciling Checking Accounts Entering and Paying Bills Using QuickBooks for Accounts Payable Using the Bill Tracker Entering Bills Paying Bills Entering Vendor Credit Handling Expenses Managing Receipts Memorizing Transactions Entering a New Memorized Transaction Editing a Memorized Transaction Deleting a Memorized Transaction Grouping Memorized Transactions Using a Memorized Transaction Printing the Memorized Transaction List Customizing Forms Creating a Custom Template Modifying a Template Printing Forms Using Other QuickBooks Accounts Other QuickBooks Account Types Working with Credit Card Transactions Working with Fixed Assets Working with Long-Term Liability Accounts Using the Loan Manager Creating Reports Working with QuickReports Working with Preset Reports Sharing Reports Exporting Reports to Microsoft Excel Printing Reports Creating Graphs Creating QuickInsight Graphs Using QuickZoom with Graphs Working with the Sales Graph Customizing Graphs Printing Graphs Tracking and Paying Sales Tax Using Sales Tax in QuickBooks Setting Up Tax Rates and Agencies Indicating Who and What Gets Taxed Applying Tax to Each Sale Determining What You Owe Paying Your Tax Agencies Preparing Payroll with QuickBooks Using Payroll Tracking Setting Up for Payroll Setting Up Employee Payroll Information Setting Up a Payroll Schedule Writing a Payroll Check Printing Paycheck Stubs Tracking Your Tax Liabilities Paying Payroll Taxes Preparing Payroll Tax Form Using the EasyStep Interview Using the EasyStep Interview Using Online Banking Setting Up an Internet Connection Setting Up Bank Feeds for Accounts Viewing, Downloading, and Adding Online Transactions Creating Online Payments Transferring Funds Online Canceling Online Payments Managing Company Files Using QuickBooks in Multi-user Mode Setting Up Users and Passwords Setting a Closing Date Sharing Files with an Accountant Updating QuickBooks Backing Up and Restoring a Company File Condensing a Company File Estimating, Time Tracking, and Job Costing Creating Job Estimates Creating an Invoice from an Estimate Displaying Reports for Estimates Updating the Job Status Tracking Time Displaying Reports for Time Tracking Tracking Vehicle Mileage Displaying Vehicle Mileage Reports Displaying Other Job Reports Writing Letters Using the Letters and Envelopes Wizard Customizing Letter Templates

Get Smart With QuickBooks 2022 for Windows
Delivered OnlineFlexible Dates
Price on Enquiry

55320 Programming with HTML, CSS, and JavaScript

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for students new to computer programming or experienced programmers who are new to client-side web development. Overview After completing this course, you will be able to: Describe the technologies involved in web development. Create HTML pages with links and images. Explain the benefits of CSS. Style HTML pages with CSS. Explain the concepts of objects, methods, and properties. Work with JavaScript variables. Create their own custom functions in JavaScript. Write flow control logic in JavaScript. Write JavaScript code that listens for and handles events, such as mouse clicks and page loads. Create forms with HTML and validate them with JavaScript. Use regular expressions in JavaScript for advanced form validation. This course is intended for IT professionals interested in becoming client-side web developers. who need to get a jump start on all three technologies. The course includes more than 30 exercises, providing a rapid hands-on introduction to the three major client-side languages: HTML, CSS, and JavaScript. Students should be prepared to cover a lot of ground quickly.This material updates and replaces course Microsoft course 20480 which was previously published under the title Programming in HTML5 with JavaScript and CSS3. Module 1: A Quick Overview of Web Development HTML is Part of a Team Client-side Programming Server-side Programming Web Development Technologies Module 2: Introduction to HTML Exercise: A Simple HTML Document Getting Started with a Simple HTML Document HTML Elements, Attributes, and Comments The HTML Skeleton Viewing the Page Source Special Characters HTML Elements and Special Characters History of HTML The lang Attribute Module 3: Paragraphs, Headings, and Text Paragraphs Heading Levels Breaks and Horizontal Rules Exercise: Paragraphs, Headings, and Text The div Tag Creating an HTML Page Quoted Text Preformatted Text Inline Semantic Elements Exercise: Adding Inline Elements Module 4: HTML Links Links Introduction Text Links Absolute vs. Relative Paths Targeting New Tabs Email Links Exercise: Adding Links Lorem Ipsum The title Attribute Linking to a Specific Location on the Page Targeting a Specific Location on the Page Module 5: HTML Images Inserting Images Image Links Adding Images to the Document Exercise: Adding Images to the Page Providing Alternative Images Module 6: HTML Lists Unordered Lists Ordered Lists Definition Lists Exercise: Creating Lists Module 7: Crash Course in CSS Benefits of Cascading Style Sheets CSS Rules Selectors Combinators Precedence of Selectors How Browsers Style Pages CSS Resets CSS Normalizers External Stylesheets, Embedded Stylesheets, and Inline Styles Exercise: Creating an External Stylesheet Exercise: Creating an Embedded Stylesheet Exercise: Adding Inline Styles div and span Exercise: Styling div and span Media Types Units of Measurement Inheritance Module 8: CSS Fonts font-family @font-face font-size font-style font-variant font-weight line-height font shorthand Exercise: Styling Fonts Module 9: Color and Opacity About Color and Opacity Color and Opacity Values Color Opacity Exercise: Adding Color and Opacity to Text Module 10: CSS Text letter-spacing text-align text-decoration text-indent text-shadow text-transform white-space word-break word-spacing Exercise: Text Properties Module 11: JavaScript Basics JavaScript vs. EcmaScript The HTML DOM JavaScript Syntax Accessing Elements Where Is JavaScript Code Written? JavaScript Objects, Methods, and Properties Exercise: Alerts, Writing, and Changing Background Color Module 12: Variables, Arrays, and Operators JavaScript Variables A Loosely Typed Language Google Chrome DevTools Storing User-Entered Data Exercise: Using Variables Constants Arrays Exercise: Working with Arrays Associative Arrays Playing with Array Methods JavaScript Operators The Modulus Operator Playing with Operators The Default Operator Exercise: Working with Operators Module 13: JavaScript Functions Global Objects and Functions Exercise: Working with Global Functions User-defined Functions Exercise: Writing a JavaScript Function Returning Values from Functions Module 14: Built-In JavaScript Objects Strings Math Date Helper Functions Exercise: Returning the Day of the Week as a String Module 15: Conditionals and Loops Conditionals Short-circuiting Switch / Case Ternary Operator Truthy and Falsy Exercise: Conditional Processing Loops while and do?while Loops for Loops break and continue Exercise: Working with Loops Array: forEach() Module 16: Event Handlers and Listeners On-event Handlers Exercise: Using On-event Handlers The addEventListener() Method Anonymous Functions Capturing Key Events Exercise: Adding Event Listeners Benefits of Event Listeners Timers Typing Test Module 17: The HTML Document Object Model CSS Selectors The innerHTML Property Nodes, NodeLists, and HTMLCollections Accessing Element Nodes Exercise: Accessing Elements Dot Notation and Square Bracket Notation Accessing Elements Hierarchically Exercise: Working with Hierarchical Elements Accessing Attributes Creating New Nodes Focusing on a Field Shopping List Application Exercise: Logging Exercise: Adding EventListeners Exercise: Adding Items to the List Exercise: Dynamically Adding Remove Buttons to the List Items Exercise: Removing List Items Exercise: Preventing Duplicates and Zero-length Product Names Manipulating Tables Module 18: HTML Forms How HTML Forms Work The form Element Form Elements Buttons Exercise: Creating a Registration Form Checkboxes Radio Buttons Exercise: Adding Checkboxes and Radio Buttons Fieldsets Select Menus Textareas Exercise: Adding a Select Menu and a Textarea HTML Forms and CSS Module 19: JavaScript Form Validation Server-side Form Validation HTML Form Validation Accessing Form Data Form Validation with JavaScript Exercise: Checking the Validity of the Email and URL Fields Checking Validity on Input and Submit Events Adding Error Messages Validating Textareas Validating Checkboxes Validating Radio Buttons Validating Select Menus Exercise: Validating the Ice Cream Order Form Giving the User a Chance Module 20: Regular Expressions Getting Started Regular Expression Syntax Backreferences Form Validation with Regular Expressions Cleaning Up Form Entries Exercise: Cleaning Up Form Entries A Slightly More Complex Example

55320 Programming with HTML, CSS, and JavaScript
Delivered OnlineFlexible Dates
Price on Enquiry

Getting Started with Programming, OO and Basic Java for Non-Developers (TT2000)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This basic course is intended for anyone who is new to software development and wants, or needs, to gain an understanding of the fundamentals of coding and basics of Java and object-oriented programming concepts. Attendees might include: Technically-minded attendees who want or who want to begin the process of becoming an OO application developer Technical team members from non-development roles, re-skilling to move into software and application development roles within an organization Recent college graduates looking to apply their college experience to programming skills in a professional environment, or perhaps needing to learn the best practices and standards for programming within their new organization Technical managers tasked with overseeing programming teams, or development projects, where basic coding knowledge and exposure will be useful in project oversight or communications needs Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, designed to train attendees in basic coding with Java, coupling the most current, effective techniques with the soundest industry practices. Our engaging instructors and mentors are highly experienced practitioners who bring years of current 'on-the-job' experience into every classroom. Working in a hands-on learning environment, guided by our expert team, attendees will learn: The steps involved in the creation and deployment of a computer program What OO programming is and what the advantages of OO are in today's world To work with objects, classes, and OO implementations The basic concepts of OO such as encapsulation, inheritance, polymorphism, and abstraction The basic constructs that all programming languages share The basic Java constructs supporting processing as well as the OO orientation How to use Java exception handling About and how to use classes, inheritance and polymorphism About use collections, generics, autoboxing, and enumerations How to take advantage of the Java tooling that is available with the programming environment being used in the class Getting Started with Programming, OO and Java Basics for Non-Developers is a skills-focused, hands-on coding course that teaches students the fundamentals of programming object oriented (OO) applications with Java to a basic level, using sound coding skills and best practices for OO development. This course is presented in a way that enables interested students to embrace the fundamentals of coding as well as an introduction to Java, in a gentle paced environment that focuses on coding basics.Students are introduced to the application development cycle, structure of programs, and specific language syntax. The course introduces important algorithmic constructs, string and character manipulation, dynamic memory allocation, standard I/O, and fundamental object-oriented programming concepts. The course explains the use of inheritance and polymorphism early on so the students can practice extensively in the hands-on labs. Structured programming techniques and error handling are emphasized. The course includes the processing of command line arguments and environment variables, so students will be able to write flexible, user-friendly programs. Students will leave this course armed with the required skills to begin their journey as a Java programmer using modern coding skills and technologies. Introduction to Computer Programming Introduction to Programming Programming Tools Programming Fundamentals Thinking About Objects Program Basics Programming Constructs Java: A First Look The Java Platform Using the JDK The Eclipse Paradigm Writing a Simple Class OO Concepts Object-Oriented Programming Inheritance, Abstraction, and Polymorphism Getting Started with Java Adding Methods to the Class Language Statements Using Strings Specializing in a Subclass Essential Java Programming Fields and Variables Using Arrays Java Packages and Visibility Advanced Java Programming Inheritance and Polymorphism Interfaces and Abstract Classes Exceptions Java Developer's Toolbox Utility Classes Enumerations and Static Imports Formatting Strings Collections and Generics Introduction to Generics Collections

Getting Started with Programming, OO and Basic Java for Non-Developers (TT2000)
Delivered OnlineFlexible Dates
Price on Enquiry

Complete Microsoft Office: 8 Course Bundle + Practice Templates

By SkillWise

Overview Become a master of workplace efficiency with the tools available in Microsoft Office Suite. Whether you want to advance your career or develop your knowledge, skills and productivity in the modern office environment, taking this Complete Microsoft Office: 8 Course Bundle + Practice Templates course is an ideal choice to gain the expertise you need to succeed. This bundle course is designed to help professionals advance their career in IT and guide them through every stage of their IT career, from choosing the right career path to earning qualifications and career advancement strategies. This comprehensive course provides expert-crafted content and interactive resources that will help you to gain professional-level skills and proficiency in Microsoft Office's suite of software. You will also discover a wide range of topics enabling you to master the capabilities of Microsoft Office Suite. Successful completion of the course can lead to a career as a computer support specialist, computer systems analyst, network systems administrator and many more. Highlights of Complete Microsoft Office: 8 Course Bundle + Practice Templates : Be able to create basic spreadsheets and use formulas for tracking expenses. Learn how to use complex formulas and perform data analysis on your organisation's revenue and expense patterns. Successfully take your Excel skills to the ultimate level with advanced charts, graphs, formulas and data analysis. Make impressive presentations for your next business conference or meeting, assignment or project work using animation, audio or video and collaborative tools. Master the art of data management, customer tracking, and buying patterns. Learn how to automate repetitive and time-consuming Excel procedures and operations for highest efficiency. Create eye-catching documents starting from scratch and take advantage of Word's spelling, grammar and translation capabilities. Course design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Online study materials Mock exams Multiple-choice assessment How is the course assessed? To successfully complete the course you must pass an automated, multiple-choice assessment. The assessment is delivered through our online learning platform. You will receive the results of your assessment immediately upon completion. Will I receive a certificate of completion? Upon successful completion, you will qualify for the UK and internationally-recognised certificate and you can choose to make your achievement formal by obtaining your PDF Certificate at a cost of £9 and Hardcopy Certificate for £15. Why study this course Whether you're an existing practitioner or aspiring professional, this course will enhance your expertise and boost your CV with key skills and an accredited qualification attesting to your knowledge. The Complete Microsoft Office: 8 Course Bundle + Practice Templates is open to all, with no formal entry requirements. All you need is a passion for learning, a good understanding of the English language, numeracy and IT, and to be over the age of 16.

Complete Microsoft Office: 8 Course Bundle + Practice Templates
Delivered Online On Demand
£40

Office Facility Management

4.8(9)

By Skill Up

Dive into the intricate world of Office Facility Management, where every detail matters. Learn to harness office procedures and streamline work flow for optimal performance.

Office Facility Management
Delivered Online On Demand1 hour 45 minutes
£25

Productivity Habits Development Certificate

4.8(9)

By Skill Up

Description Productivity Habits Development Certificate Course is designed to teach you about the habits and characteristics of successful people that

Productivity Habits Development Certificate
Delivered Online On Demand2 hours 5 minutes
£25

Ultimate Productivity & Time Management In Under 40 Minutes

4.8(9)

By Skill Up

Dive into Ultimate Productivity and time Management in Under 40 Minutes-where efficiency meets empowerment. Transform your days today!

Ultimate Productivity & Time Management In Under 40 Minutes
Delivered Online On Demand38 minutes
£25

Office 365 Planner

By iStudy UK

The Planner is a late addition to the Office 365 suite of productivity tools that makes it very easy for a team to work together more efficiently and productively. This Office 365 Planner course is perfect if you are looking forward to learning more about Office 365. By enrolling in this course, you'll equip with all the features and functionality of Planner. Following that, you'll learn how to create new plans, organize and assign tasks. Besides, you'll explore how to share files, chat, and get updates on project progress. In addition to that, you'll understand the interface of Planner, learn to create new plans, use Boards and Buckets to organize tasks. Creating and assigning tasks, adding new members, using notifications, and working with the different views also broadly explained in this course. Upon successful completion of this course, you'll be able to use Planner more confidently for organizing and managing tasks and projects related exercises. What Will I Learn? Get an Understanding of Planner Add and Edit Tasks Create a New Plan Work with Members in Planner Requirements Basic computer skills would be helpful Introduction Introduction 00:03:00 Working with Planner Overview of Planner 00:05:00 Creating a New Plan 00:05:00 Using Boards and Buckets 00:06:00 Working with Tasks 00:09:00 Working with Members 00:08:00 Editing Plan Settings 00:05:00 Changing Views 00:08:00 Exporting a Plan to Excel 00:04:00 Conclusion Course Recap 00:02:00 Course Certification

Office 365 Planner
Delivered Online On Demand55 minutes
£25

Productivity Habits of Highly Successful People

By iStudy UK

The course Productivity Habits of Highly Successful People presents you the habits of successful people that you may follow to succeed in life. Are you struggling to control your emotions? Or worried about your productivity? You will be happy to know that you can increase your productivity. The course guides you how to do it. The associated terms and concepts of productivity, the common habits of successful people, Parkinson's Law to increase productivity, project planning, and busy people vs. productive people, etc. will be discussed in the course. Apart from these, the course guides you the procedures for making better decisions. By the end of the course, you will be able to increase your productivity and also able to adopt and adapt the behaviours and habits of highly successful people. You will also able to apply Parkinson's Law in your real life to enhance your productivity. What Will I Learn? Create an asset to stop trading time for money. Embrace your current constraints to start a business. Leverage the 80/20 principle and Parkinson's law to increase productivity. Analyzing responsibilities to make better decisions. Master workflow, project planning, and get things done! Understand busy people vs. productive people. Understand lessons in email productivity. Learn the habits of highly successful people. Requirements Students will need to have a project in mind. Doing multiple tasks at once is the enemy of productivity. Who is the target audience? Students with patience and discipline to know that success does not happen overnight. The course will teach students how to do the right things, not how to multitask. Start to implement productivity habits slowly. If you try to do too much at once, habits don't tend to change. Section 01 - Leverage Long Term Success Habits of Highly Productive People FREE 00:03:00 Create an Asset 00:03:00 Embrace Constraints 00:04:00 The 80-20 Principle 00:03:00 Analyze Responsibilities 00:03:00 Make Better Decisions 00:01:00 Leverage Current Situations 00:02:00 Section 02 - Mastering Workflow Productive Action Planning 00:03:00 Good Project Planning 00:04:00 Mastering Workflow 00:02:00 Managing Commitments 00:02:00 Reviewing Tasks 00:02:00 Parkinson's Law 00:02:00 Batch Small Tasks 00:01:00 Email Productivity 00:04:00 Section 03 - Everyday Productivity Habits for Success Productive Routines for Morning and Night People 00:03:00 Routines to Decrease Working Hours 00:03:00 Busy People vs. Productive People 00:05:00 Things That Aren't Actually Productive 00:07:00 Habits to Avoid 00:03:00 More Habits to Avoid 00:04:00 Overcoming Concepts to Become Successful 00:03:00 Section 04 - Lessons to Learn to Maximize Probability Become More Productive 00:03:00 Power of Less 00:05:00 Interruption is the Killer of Productivity 00:03:00 Inspiration is Perishable 00:01:00 Money Mistakes Successful People Avoid 00:04:00 Avoid Zero Sum Games 00:02:00 Course Certification

Productivity Habits of Highly Successful People
Delivered Online On Demand1 hour 25 minutes
£25

Office 2016 New Features

By iStudy UK

To explore the new features that have included in Microsoft Office 2016, enrolling in this Office 2016 New Features course will be perfect for you. Grab the opportunity to acquire knowledge of Microsoft Office 2016 which will allow you to take your skills to a higher level and become more confident and efficient in the workplace. Office 2016 includes multiple unique features and enhancements offered in Office 2013. Throughout the course, you'll gain invaluable insider tips and learn new techniques to work with office 2016. Additionally, you'll analyse the common changes across the suite of products, such as Tell Me, ink equations, new chart types, version history, and themes and review individual feature enhancements in Microsoft Word, Excel, PowerPoint, Outlook, and Access. What Will I Learn? Learn about the new features across Office 2016 Use Co-authoring in Word Explore the new features in Excel Create a screen recording in PowerPoint Be more productive with Outlook Explore the new features of Access Requirements Basic understanding of existing Microsoft Office features and functionality Introduction Introduction FREE 00:00:00 Overview of Common Changes Using the Tell Me Feature 00:04:00 Using Smart Lookup 00:04:00 Applying the New Colorful Theme 00:02:00 Working with Version History 00:03:00 Working with New Chart Types 00:04:00 Using Ink Equations 00:03:00 New Features in Word Using Co-Authoring 00:05:00 New Features in Excel Using the One-Click Forecast 00:03:00 Searching in the PivotTable Field List 00:01:00 Using Multi-Select with a PivotTable Slicer 00:01:00 Using Maps 00:01:00 Using Get and Transform Power Queries 00:03:00 Publishing and Sharing in Power BI 00:02:00 Using Power View 00:02:00 Working with PowerPivot Improvements 00:02:00 New Features in PowerPoint Using Preset Styles for Shapes 00:04:00 Creating a Screen Recording 00:05:00 New Features in Outlook Working with Groups 00:09:00 Working with Clutter 00:05:00 Searching with Keywords and People Suggestions 00:02:00 Working with Email Attachments 00:03:00 New Features in Access Exploring the New Environment 00:01:00 Exploring New Templates 00:02:00 Exporting Linked Information to Excel 00:01:00 Integrating with SharePoint 2016 00:01:00 Conclusion Course Recap 00:01:00 Course Certification

Office 2016 New Features
Delivered Online On Demand1 hour 14 minutes
£25