Project

General

Profile

Production Ticket(ST) #11801

GOLDCREST - salesman activity report 23/5 why didn't come out anything?

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

Status:
Ticket Resolved
Priority:
P3 - Medium
Assignee:
Start date:
24/05/2024
Due date:
28/05/2024
% Done:

0%

Estimated time:
Job Remark:
Ticket Logged Date:
24/05/2024
Ticket No.:
Related Ticket ID:
Type:
Support Request
SLA Initial Response:
24/05/2024
SLA Delivery:
28/05/2024
Esclation Time:
Issue Reoccurance#:
Actual Initial Response:
Resolution:
Requester ExpectedDeliveryDate:
Delay Justification:
Priority Seq:
Effort (Hour):
External Ticket #:

None


Description

can help to check salesman activity report 23/5 why didn't come out anything?
but autocount got invoice and collection for date 23/5

History

#1 Updated by Rashdan Hussin 4 months ago

Hi, can help to set branch code also?

#2 Updated by Rashdan Hussin 4 months ago

  • Status changed from Assigned To to Support In Progress

select b.branch_code, * from mst_area a
inner join mst_branch b on b.branch_id = a.branch_id
where a.org_id = 'goldcrest'

select * from mst_branch where org_id = 'goldcrest' and branch_id not in (select branch_id from mst_area where org_id = 'goldcrest')

select * from customer where org_id = 'goldcrest' and updated_by = 'Support' order by updated_date desc

--select * into DMS_Ecosystem_Backup_Table.dbo._customer_20240525
--from DMS_EcoSystem.dbo.customer

select b.area_code, c.branch_code, a.branch_id, b.branch_id, * from customer a
inner join mst_area b on b.area_id = a.area_id and b.branch_id <> a.branch_id
inner join mst_branch c on c.branch_id = a.branch_id
where a.org_id = 'goldcrest'

--update a set a.branch_id = b.branch_id, a.updated_by = 'Support', a.updated_date = GETDATE
--from customer a
--inner join mst_area b on b.area_id = a.area_id and b.branch_id <> a.branch_id
--inner join mst_branch c on c.branch_id = a.branch_id
--where a.org_id = 'goldcrest'

select * from mst_customer_branch where org_id = 'goldcrest' and updated_by = 'Support' order by updated_date desc

--select * into DMS_Ecosystem_Backup_Table.dbo._mst_customer_branch_20240525
--from DMS_EcoSystem.dbo.mst_customer_branch

select a.branch_id, b.branch_id, * from mst_customer_branch a
inner join customer b on b.customer_id = a.customer_id --and b.branch_id <> a.branch_id
where a.org_id = 'goldcrest'

--update a set a.branch_id = b.branch_id, a.updated_by = 'Support', a.updated_date = GETDATE
--from mst_customer_branch a
--inner join customer b on b.customer_id = a.customer_id and b.branch_id <> a.branch_id
--where a.org_id = 'goldcrest'

#3 Updated by Rashdan Hussin 4 months ago

  • Assignee changed from Rashdan Hussin to Muhammad Arif

- end shift.
- handover to arif.
- this ticket already done. just need to inform user.

#4 Updated by Muhammad Arif 4 months ago

  • Status changed from Support In Progress to Pending Client Verification

#5 Updated by Muhammad Arif 4 months ago

  • Status changed from Pending Client Verification to Ticket Resolved

Also available in: Atom PDF