OfficeDev/Outlook-Add-in-BillMaker

Name: Outlook-Add-in-BillMaker

Owner: Office Developer

Description: This Outlook add-in demonstrates how to implement three kinds of command buttons: drop-down, launch task pane, and run function without UI.

Created: 2015-12-15 18:40:59.0

Updated: 2017-11-15 14:41:34.0

Pushed: 2018-05-02 21:01:14.0

Homepage: null

Size: 84

Language: HTML

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Microsoft Outlook-Add-in-BillMaker

This Outlook add-in demonstrates how to implement three types of command buttons: a button with a drop-down menu (each of which launches a task pane), a button that launches a task pane, and a button that runs a function that uses no task pane UI. The app appears when you open an existing appointment or meeting and allows you to create and send invoices to clients with whom you've met. This sample currently runs only with the Outlook 2016 desktop client.

BillMaker screenshot

The Add a charge button contains a three-option drop-down menu that allows you to apply charges for three different tiers of customers. The Make an invoice button generates an invoice out of all of the saved charges, and the Clear changes button clears all charges for the current customer.

Prerequisites
Configure the add-in
  1. Clone this repository.
  2. Run npm install from your local repository to install both npm and Bower dependencies.
  3. Run gulp serve-static from your local repository to start development server.
  4. Go to mail.office365.com and sign in with your Microsoft Office 365 account.
  5. Click the gear icon for the Settings menu on the nav bar, and then choose Manage add-ins.
  6. Click the plus (+) icon, and then choose Add from a file.
  7. Browse to this repository folder and choose manifest.xml.
  8. Then complete the wizard (Next, Install, OK) to make the add-in available on your Office 365 account.
  9. Finally, you'll have to open the app in a browser and trust the certificate for localhost:8443. The add-in won't run if your computer doesn't trust it.
Run the add-in
  1. After installing the add-in, open the Outlook 2016 client desktop application.
  2. Choose a calendar meeting.
  3. You'll be able to add charges and make invoices for the person who created the meeting.
Questions and comments

We'd love to get your feedback about this sample. You can send your questions and suggestions to us in the Issues section of this repository.

Additional resources
Copyright

Copyright (c) 2015 Microsoft. All rights reserved.

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.