Duration 2 Days 12 CPD hours Overview What's New in This Guide? Automatic Payment Reminders for open customer invoices Ability to automatically include the PO# (purchase order number) to Invoice Emails Able to combine multiple emails which allows you to attach multiple sales or purchasing documents to a single email Quickly locate a company file using the new company file search feature Smart Help is an improved search experience that includes access to live experts through messaging and call back options This course covers all features that are in QuickBooks Pro and Premier 2020 and prepares you for the QuickBooks Certified User exam. This course combines all topics in the two 1 day courses ?Get Started with QuickBooks 2020 for Windows? and ?Keep Going with QuickBooks 2020 for Windows?. 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 2020. 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 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 Handling Expenses Using QuickBooks for Accounts Payable Using the Bill Tracker Entering Bills Paying Bills Entering Vendor Credit 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 Forms 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
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
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
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.
ð Unlock Your Full Potential with Microsoft Word 2016 Essentials ð Are you tired of spending hours wrestling with Microsoft Word, trying to create professional documents without breaking a sweat? Say goodbye to frustration and hello to efficiency with our Microsoft Word 2016 Essentials course! ð Why Microsoft Word 2016 Essentials? â Master the Basics: Whether you're a beginner or looking to refresh your skills, our course covers all the fundamental features of Microsoft Word 2016. Say goodbye to confusion and hello to confidence. â Boost Productivity: Learn the tips and tricks to streamline your document creation process. From formatting to collaboration, discover the tools that will save you time and energy. â Create Stunning Documents: Unlock the secrets of effective document design. Impress your colleagues and clients with polished and professional-looking reports, resumes, and more. â Effortless Collaboration: Discover the art of seamless collaboration. Learn how to edit and review documents with ease, making teamwork a breeze. â Troubleshooting Made Simple: Tired of tech hiccups? Our course includes troubleshooting strategies, empowering you to tackle issues and navigate Microsoft Word 2016 with ease. â Lifetime Access: Once you enroll, you get lifetime access to the course material. Take it at your own pace and revisit the content whenever you need a refresher. ð Bonus Features: ð Interactive Exercises: Reinforce your learning with hands-on exercises that ensure you retain the information. ð Resource Library: Gain access to a wealth of additional resources, including cheat sheets and templates, to enhance your Word skills. ð Certificate of Completion: Receive a prestigious certificate upon finishing the course, showcasing your commitment to mastering Microsoft Word 2016. ð¡ Don't miss this opportunity to transform the way you work with Microsoft Word. Enroll now and take the first step towards becoming a Word wizard! ð Course Curriculum Basic Overview 01:28 File Menu 03:02 File Menu - Part 2 01:28 Home Menu 02:13 Home Menu - Part 2 - Styles 03:21 Insert Menu 03:00 Insert Menu - Part 2 00:00 Design Menu 00:00 Layout Menu 00:00 References Menu 00:00 References Menu - Table Of Contents 00:00 Mailings Menu 00:00 Review Menu - Part 1 00:00 Review Menu - Part 2 00:00 Review Menu - Resume Assistant 00:00 View Menu 00:00 Basic Document Creation - Part 1 00:00 Basic Document Creation - Part 2 00:00 File Type Saving 00:00 Conclusion 00:00 Advanced Overview 00:00 Importing From PowerPoint 00:00 Importing From Word to PowerPoint 00:00 File Menu - Importing Content from Excel 00:00 File Menu 00:00 Voice Recognition and Dictation 00:00 Insert Menu-Documenting Items 00:00 Text and Symbols Tab 00:00 Design Menu - Page Background 00:00 Layout Menu 00:00 References Section - Index Tab 00:00 Mail Merge - Part 1 00:00 Mail Merge - Part 2 00:00 Review Menu - Protect Tab 00:00 Review Menu - Compare Tab 00:00 Review Menu - Resume Assistant Tab 00:00 Review Menu - Linked Notes 00:00 View Menu - Windows Tab 00:00 Interface with Google Docs 00:00 Mobile Integration 00:00
ð Unlock Seamless Teamwork with 'Efficient Collaboration: Mastering Office 365' ð Are you ready to revolutionize the way your team works together? Say goodbye to productivity bottlenecks and hello to streamlined collaboration with our comprehensive online course: 'Efficient Collaboration: Mastering Office 365.' ð Why Office 365? In today's fast-paced business environment, effective collaboration is non-negotiable. Microsoft Office 365 stands as the ultimate toolkit, empowering teams to communicate, share, and achieve together seamlessly. From Word and Excel to Teams and SharePoint, this suite offers unparalleled potential for enhanced productivity. ð¥ What Will You Learn? ð Maximize Productivity: Discover the hidden gems within each Office 365 app to boost your team's efficiency and output. ð¤ Streamline Communication: Unleash the full power of Microsoft Teams, fostering real-time collaboration and communication across your organization. ð Master Cloud Collaboration: Dive into SharePoint and OneDrive to facilitate secure and efficient document sharing, ensuring your team is always on the same page. ð Automation Techniques: Learn how to automate repetitive tasks with Power Automate, saving time and reducing errors. ð± Mobile Collaboration: Extend your collaboration capabilities to mobile devices, allowing your team to work from anywhere. ð Why Choose Our Course? â Expert Instructors: Taught by seasoned Office 365 professionals with hands-on industry experience. â Interactive Learning: Engage in practical exercises and real-world scenarios to reinforce your understanding. â Lifetime Access: Enjoy access to course materials and updates for a lifetime, ensuring your skills remain cutting-edge. â Community Support: Join a vibrant community of learners, exchanging insights and overcoming challenges together. ð Who Is This Course For? Business Owners Project Managers Office Administrators Team Leaders Anyone looking to supercharge their collaboration skills ð¡ Enroll Today and Transform Your Team's Collaboration! Don't let outdated collaboration methods hinder your team's potential. Join 'Efficient Collaboration: Mastering Office 365' today and unlock the full power of Office 365. Take the first step towards a more connected, productive, and successful future! Course Curriculum Basic Overview 00:00 Licensing Issues for Business 00:00 Home Vs Business Pricing 00:00 Reasons To Consider the Home Version 00:00 Differing Levels of Business Pricing - Enterprise 00:00 Purchase and Set Up 00:00 Using Office Applications Online 00:00 Using Office Applications Offline 00:00 Do You Need to Be Internet Connected 00:00 Using One Drive - Admin 00:00 Using One Drive Basic Functions 00:00 Skype For Business Installation 00:00 Skype for Business Webinars 00:00 Skype for Business Vs Skype for Desktop 00:00 Microsoft Outlook With Exchange 00:00 Outlook.com Vs Microsoft Exchange 00:00 Managing Tasks With Planner 00:00 The Teams Application 00:00 Invoicing and Management Applications 00:00 Conclusion 00:00 Advanced Overview 00:00 Other 365 Options 00:00 Admin Panel - Part One 00:00 Admin Panel - Part Two 00:00 Document Sharing and Collaboration 00:00 Document Sharing and Collaboration With Delve 00:00 Intranet with Sharepoint 00:00 Intranet with Sharepoint - External App Updates Part Two 00:00 PPT Alternative Onscreen Presentatoins with Sway 00:00 PPT Alternative Onscreen Presentations With Sway - Part Two 00:00 Zapier Like Integrations with Flow - Part One 00:00 Zapier Like Integrations with Flow - Part Two 00:00 Slack Like Conversations With Yammer - Part One 00:00 Slack Like Conversations with Yammer - Part Two - External 00:00 Adding On Applications with Dynamics 365 00:00 Adding on Applications with Dynamics 365 - Part 2 00:00 Create Surveys - Quizzes and Polls with Forms - Part One 00:00 Create Surveys - Quizzes and Polls with Forms 00:00 Using Microsoft To Do 00:00 Conclusion 00:00
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