diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2025-09-03 16:34:33 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2025-09-03 16:34:33 +0700 |
| commit | 4c50149fee86afb9deeb9fbe9d5cece10a8752a7 (patch) | |
| tree | e2bf76004a582664348b5f011bd8261d1efaa851 | |
| parent | 6a0c8a8ad63c60903065f903fddc300439d12bc8 (diff) | |
add update aging info into job
| -rw-r--r-- | import_all_data_bi_indoteknik.kjb | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/import_all_data_bi_indoteknik.kjb b/import_all_data_bi_indoteknik.kjb index 523ca47..2210ecc 100644 --- a/import_all_data_bi_indoteknik.kjb +++ b/import_all_data_bi_indoteknik.kjb @@ -1744,7 +1744,7 @@ <parallel>N</parallel> <draw>Y</draw> <nr>0</nr> - <xloc>608</xloc> + <xloc>384</xloc> <yloc>640</yloc> <attributes_kjc/> </entry> @@ -1826,6 +1826,45 @@ <yloc>640</yloc> <attributes_kjc/> </entry> + <entry> + <name>update aging info</name> + <description/> + <type>TRANS</type> + <attributes/> + <specification_method>filename</specification_method> + <trans_object_id/> + <filename>/home/stephan/transformation-job-bi/update_aging_info.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>544</xloc> + <yloc>640</yloc> + <attributes_kjc/> + </entry> </entries> <hops> <hop> @@ -2181,6 +2220,15 @@ </hop> <hop> <from>calculate sales 3 years</from> + <to>update aging info</to> + <from_nr>0</from_nr> + <to_nr>0</to_nr> + <enabled>Y</enabled> + <evaluation>Y</evaluation> + <unconditional>N</unconditional> + </hop> + <hop> + <from>update aging info</from> <to>Success</to> <from_nr>0</from_nr> <to_nr>0</to_nr> |
