Project

General

Profile

Production Ticket(ST) #10992

YUENTUNG - Was issue few invoice for customer and suddenly can’t search any product

Added by Rashdan Hussin 7 months ago. Updated 7 months ago.

Status:
Ticket Resolved
Priority:
P2 - High
Start date:
20/02/2024
Due date:
21/02/2024
% Done:

100%

Estimated time:
Spent time:
Job Remark:
Ticket Logged Date:
20/02/2024
Ticket No.:
Related Ticket ID:
Type:
Support Request
SLA Initial Response:
20/02/2024
SLA Delivery:
Esclation Time:
20/02/2024
Issue Reoccurance#:
Actual Initial Response:
20/02/2024
Resolution:

1) Check the relation between customer and SKU which is price_code.
2) We have revert the customer price code for all according to previous setup.
3) Advise YT to setup the product list and price for the new price code in Datanory product import module.

Root cause: They create new price code and setup for customer only, not for product as well. So, the price code for product not relate to the customer.

Requester ExpectedDeliveryDate:
Delay Justification:
Priority Seq:
Effort (Hour):
External Ticket #:

None


Description

- Was issue few invoice for customer and suddenly can’t search any product
- Now product also lost???

WhatsApp Video 2024-02-19 at 19.07.20.mp4 (3.03 MB) WhatsApp Video 2024-02-19 at 19.07.20.mp4 Rashdan Hussin, 20/02/2024 10:46 AM
YT_Master_Data_Issue_NewDB.xlsx (352 KB) YT_Master_Data_Issue_NewDB.xlsx Rashdan Hussin, 20/02/2024 06:08 PM

History

#1 Updated by Rashdan Hussin 7 months ago

#2 Updated by Rashdan Hussin 7 months ago

select * from product_item where org_id = 'yuentung'

select * from mst_product_price where org_id = 'yuentung'

select * from mst_price_code where org_id = 'yuentung'

select a.item_code, b.price_code_id, c.price_code from product_item a
inner join mst_product_price b on a.item_id = b.item_id
inner join mst_price_code c on b.price_code_id = c.price_id
where a.org_id = 'yuentung'

select * from customer where org_id = 'yuentung'

select a.customer_code, b.price_code from customer a
inner join mst_price_code b on a.price_id = b.price_id
where a.org_id = 'yuentung'

Also available in: Atom PDF