├── .gitignore ├── Contributing.md ├── InvoiceManagerSample.sln ├── InvoiceManagerSample ├── InvoiceManager.csproj ├── InvoiceManagerManifest │ ├── InvoiceManager.xml │ └── SharePointProjectItem.spdata └── PackingSlip.docx ├── InvoiceManagerSampleWeb ├── App │ ├── App.css │ ├── App.js │ └── Home │ │ ├── Home.css │ │ ├── Home.html │ │ └── Home.js ├── Content │ └── OfficeThemes.css ├── Images │ └── Close.png ├── InvoiceManagerWeb.csproj ├── Properties │ └── AssemblyInfo.cs ├── Scripts │ ├── Office │ │ ├── 1 │ │ │ ├── access-web-16.00.debug.js │ │ │ ├── access-web-16.00.js │ │ │ ├── ar-sa │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── bg-bg │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── ca-es │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── cs-cz │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── da-dk │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── de-de │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── el-gr │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── en-us │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── es-es │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── et-ee │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── eu-es │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── excel-15.01.debug.js │ │ │ ├── excel-15.01.js │ │ │ ├── excel-15.debug.js │ │ │ ├── excel-15.js │ │ │ ├── excel-ios-16.00.debug.js │ │ │ ├── excel-ios-16.00.js │ │ │ ├── excel-web-16.00.debug.js │ │ │ ├── excel-web-16.00.js │ │ │ ├── excel-win32-16.00.debug.js │ │ │ ├── excel-win32-16.00.js │ │ │ ├── excelios-15.debug.js │ │ │ ├── excelios-15.js │ │ │ ├── excelwebapp-15.01.debug.js │ │ │ ├── excelwebapp-15.01.js │ │ │ ├── excelwebapp-15.debug.js │ │ │ ├── excelwebapp-15.js │ │ │ ├── fi-fi │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── fr-fr │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── gl-es │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── he-il │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── hi-in │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── hr-hr │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── hu-hu │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── id-id │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── it-it │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── ja-jp │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── kk-kz │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── ko-kr │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── lt-lt │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── lv-lv │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── ms-my │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── nb-no │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── nl-nl │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── o15apptofilemappingtable.debug.js │ │ │ ├── o15apptofilemappingtable.js │ │ │ ├── office-vsdoc.js │ │ │ ├── office.debug.js │ │ │ ├── office.js │ │ │ ├── outlook-15.01.debug.js │ │ │ ├── outlook-15.01.js │ │ │ ├── outlook-15.02.debug.js │ │ │ ├── outlook-15.02.js │ │ │ ├── outlook-15.debug.js │ │ │ ├── outlook-15.js │ │ │ ├── outlook-web-16.00.debug.js │ │ │ ├── outlook-web-16.00.js │ │ │ ├── outlook-win32-16.00.debug.js │ │ │ ├── outlook-win32-16.00.js │ │ │ ├── outlook-win32.debug-vsdoc.js │ │ │ ├── outlookwebapp-15.01.debug.js │ │ │ ├── outlookwebapp-15.01.js │ │ │ ├── outlookwebapp-15.debug.js │ │ │ ├── outlookwebapp-15.js │ │ │ ├── pl-pl │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── powerpoint-15.01.debug.js │ │ │ ├── powerpoint-15.01.js │ │ │ ├── powerpoint-15.debug.js │ │ │ ├── powerpoint-15.js │ │ │ ├── powerpoint-ios-16.00.debug.js │ │ │ ├── powerpoint-ios-16.00.js │ │ │ ├── powerpoint-web-16.00.debug.js │ │ │ ├── powerpoint-web-16.00.js │ │ │ ├── powerpoint-win32-16.00.debug.js │ │ │ ├── powerpoint-win32-16.00.js │ │ │ ├── powerpointios-15.debug.js │ │ │ ├── powerpointios-15.js │ │ │ ├── project-15.01.debug.js │ │ │ ├── project-15.01.js │ │ │ ├── project-15.debug.js │ │ │ ├── project-15.js │ │ │ ├── project-win32-16.00.debug.js │ │ │ ├── project-win32-16.00.js │ │ │ ├── pt-br │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── pt-pt │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── ro-ro │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── ru-ru │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── sk-sk │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── sl-si │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── sr-cyrl-cs │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── sr-cyrl-rs │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── sr-latn-cs │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── sr-latn-rs │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── sv-se │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── th-th │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── tr-tr │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── uk-ua │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── vi-vn │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ ├── word-15.01.debug.js │ │ │ ├── word-15.01.js │ │ │ ├── word-15.debug.js │ │ │ ├── word-15.js │ │ │ ├── word-ios-16.00.debug.js │ │ │ ├── word-ios-16.00.js │ │ │ ├── word-web-16.00.debug.js │ │ │ ├── word-web-16.00.js │ │ │ ├── word-win32-16.00.debug.js │ │ │ ├── word-win32-16.00.js │ │ │ ├── wordios-15.debug.js │ │ │ ├── wordios-15.js │ │ │ ├── zh-cn │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ │ └── zh-tw │ │ │ │ ├── office_strings.debug.js │ │ │ │ ├── office_strings.js │ │ │ │ ├── outlook_strings.debug.js │ │ │ │ └── outlook_strings.js │ │ ├── MicrosoftAjax.js │ │ └── metadata │ │ │ ├── endpoints.xml │ │ │ └── features.xml │ ├── _officeintellisense.js │ ├── _references.js │ └── jquery.json2xml.js ├── Web.Debug.config ├── Web.Release.config ├── Web.config └── packages.config ├── LICENSE ├── README.md └── Word-Add-in-JavaScript-InvoiceManager.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/.gitignore -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/Contributing.md -------------------------------------------------------------------------------- /InvoiceManagerSample.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSample.sln -------------------------------------------------------------------------------- /InvoiceManagerSample/InvoiceManager.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSample/InvoiceManager.csproj -------------------------------------------------------------------------------- /InvoiceManagerSample/InvoiceManagerManifest/InvoiceManager.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSample/InvoiceManagerManifest/InvoiceManager.xml -------------------------------------------------------------------------------- /InvoiceManagerSample/InvoiceManagerManifest/SharePointProjectItem.spdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSample/InvoiceManagerManifest/SharePointProjectItem.spdata -------------------------------------------------------------------------------- /InvoiceManagerSample/PackingSlip.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSample/PackingSlip.docx -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/App/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/App/App.css -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/App/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/App/App.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/App/Home/Home.css: -------------------------------------------------------------------------------- 1 | /* Page-specific styling */ 2 | 3 | -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/App/Home/Home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/App/Home/Home.html -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/App/Home/Home.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/App/Home/Home.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Content/OfficeThemes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Content/OfficeThemes.css -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Images/Close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Images/Close.png -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/InvoiceManagerWeb.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/InvoiceManagerWeb.csproj -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/access-web-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/access-web-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/access-web-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/access-web-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ar-sa/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ar-sa/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ar-sa/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ar-sa/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ar-sa/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ar-sa/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ar-sa/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ar-sa/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/bg-bg/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/bg-bg/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/bg-bg/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/bg-bg/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/bg-bg/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/bg-bg/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/bg-bg/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/bg-bg/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ca-es/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ca-es/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ca-es/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ca-es/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ca-es/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ca-es/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ca-es/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ca-es/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/cs-cz/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/cs-cz/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/cs-cz/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/cs-cz/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/cs-cz/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/cs-cz/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/cs-cz/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/cs-cz/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/da-dk/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/da-dk/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/da-dk/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/da-dk/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/da-dk/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/da-dk/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/da-dk/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/da-dk/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/de-de/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/de-de/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/de-de/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/de-de/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/de-de/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/de-de/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/de-de/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/de-de/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/el-gr/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/el-gr/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/el-gr/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/el-gr/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/el-gr/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/el-gr/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/el-gr/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/el-gr/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/en-us/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/en-us/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/en-us/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/en-us/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/en-us/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/en-us/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/en-us/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/en-us/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/es-es/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/es-es/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/es-es/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/es-es/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/es-es/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/es-es/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/es-es/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/es-es/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/et-ee/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/et-ee/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/et-ee/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/et-ee/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/et-ee/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/et-ee/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/et-ee/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/et-ee/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/eu-es/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/eu-es/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/eu-es/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/eu-es/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/eu-es/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/eu-es/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/eu-es/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/eu-es/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excel-15.01.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excel-15.01.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excel-15.01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excel-15.01.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excel-15.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excel-15.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excel-15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excel-15.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excel-ios-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excel-ios-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excel-ios-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excel-ios-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excel-web-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excel-web-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excel-web-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excel-web-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excel-win32-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excel-win32-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excel-win32-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excel-win32-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excelios-15.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excelios-15.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excelios-15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excelios-15.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excelwebapp-15.01.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excelwebapp-15.01.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excelwebapp-15.01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excelwebapp-15.01.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excelwebapp-15.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excelwebapp-15.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/excelwebapp-15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/excelwebapp-15.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/fi-fi/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/fi-fi/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/fi-fi/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/fi-fi/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/fi-fi/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/fi-fi/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/fi-fi/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/fi-fi/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/fr-fr/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/fr-fr/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/fr-fr/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/fr-fr/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/fr-fr/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/fr-fr/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/fr-fr/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/fr-fr/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/gl-es/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/gl-es/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/gl-es/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/gl-es/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/gl-es/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/gl-es/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/gl-es/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/gl-es/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/he-il/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/he-il/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/he-il/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/he-il/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/he-il/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/he-il/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/he-il/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/he-il/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hi-in/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hi-in/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hi-in/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hi-in/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hi-in/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hi-in/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hi-in/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hi-in/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hr-hr/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hr-hr/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hr-hr/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hr-hr/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hr-hr/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hr-hr/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hr-hr/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hr-hr/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hu-hu/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hu-hu/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hu-hu/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hu-hu/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hu-hu/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hu-hu/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/hu-hu/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/hu-hu/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/id-id/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/id-id/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/id-id/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/id-id/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/id-id/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/id-id/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/id-id/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/id-id/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/it-it/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/it-it/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/it-it/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/it-it/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/it-it/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/it-it/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/it-it/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/it-it/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ja-jp/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ja-jp/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ja-jp/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ja-jp/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ja-jp/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ja-jp/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ja-jp/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ja-jp/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/kk-kz/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/kk-kz/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/kk-kz/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/kk-kz/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/kk-kz/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/kk-kz/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/kk-kz/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/kk-kz/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ko-kr/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ko-kr/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ko-kr/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ko-kr/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ko-kr/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ko-kr/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ko-kr/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ko-kr/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/lt-lt/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/lt-lt/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/lt-lt/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/lt-lt/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/lt-lt/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/lt-lt/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/lt-lt/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/lt-lt/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/lv-lv/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/lv-lv/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/lv-lv/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/lv-lv/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/lv-lv/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/lv-lv/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/lv-lv/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/lv-lv/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ms-my/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ms-my/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ms-my/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ms-my/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ms-my/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ms-my/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ms-my/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ms-my/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/nb-no/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/nb-no/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/nb-no/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/nb-no/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/nb-no/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/nb-no/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/nb-no/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/nb-no/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/nl-nl/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/nl-nl/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/nl-nl/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/nl-nl/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/nl-nl/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/nl-nl/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/nl-nl/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/nl-nl/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/o15apptofilemappingtable.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/o15apptofilemappingtable.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/o15apptofilemappingtable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/o15apptofilemappingtable.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/office-vsdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/office-vsdoc.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/office.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/office.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/office.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/office.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.01.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.01.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.01.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.02.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.02.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.02.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.02.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-15.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-web-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-web-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-web-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-web-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-win32-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-win32-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-win32-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-win32-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlook-win32.debug-vsdoc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlook-win32.debug-vsdoc.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlookwebapp-15.01.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlookwebapp-15.01.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlookwebapp-15.01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlookwebapp-15.01.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlookwebapp-15.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlookwebapp-15.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/outlookwebapp-15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/outlookwebapp-15.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pl-pl/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pl-pl/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pl-pl/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pl-pl/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pl-pl/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pl-pl/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pl-pl/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pl-pl/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-15.01.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-15.01.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-15.01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-15.01.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-15.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-15.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-15.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-ios-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-ios-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-ios-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-ios-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-web-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-web-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-web-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-web-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-win32-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-win32-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-win32-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpoint-win32-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpointios-15.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpointios-15.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/powerpointios-15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/powerpointios-15.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/project-15.01.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/project-15.01.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/project-15.01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/project-15.01.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/project-15.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/project-15.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/project-15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/project-15.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/project-win32-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/project-win32-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/project-win32-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/project-win32-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pt-br/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pt-br/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pt-br/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pt-br/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pt-br/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pt-br/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pt-br/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pt-br/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pt-pt/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pt-pt/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pt-pt/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pt-pt/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pt-pt/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pt-pt/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/pt-pt/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/pt-pt/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ro-ro/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ro-ro/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ro-ro/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ro-ro/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ro-ro/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ro-ro/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ro-ro/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ro-ro/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ru-ru/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ru-ru/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ru-ru/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ru-ru/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ru-ru/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ru-ru/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/ru-ru/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/ru-ru/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sk-sk/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sk-sk/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sk-sk/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sk-sk/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sk-sk/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sk-sk/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sk-sk/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sk-sk/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sl-si/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sl-si/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sl-si/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sl-si/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sl-si/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sl-si/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sl-si/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sl-si/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-cs/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-cs/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-cs/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-cs/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-cs/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-cs/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-cs/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-cs/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-rs/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-rs/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-rs/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-rs/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-rs/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-rs/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-rs/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-cyrl-rs/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-cs/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-cs/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-cs/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-cs/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-cs/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-cs/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-cs/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-cs/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-rs/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-rs/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-rs/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-rs/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-rs/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-rs/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-rs/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sr-latn-rs/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sv-se/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sv-se/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sv-se/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sv-se/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sv-se/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sv-se/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/sv-se/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/sv-se/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/th-th/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/th-th/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/th-th/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/th-th/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/th-th/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/th-th/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/th-th/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/th-th/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/tr-tr/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/tr-tr/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/tr-tr/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/tr-tr/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/tr-tr/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/tr-tr/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/tr-tr/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/tr-tr/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/uk-ua/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/uk-ua/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/uk-ua/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/uk-ua/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/uk-ua/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/uk-ua/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/uk-ua/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/uk-ua/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/vi-vn/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/vi-vn/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/vi-vn/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/vi-vn/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/vi-vn/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/vi-vn/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/vi-vn/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/vi-vn/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/word-15.01.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/word-15.01.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/word-15.01.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/word-15.01.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/word-15.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/word-15.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/word-15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/word-15.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/word-ios-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/word-ios-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/word-ios-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/word-ios-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/word-web-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/word-web-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/word-web-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/word-web-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/word-win32-16.00.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/word-win32-16.00.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/word-win32-16.00.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/word-win32-16.00.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/wordios-15.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/wordios-15.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/wordios-15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/wordios-15.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/zh-cn/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/zh-cn/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/zh-cn/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/zh-cn/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/zh-cn/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/zh-cn/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/zh-cn/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/zh-cn/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/zh-tw/office_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/zh-tw/office_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/zh-tw/office_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/zh-tw/office_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/zh-tw/outlook_strings.debug.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/zh-tw/outlook_strings.debug.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/1/zh-tw/outlook_strings.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/1/zh-tw/outlook_strings.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/MicrosoftAjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/MicrosoftAjax.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/metadata/endpoints.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/metadata/endpoints.xml -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/Office/metadata/features.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/Office/metadata/features.xml -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/_officeintellisense.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/_officeintellisense.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/_references.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/_references.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Scripts/jquery.json2xml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Scripts/jquery.json2xml.js -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Web.Debug.config -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Web.Release.config -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/Web.config -------------------------------------------------------------------------------- /InvoiceManagerSampleWeb/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/InvoiceManagerSampleWeb/packages.config -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/README.md -------------------------------------------------------------------------------- /Word-Add-in-JavaScript-InvoiceManager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OfficeDev/Word-Add-in-JavaScript-InvoiceManager/HEAD/Word-Add-in-JavaScript-InvoiceManager.yml --------------------------------------------------------------------------------