Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
52b72f7a
Commit
52b72f7a
authored
6 years ago
by
Andreas Schindlbeck
Browse files
Options
Downloads
Patches
Plain Diff
#1034875 Standardtext Anschreiben in der Neuanlage des Angebots
parent
86891ead
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
entity/Offer_entity/entityfields/header/valueProcess.js
+13
-7
13 additions, 7 deletions
entity/Offer_entity/entityfields/header/valueProcess.js
report/RPTJ_OFFER/reportData.jrxml
+4
-4
4 additions, 4 deletions
report/RPTJ_OFFER/reportData.jrxml
with
17 additions
and
11 deletions
entity/Offer_entity/entityfields/header/valueProcess.js
+
13
−
7
View file @
52b72f7a
import
(
"
system.result
"
);
import
(
"
system.vars
"
);
if
(
vars
.
exists
(
"
$param.OfferHeader_param
"
)
&&
vars
.
get
(
"
$param.OfferHeader_param
"
))
{
result
.
string
(
vars
.
get
(
"
$param.OfferHeader_param
"
));
}
\ No newline at end of file
import
(
"
system.logging
"
);
import
(
"
system.result
"
);
import
(
"
system.vars
"
);
import
(
"
system.neon
"
);
if
(
vars
.
exists
(
"
$param.OfferHeader_param
"
)
&&
vars
.
get
(
"
$param.OfferHeader_param
"
))
result
.
string
(
vars
.
get
(
"
$param.OfferHeader_param
"
));
else
if
(
vars
.
get
(
"
$this.value
"
))
result
.
string
(
vars
.
get
(
"
$this.value
"
));
else
if
(
vars
.
get
(
"
$sys.recordstate
"
)
==
neon
.
OPERATINGSTATE_NEW
)
result
.
string
(
"
gerne bieten wir Ihnen wie folgt an:
"
)
This diff is collapsed.
Click to expand it.
report/RPTJ_OFFER/reportData.jrxml
+
4
−
4
View file @
52b72f7a
<?xml version="1.0" encoding="UTF-8"?>
<jasperReport
xmlns=
"http://jasperreports.sourceforge.net/jasperreports"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd"
name=
"report1"
pageWidth=
"595"
pageHeight=
"842"
columnWidth=
"555"
leftMargin=
"20"
rightMargin=
"20"
topMargin=
"20"
bottomMargin=
"20"
uuid=
"e7a916c8-3f9a-497d-84bb-3909b15271ea"
>
<property
name=
"ireport.zoom"
value=
"1.
77156
100000000
1
"
/>
<property
name=
"ireport.zoom"
value=
"1.
464
100000000
0006
"
/>
<property
name=
"ireport.x"
value=
"0"
/>
<property
name=
"ireport.y"
value=
"
0
"
/>
<property
name=
"ireport.y"
value=
"
75
"
/>
<parameter
name=
"myAddr"
class=
"java.lang.String"
/>
<parameter
name=
"Pos"
class=
"java.lang.String"
/>
<parameter
name=
"Artikelbezeichnung"
class=
"java.lang.String"
/>
...
...
@@ -24,7 +24,7 @@
<parameter
name=
"OFFERDel"
class=
"java.lang.String"
/>
<parameter
name=
"AD_Name"
class=
"java.lang.String"
/>
<parameter
name=
"SUBREPORT_DIR"
class=
"java.lang.String"
isForPrompting=
"false"
>
<defaultValueExpression>
<![CDATA["C:\\
Users\\a.voegl\\Documents\\AditoP
roject
s
\\xRM-Basic
2019\\report\\RPTJ_OFFER\\"]]>
</defaultValueExpression>
<defaultValueExpression>
<![CDATA["C:\\
Entwicklungszweige\\0.0\\p
roject\\xRM-Basic2019\\report\\RPTJ_OFFER\\"]]>
</defaultValueExpression>
</parameter>
<parameter
name=
"adito.datasource.subdata"
class=
"java.lang.Object"
/>
<parameter
name=
"SUMITEMSUM"
class=
"java.lang.Double"
/>
...
...
@@ -125,7 +125,7 @@
</textField>
</band>
<band
height=
"20"
>
<textField>
<textField
isStretchWithOverflow=
"true"
>
<reportElement
x=
"20"
y=
"0"
width=
"535"
height=
"20"
uuid=
"8d10af04-82a4-4344-ae98-de42c82a674e"
/>
<textElement>
<font
fontName=
"Segoe UI"
size=
"8"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment