diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-11-13 14:36:13 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-11-13 14:36:13 +0700 |
| commit | aa6502c689089f28514379b4fcff14a053d35024 (patch) | |
| tree | 4e8089d85c35f4a43f68007634db4157db53e5fa /run_fulfillment_job.kjb | |
| parent | 4edc140abef8b50c3cde9d877a1641b79ecc08e9 (diff) | |
add purchaser in fulfillment v2
Diffstat (limited to 'run_fulfillment_job.kjb')
| -rw-r--r-- | run_fulfillment_job.kjb | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/run_fulfillment_job.kjb b/run_fulfillment_job.kjb index 93b36a3..c9e8778 100644 --- a/run_fulfillment_job.kjb +++ b/run_fulfillment_job.kjb @@ -386,6 +386,45 @@ <yloc>80</yloc> <attributes_kjc/> </entry> + <entry> + <name>collect fulfillment purchaser</name> + <description/> + <type>TRANS</type> + <attributes/> + <specification_method>filename</specification_method> + <trans_object_id/> + <filename>/home/stephan/transformation-job-bi/collect_fulfillment_purchaser.ktr</filename> + <transname/> + <arg_from_previous>N</arg_from_previous> + <params_from_previous>N</params_from_previous> + <exec_per_row>N</exec_per_row> + <clear_rows>N</clear_rows> + <clear_files>N</clear_files> + <set_logfile>N</set_logfile> + <logfile/> + <logext/> + <add_date>N</add_date> + <add_time>N</add_time> + <loglevel>Basic</loglevel> + <cluster>N</cluster> + <slave_server_name/> + <set_append_logfile>N</set_append_logfile> + <wait_until_finished>Y</wait_until_finished> + <follow_abort_remote>N</follow_abort_remote> + <create_parent_folder>N</create_parent_folder> + <logging_remote_work>N</logging_remote_work> + <run_configuration>Pentaho local</run_configuration> + <suppress_result_data>N</suppress_result_data> + <parameters> + <pass_all_parameters>Y</pass_all_parameters> + </parameters> + <parallel>N</parallel> + <draw>Y</draw> + <nr>0</nr> + <xloc>768</xloc> + <yloc>80</yloc> + <attributes_kjc/> + </entry> </entries> <hops> <hop> @@ -406,6 +445,15 @@ <evaluation>Y</evaluation> <unconditional>N</unconditional> </hop> + <hop> + <from>collect fulfillment po</from> + <to>collect fulfillment purchaser</to> + <from_nr>0</from_nr> + <to_nr>0</to_nr> + <enabled>Y</enabled> + <evaluation>Y</evaluation> + <unconditional>N</unconditional> + </hop> </hops> <notepads> </notepads> |
