Verleger: 16
Crystalynn Shelton
Unlock smarter, faster, and more confident bookkeeping with the new edition of the bestselling Mastering QuickBooks series – the most comprehensive guide to US QuickBooks Online. Written for small business owners, bookkeepers, accountants, and ProAdvisors, it takes you from setup and fundamentals through advanced workflows, real-world case studies, and Intuit’s newest AI-powered tools.You’ll learn how to automate invoices, payments, and expense tracking with AI Agents, and how to use Intuit Assist for reconciliations, cash flow analysis, and forecasting. Expanded coverage of eCommerce integrations with Shopify, Amazon, and Square helps you simplify multi-channel sales, while updated payroll, inventory, and compliance chapters ensure you stay aligned with the latest regulations. Three in-depth case studies – retail, services, and property management show QuickBooks in action, making it easy to apply your learning to real businesses. Whether you’re new to QuickBooks or a seasoned professional, this edition will help you save time, reduce errors, and make smarter financial decisions with confidence.
Crystalynn Shelton
Whether you have bookkeeping experience or not, handling the financial side of your growing business requires expertise. With Mastering QuickBooks® 2022, Third Edition, you’ll learn how to use QuickBooks® to build the perfect budget, simplify tax return preparation, manage inventory, track job costs, generate income statements and financial reports, and perform all accounting-related tasks with ease.Throughout the book, you’ll be guided by an experienced Certified Public Accountant and Advanced Certified QuickBooks ProAdvisor – from setup to core features and beyond.This new edition has every chapter revised to cover a range of new features and updates available, including smart invoicing and cash flow projections. You'll learn how to create multilingual invoices, track mileage, work with a cash flow dashboard that helps you with cash forecasting and planning reports, and upload batches of bills and checks.This book will also teach you how to manage sales tax, including how to set up, collect, track, pay, and report sales tax payments. In addition to this, you’ll explore how to export reports to Google Sheets, use the custom chart builder, import budgets, and perform smart reporting.By the end of this book, you'll be well-versed with QuickBooks and have the confidence to manage all your bookkeeping tasks with ease.
Mastering QuickBooks(R) 2023. The Ultimate Guide to Bookkeeping with QuickBooks® - Fourth Edition
Crystalynn Shelton
Mastering QuickBooks® 2023 is a comprehensive guide that covers everything you need to know to master QuickBooks, from setting up your accounts and managing your transactions to generating reports and integrating with other software.With step-by-step instructions, real-world examples, and practical tips and tricks, this book is designed to help small business owners, independent contractors, and bookkeepers optimize their financial management and streamline their business operations.
Crystalynn Shelton, Dr. Megan Hanna
Mastering QuickBooks® 2025 is the definitive guide for small-business owners, bookkeepers, and accounting students. This new edition covers both the fundamentals, like setting up the US version of QuickBooks Online, as well as advanced features, like integrating with e-commerce platforms. You'll grasp core business transactions such as sales, expenses, and payroll while ensuring compliance with tax regulations. You'll gain complete mastery of the US-based QuickBooks Online features—from setting up the platform to fi ling taxes like a professional.Updated for the latest QuickBooks 2025, this book introduces advanced topics like time tracking for hourly billing, inventory management techniques, and real-time financial reporting. Detailed guidance on payroll processing and 1099 contractor tracking is also included to help manage your financial operations. With the purchase of the book, you'll gain access to bonus chapters and video tutorials by the author, off erring deeper insights on how to navigate key reports, reconcile bank transactions, sharpen bookkeeping fundamentals, and generate detailed sales and expense reports.By the end of this book, you'll know how to effectively leverage QuickBooks Online for the fi nancial management of your business.
Edina Berlinger (EURO), Julia Molnár, Agnes Vidovics...
Mastering RabbitMQ. Master the art of developing message-based applications with RabbitMQ
Yusuf Aytas, Emrah Ayanoglu, Dotan Nahum
RabbitMQ is one of the most powerful Open Source message broker software, which is widely used in tech companies such as Mozilla, VMware, Google, AT&T, and so on. RabbitMQ gives you lots of fantastic and easy-to-manage functionalities to control and manage the messaging facility with lots of community support. As scalability is one of our major modern problems, messaging with RabbitMQ is the main part of the solution to this problemThis book explains and demonstrates the RabbitMQ server in a detailed way. It provides you with lots of real-world examples and advanced solutions to tackle the scalability issues.You’ll begin your journey with the installation and configuration of the RabbitMQ server, while also being given specific details pertaining to the subject. Next, you’ll study the major problems that our server faces, including scalability and high availability, and try to get the solutions for both of these issues by using the RabbitMQ mechanisms. Following on from this, you’ll get to design and develop your own plugins using the Erlang language and RabbitMQ’s internal API. This knowledge will help you to start with the management and monitoring of the messages, tools, and applications. You’ll also gain an understanding of the security and integrity of the messaging facilities that RabbitMQ provides. In the last few chapters, you will build and keep track of your clients (senders and receivers) using Java, Python, and C#.
Mastering React Native. Learn Once, Write Anywhere
Eric Masiello, Jacob Friedmann
React Native has completely revolutionized mobile development by empowering JavaScript developers to build world-class mobile apps that run natively on mobile platforms. This book will show you how to apply JavaScript and other front-end skills to build cross-platform React Native applications for iOS and Android using a single codebase.This book will provide you with all the React Native building blocks necessary to become an expert. We’ll give you a brief explanation of the numerous native components and APIs that come bundled with React Native including Images, Views, ListViews, WebViews, and much more. You will learn to utilize form inputs in React Native. You’ll get an overview of Facebook’s Flux data architecture and then apply Redux to manage data with a remote API. You will also learn to animate different parts of your application, as well as routing using React Native’s navigation APIs. By the end of the book, you will be able to build cutting-edge applications using the React Native framework.
Daniel Irvine
Many programmers are aware of TDD but struggle to apply it beyond basic examples. This book teaches how to build complex, real-world applications using Test-Driven Development (TDD). It takes a first principles approach to the TDD process using plain Jest and includes test-driving the integration of libraries including React Router, Redux, and Relay (GraphQL).Readers will practice systematic refactoring while building out their own test framework, gaining a deep understanding of TDD tools and techniques. They will learn how to test-drive features such as client- and server-side form validation, data filtering and searching, navigation and user workflow, undo/redo, animation, LocalStorage access, WebSocket communication, and querying GraphQL endpoints.The book covers refactoring codebases to use the React Router and Redux libraries. via TDD. Redux is explored in depth, with reducers, middleware, sagas, and connected React components. The book also covers acceptance testing using Cucumber and Puppeteer.The book is fully up to date with React 16.9 and has in-depth coverage of hooks and the ‘act’ test helper.