@{ ViewData["Title"] = "Download Your Data"; ViewData["PageIcon"] = "bi-download"; Layout = "~/Views/Shared/_Layout.cshtml"; }

Export a copy of your company's data. Select which data types to include, then choose a format. Your download will be generated immediately.

@if (TempData["Error"] != null) { }
@Html.AntiForgeryToken()
Data to Include
@foreach (var item in new[] { ("Customers", "people", "Customers"), ("Jobs", "tools", "Jobs"), ("Quotes", "file-earmark-text", "Quotes"), ("Invoices", "receipt", "Invoices"), ("Inventory", "boxes", "Inventory Items"), ("Equipment", "gear", "Equipment"), ("Vendors", "shop", "Vendors"), ("ShopWorkers", "person-badge", "Shop Workers"), ("Users", "person-lock", "Users / Logins"), }) {
}
ยท

Format

Your export is generated on-demand and delivered directly to your browser. Nothing is stored.

@section Scripts { }