mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-25 00:53:48 +00:00
Merge branch 'master' of https://framagit.org/Chill-project/Chill-Main
This commit is contained in:
@@ -29,6 +29,14 @@ services:
|
||||
tags:
|
||||
- { name: chill.export_formatter, alias: 'csvlist' }
|
||||
|
||||
chill.main.export.list_spreadsheet_formatter:
|
||||
class: Chill\MainBundle\Export\Formatter\SpreadsheetListFormatter
|
||||
arguments:
|
||||
- "@translator"
|
||||
- "@chill.main.export_manager"
|
||||
tags:
|
||||
- { name: chill.export_formatter, alias: 'spreadlist' }
|
||||
|
||||
chill.main.export.pivoted_list_formatter:
|
||||
class: Chill\MainBundle\Export\Formatter\CSVPivotedListFormatter
|
||||
arguments:
|
||||
|
@@ -1,4 +1,6 @@
|
||||
.sc-button {
|
||||
margin-bottom: 0.5rem;
|
||||
|
||||
&.bt-submit, &.bt-save, &.bt-create, &.bt-new {
|
||||
@include button($green, $white);
|
||||
}
|
||||
|
@@ -159,6 +159,7 @@ Export parameters: Paramètres d'export
|
||||
Filters: Filtres
|
||||
Aggregators: Aggrégateurs
|
||||
Go to formatter options: Vers les options de mise en forme
|
||||
Choose a format: Choisir un format
|
||||
#export creation step 'formatter' : choose formatter option
|
||||
Generate the report: Générer le rapport
|
||||
No options availables. Your report is fully configured.: Pas d'options disponibles. Votre rapport est déjà configuré.
|
||||
@@ -178,6 +179,7 @@ Number: Numéro
|
||||
# the label which appears in the UI
|
||||
CSV vertical list: Liste verticale au format CSV
|
||||
CSV horizontal list: Liste horizontale au format CSV
|
||||
Spreadsheet list formatter (.xlsx, .ods): Liste au format tableur (.xlsx, .ods)
|
||||
Order: Ordre
|
||||
Position: Position
|
||||
row: ligne
|
||||
|
Reference in New Issue
Block a user