Project reports text organization
parent
3612991192
commit
506210c292
|
@ -9,7 +9,9 @@ div.wrapper(ng-controller="ProjectProfileController as ctrl",
|
||||||
section.main.admin-common(tg-project-export)
|
section.main.admin-common(tg-project-export)
|
||||||
header
|
header
|
||||||
include ../includes/components/mainTitle
|
include ../includes/components/mainTitle
|
||||||
p.admin-subtitle Export your project data in CSV format and make your own reports
|
p.admin-subtitle Export your project data in CSV format and make your own reports.
|
||||||
|
|
||||||
|
p Download a CSV file or copy the generated URL and open it in your favourite text editor or spreadsheet to make your own project data reports. You will be able to visualize and analize all your data easily.
|
||||||
|
|
||||||
- var csvType = "US";
|
- var csvType = "US";
|
||||||
- var controller = "CsvExporterUserstoriesController";
|
- var controller = "CsvExporterUserstoriesController";
|
||||||
|
|
|
@ -4,8 +4,6 @@ section.project-csv(ng-controller='#{controller} as ctrl', tg-select-input-text
|
||||||
a.button.button-gray(title="Download #{csvType} CSV", ng-href="{{csvUrl}}", ng-show="csvUrl")
|
a.button.button-gray(title="Download #{csvType} CSV", ng-href="{{csvUrl}}", ng-show="csvUrl")
|
||||||
span Download CSV
|
span Download CSV
|
||||||
|
|
||||||
p Get all information about your project #{csvType}. Save all your data to a <em>.csv</em> file and open it in your favourite text editor or spreadsheet. You will be able to visualize and analize all your data easily.
|
|
||||||
|
|
||||||
div.csv-regenerate-field
|
div.csv-regenerate-field
|
||||||
.field-with-options
|
.field-with-options
|
||||||
input(type="text", placeholder="Please regenerate CSV url", readonly, ng-model="csvUrl")
|
input(type="text", placeholder="Please regenerate CSV url", readonly, ng-model="csvUrl")
|
||||||
|
|
Loading…
Reference in New Issue