Skip to content

[JITERA] Add SKJ030D01000SQL.map for納品検収状況照会

chi le requested to merge feat/add-skj030d01000sql-map-1748397460 into main

Created by: chi-jitera

Overview

This pull request introduces a new configuration file SKJ030D01000SQL.map that defines SQL queries for retrieving delivery inspection status information.

Changes

  • Added SKJ030D01000SQL.map:
    • This XML configuration file includes the necessary structure to define SQL queries.
    • It contains a single SQL query that retrieves values from the M_KMKKBNCD table based on specific conditions.
    • The query is designed to fetch the VALUE1 and KMK_KBN fields where KMK_KBN is '10' and KMK_CD is '0'.
    • A comment is included to explain the purpose of the SQL query, which is to obtain the display period for the delivery inspection status from the item classification code master.

This addition is essential for the upcoming features that require access to the delivery inspection status data.

Merge request reports