Commit 0f8d202d authored by SABURI PATEKAR's avatar SABURI PATEKAR

update sql query file for sales_quot_amd

parent 8ede48fc
Allows users to search, add, edit, and delete preferred stockist mappings. Each mapping links a hospital (customer) to a stockist and distributor. Includes pophelp for selecting customer, stockist, and distributor codes. Displays computed columns for hospital name, city, stockist name, distributor name, and distributor site. Actions: search, add, edit, delete. Triggers: update-status, send-notification on changes.
Table Name:CUSTOMER_PREF_DIST
Group Box Name: Basic
Column are included Basic Group Box Only stay below mention of column sequence:
1 CUST_CODE CHAR(10) PK Hospital Code Customer Code with Customer_Type as "R" Pophelp
2 HOSP_NAME Hospital Name Compute Columns
3 CITY Hospital City Compute Columns
4 CUST_CODE__STK CHAR(10) PK Stockist Code Customer Code with Customer_Type as "S" Pophelp
5 STOCK_CUST_NAME Stockist CUST_NAME Compute Columns
6 CUST_CODE__DIST CHAR(10) Distributor Code Customer Code with Customer_Type as "D" Pophelp
7 DIST_CUST_NAME Distributor CUST_NAME Compute Columns
8 SITE_CODE__PBUS Distributor Site (customer.SITE_CODE__PBUS) Compute Columns
don't add extra column in basic group box like status.
create single form only and Basic Group Box Only.
stay Basic form first add above columns after that stay computed columns after that add Other Information.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment