@cronapp/templates 3.0.0-SP.40 → 3.0.0-SP.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/file/report/Blank/template.properties +2 -2
- package/file/report/Blank/template_pt_BR.properties +4 -2
- package/file/report/CrossTabWithDetailing/template.properties +1 -1
- package/file/report/CrossTabWithDetailing/template_pt_BR.properties +3 -1
- package/file/report/Indicators/template.properties +1 -1
- package/file/report/Indicators/template_pt_BR.properties +3 -1
- package/file/report/InsuranceWithSelectingCountry/template.properties +1 -1
- package/file/report/InsuranceWithSelectingCountry/template_pt_BR.properties +3 -1
- package/file/report/InvoiceQuotation/template.properties +1 -1
- package/file/report/InvoiceQuotation/template_pt_BR.properties +3 -1
- package/file/report/InvoiceSoftware/template.properties +1 -1
- package/file/report/InvoiceSoftware/template_pt_BR.properties +3 -1
- package/file/report/Labels/template.properties +1 -1
- package/file/report/Labels/template_pt_BR.properties +3 -1
- package/file/report/MasterDetail/template.properties +1 -1
- package/file/report/MasterDetail/template_pt_BR.properties +3 -1
- package/file/report/MultiColumnList/template.properties +1 -1
- package/file/report/MultiColumnList/template_pt_BR.properties +3 -1
- package/file/report/PurchaseOrder/template.properties +1 -1
- package/file/report/PurchaseOrder/template_pt_BR.properties +3 -1
- package/file/report/SimpleGroup/template.properties +1 -1
- package/file/report/SimpleGroup/template_pt_BR.properties +3 -1
- package/file/report/Tree/template.properties +1 -1
- package/file/report/Tree/template_pt_BR.properties +3 -1
- package/file/report/TreeWithHeadersAndFooters/template.properties +1 -1
- package/file/report/TreeWithHeadersAndFooters/template_pt_BR.properties +3 -1
- package/file/report/TwoMastersOnOneDetail/template.properties +1 -1
- package/file/report/TwoMastersOnOneDetail/template_pt_BR.properties +3 -1
- package/package.json +1 -1
|
@@ -2,5 +2,5 @@ icon=CrossTabWithDetailing.png
|
|
|
2
2
|
name=CrossTabWithDetailing
|
|
3
3
|
description=Cross-Tab with Detailing report template
|
|
4
4
|
encoding=UTF-8
|
|
5
|
-
parameter.string.FileName=
|
|
5
|
+
parameter.string.FileName=File name
|
|
6
6
|
parameter.string.FileName.value=cross-tab-with-detailing
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
name=Tabela cruzada com detalhamento
|
|
2
|
-
description=Modelo de relatório para Tabela cruzada com detalhamento
|
|
2
|
+
description=Modelo de relatório para Tabela cruzada com detalhamento
|
|
3
|
+
parameter.string.FileName=Nome do arquivo
|
|
4
|
+
parameter.string.FileName.value=cross-tab-with-detailing
|
|
@@ -2,5 +2,5 @@ icon=InsuranceWithSelectingCountry.png
|
|
|
2
2
|
name=Insurance by Country
|
|
3
3
|
description=Insurance by Country report template
|
|
4
4
|
encoding=UTF-8
|
|
5
|
-
parameter.string.FileName=
|
|
5
|
+
parameter.string.FileName=File name
|
|
6
6
|
parameter.string.FileName.value=insurance-by-country
|
|
@@ -2,5 +2,5 @@ icon=TreeWithHeadersAndFooters.png
|
|
|
2
2
|
name=TreeWithHeadersAndFooters
|
|
3
3
|
description=Tree with Headers and Footers report template
|
|
4
4
|
encoding=UTF-8
|
|
5
|
-
parameter.string.FileName=
|
|
5
|
+
parameter.string.FileName=File name
|
|
6
6
|
parameter.string.FileName.value=tree-with-headers-and-footers
|
|
@@ -1,2 +1,4 @@
|
|
|
1
1
|
name=Árvore com cabeçalhos e rodapés
|
|
2
|
-
description=Modelo de relatório para Árvore com cabeçalhos e rodapés
|
|
2
|
+
description=Modelo de relatório para Árvore com cabeçalhos e rodapés
|
|
3
|
+
parameter.string.FileName=Nome do arquivo
|
|
4
|
+
parameter.string.FileName.value=tree-with-headers-and-footers
|
|
@@ -2,5 +2,5 @@ icon=TwoMastersOnOneDetail.png
|
|
|
2
2
|
name=TwoMastersOnOneDetail
|
|
3
3
|
description=Two Masters on One Detail report template
|
|
4
4
|
encoding=UTF-8
|
|
5
|
-
parameter.string.FileName=
|
|
5
|
+
parameter.string.FileName=File name
|
|
6
6
|
parameter.string.FileName.value=two-masters-on-one-detail
|
package/package.json
CHANGED