Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Component Sharing
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gagandeep Singh Bhatia
Component Sharing
Commits
9b2bdea3
Commit
9b2bdea3
authored
Jan 08, 2024
by
Sonawane Amol Madhjuar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
132b831f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
85 additions
and
0 deletions
+85
-0
Amol/API_SRD/api_log21.srd
Amol/API_SRD/api_log21.srd
+85
-0
No files found.
Amol/API_SRD/api_log21.srd
0 → 100644
View file @
9b2bdea3
$PBExportHeader$api_log21.srd
release 9;
datawindow(units=1 timer_interval=0 color=134217732 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
header(height=35 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=1328 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes name=ref_id dbname="api_call_log.ref_id" )
column=(type=char(6) update=yes updatewhereclause=yes name=ref_ser dbname="api_call_log.ref_ser" )
column=(type=char(120) update=yes updatewhereclause=yes name=api_url dbname="api_call_log.api_url" )
column=(type=char(1) update=yes updatewhereclause=yes name=api_scope dbname="api_call_log.api_scope" )
column=(type=char(30) update=yes updatewhereclause=yes name=api_name dbname="api_call_log.api_name" )
column=(type=char(1) update=yes updatewhereclause=yes name=api_type dbname="api_call_log.api_type" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="api_call_log.chg_term" )
column=(type=char(10) update=yes updatewhereclause=yes name=app_id dbname="api_call_log.app_id" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="api_call_log.chg_date" )
column=(type=char(60) update=yes updatewhereclause=yes name=response_id dbname="api_call_log.response_id" )
column=(type=char(1) update=yes updatewhereclause=yes name=call_status dbname="api_call_log.call_status" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=no_of_records dbname="api_call_log.no_of_records" )
column=(type=char(1) update=yes updatewhereclause=yes name=rec_type dbname="api_call_log.rec_type" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="api_call_log.chg_user" )
column=(type=char(60) update=yes updatewhereclause=yes name=call_type dbname="api_call_log.call_type" )
column=(type=char(10) update=yes updatewhereclause=yes name=user_id dbname="api_call_log.user_id" )
column=(type=datetime update=yes updatewhereclause=yes name=call_date dbname="api_call_log.call_date" )
column=(type=char(15) update=yes updatewhereclause=yes key=yes name=tran_id dbname="api_call_log.tran_id" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="api_call_log.site_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=enterprise dbname="api_call_log.enterprise" )
column=(type=char(4000) update=yes updatewhereclause=yes name=response_info dbname="response_info" )
column=(type=char(4000) update=yes updatewhereclause=yes name=request_data dbname="request_data" )
column=(type=char(60) updatewhereclause=yes name=site_descr dbname="site.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"api_call_log~" ) TABLE(NAME=~"site~" ) COLUMN(NAME=~"api_call_log.ref_id~") COLUMN(NAME=~"api_call_log.ref_ser~") COLUMN(NAME=~"api_call_log.api_url~") COLUMN(NAME=~"api_call_log.api_scope~") COLUMN(NAME=~"api_call_log.api_name~") COLUMN(NAME=~"api_call_log.api_type~") COLUMN(NAME=~"api_call_log.chg_term~") COLUMN(NAME=~"api_call_log.app_id~") COLUMN(NAME=~"api_call_log.chg_date~") COLUMN(NAME=~"api_call_log.response_id~") COLUMN(NAME=~"api_call_log.call_status~") COLUMN(NAME=~"api_call_log.no_of_records~") COLUMN(NAME=~"api_call_log.rec_type~") COLUMN(NAME=~"api_call_log.chg_user~") COLUMN(NAME=~"api_call_log.call_type~") COLUMN(NAME=~"api_call_log.user_id~") COLUMN(NAME=~"api_call_log.call_date~") COLUMN(NAME=~"api_call_log.tran_id~") COLUMN(NAME=~"api_call_log.site_code~") COLUMN(NAME=~"api_call_log.enterprise~") COMPUTE(NAME=~"to_char(api_call_log.response_info) as response_info~") COMPUTE(NAME=~"to_char(api_call_log.request_data) as request_data~") COLUMN(NAME=~"site.descr~") JOIN (LEFT=~"api_call_log.site_code~" OP =~"=~"RIGHT=~"site.site_code~" OUTER1 =~"api_call_log.site_code~" )WHERE( EXP1 =~"api_call_log.tran_id~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="api_call_log" updatewhere=1 updatekeyinplace=no arguments=(("tran_id", string)) )
groupbox(band=detail text="API Details"border="2" color="33554432" x="17" y="803" height="155" width="635" name=gb_3 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
groupbox(band=detail text="Others"border="2" color="33554432" x="19" y="975" height="186" width="599" name=gb_2 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
groupbox(band=detail text="Basic"border="2" color="33554432" x="10" y="10" height="785" width="649" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
text(band=detail alignment="1" text="Ref ID:" border="0" color="33554432" x="13" y="65" height="16" width="89" html.valueishtml="0" name=ref_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=20 border="0" color="33554432" x="120" y="63" height="19" width="66" format="[general]" html.valueishtml="0" name=ref_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Ref Ser:" border="0" color="33554432" x="18" y="256" height="16" width="89" html.valueishtml="0" name=ref_ser_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=80 border="0" color="33554432" x="140" y="255" height="19" width="42" format="[general]" html.valueishtml="0" name=ref_ser visible="1" edit.limit=6 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="API Url:" border="0" color="33554432" x="33" y="833" height="16" width="89" html.valueishtml="0" name=api_url_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=160 border="1" color="33554432" x="138" y="831" height="17" width="223" format="[general]" html.valueishtml="0" name=api_url visible="1" edit.limit=120 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="API Scope:" border="0" color="33554432" x="33" y="861" height="16" width="89" html.valueishtml="0" name=api_scope_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=170 border="0" color="33554432" x="142" y="859" height="19" width="83" format="[general]" html.valueishtml="0" name=api_scope visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="API Name:" border="0" color="33554432" x="30" y="889" height="16" width="89" html.valueishtml="0" name=api_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=180 border="0" color="33554432" x="138" y="887" height="19" width="186" format="[general]" html.valueishtml="0" name=api_name visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="API Type:" border="0" color="33554432" x="34" y="918" height="16" width="89" html.valueishtml="0" name=api_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=190 border="0" color="33554432" x="144" y="915" height="19" width="75" format="[general]" html.valueishtml="0" name=api_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="28" y="1094" height="16" width="89" html.valueishtml="0" name=chg_term_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=220 border="0" color="33554432" x="131" y="1091" height="19" width="96" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="App ID:" border="0" color="33554432" x="15" y="33" height="16" width="89" html.valueishtml="0" name=app_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=10 border="0" color="33554432" x="118" y="32" height="19" width="66" format="[general]" html.valueishtml="0" name=app_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="26" y="1028" height="16" width="89" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=200 border="0" color="33554432" x="129" y="1027" height="19" width="132" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Response ID:" border="0" color="33554432" x="17" y="97" height="16" width="89" html.valueishtml="0" name=response_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=30 border="0" color="33554432" x="115" y="97" height="19" width="366" format="[general]" html.valueishtml="0" name=response_id visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Call Status:" border="0" color="33554432" x="29" y="363" height="16" width="89" html.valueishtml="0" name=call_status_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=110 border="0" color="33554432" x="137" y="363" height="19" width="70" format="[general]" html.valueishtml="0" name=call_status visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="No Of Records:" border="0" color="33554432" x="22" y="185" height="16" width="89" html.valueishtml="0" name=no_of_records_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="1" tabsequence=60 border="0" color="33554432" x="131" y="184" height="19" width="100" format="[general]" html.valueishtml="0" name=no_of_records visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Rec Type:" border="0" color="33554432" x="20" y="222" height="16" width="88" html.valueishtml="0" name=rec_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=70 border="0" color="33554432" x="134" y="221" height="19" width="66" format="[general]" html.valueishtml="0" name=rec_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="31" y="1060" height="16" width="89" html.valueishtml="0" name=chg_user_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=210 border="0" color="33554432" x="136" y="1054" height="19" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Call Type:" border="0" color="33554432" x="26" y="329" height="16" width="89" html.valueishtml="0" name=call_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=100 border="0" color="33554432" x="140" y="330" height="19" width="366" format="[general]" html.valueishtml="0" name=call_type visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="User ID:" border="0" color="33554432" x="15" y="129" height="16" width="89" html.valueishtml="0" name=user_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=40 border="0" color="33554432" x="120" y="125" height="19" width="66" format="[general]" html.valueishtml="0" name=user_id visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Call Date:" border="0" color="33554432" x="25" y="294" height="16" width="89" html.valueishtml="0" name=call_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=17 alignment="0" tabsequence=90 border="0" color="33554432" x="134" y="295" height="19" width="132" format="[shortdate] [time]" html.valueishtml="0" name=call_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Tran ID:" border="0" color="33554432" x="17" y="151" height="16" width="89" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=50 border="0" color="33554432" x="127" y="152" height="19" width="96" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="25" y="402" height="16" width="89" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=19 alignment="0" tabsequence=120 border="0" color="33554432" x="137" y="401" height="19" width="84" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Enterprise:" border="0" color="33554432" x="25" y="471" height="16" width="89" html.valueishtml="0" name=enterprise_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="0" tabsequence=130 border="0" color="33554432" x="135" y="467" height="19" width="66" format="[general]" html.valueishtml="0" name=enterprise visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="0" tabsequence=150 border="0" color="33554432" x="126" y="544" height="114" width="297" format="[general]" html.valueishtml="0" name=response_info visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=22 alignment="0" tabsequence=140 border="0" color="33554432" x="136" y="506" height="16" width="260" format="[general]" html.valueishtml="0" name=request_data visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Request Data" border="0" color="33554432" x="27" y="507" height="16" width="89" html.valueishtml="0" name=request_data_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Response Info" border="0" color="33554432" x="23" y="545" height="16" width="89" html.valueishtml="0" name=response_info_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="0" color="33554432" x="140" y="435" height="16" width="80" html.valueishtml="0" name=site_descr visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment