2026 개정판 · 1차 8월 5일 공개전체 커리큘럼 →
← WORK 목록으로
GLOBALFreelancer데이터REMOTE

Unreceived JIT PO's Tracking Mechanism Creation

이 프로젝트는 JIT PO의 미수신 건을 자동으로 추적하여 기한을 초과한 PO 목록을 생성하고, GPCS NIR 팀에 블라인드 수신을 위한 알림을 보내는 자동화된 메커니즘을 구축하는 것입니다. SQL 기반의 데이터 추출, BI 도구/스프레드시트를 활용한 중앙 트래커 구현, Power Automate를 이용한 자동 알림 및 에스컬레이션 로직 개발 능력이 필요합니다.

2026.04.12VIEW 11Freelancer에서 수집
Budget$30~$250 USD
Difficulty중급
Duration1~2주
Work style원격 가능
Required stack

필요 기술

SQLBusiness IntelligenceData AnalysisPower AutomateSharePoint OnlineExcel Online
Project brief

프로젝트 내용

Automated JIT POs Tracking System Development
Our goal is for all last mile sites to achieve 95% receiving compliance, and to reach that target as quickly as possible. As an L4 on the GPCS-AMER team you are being assigned a task to create a tracking process for all unreceived JIT PO's 4 days past the need by date so they can be blind received in alignment with the AMZL_RACI_Final 3.0 task22. Goal: Create a mechanism/tool to alert our team on Monday-Wednesday of all overdue unreceived PO’s. This mechanism/tool should gather the unreceived PO’s, creating a list for the GPCS NIR team to receive. Objective

Build a repeatable, automated mechanism (Mon–Wed) that:

Identifies JIT POs ≥4 days past Need-By Date
Filters unreceived / partially received POs
Produces a central action queue
Alerts GPCS NIR team for blind receiving
Tracks completion and drives accountability + compliance
Mechanism Design (Simple + Scalable)
1. Data Pull (Single Source of Truth)

Run daily (Mon–Wed) via SQL / BI tool.

SELECT
PO_Number,
Site_Code,
Vendor_Name,
Need_By_Date,
DATEDIFF(day, Need_By_Date, CURRENT_DATE) AS Days_Past_Due,
Receipt_Status,
PO_Type,
Region
FROM PO_Database
WHERE
PO_Type = 'JIT'
AND Receipt_Status IN ('Open', 'Partially Received')
AND Need_By_Date 10 overdue POs, OR
Any PO is ≥7 days overdue
Escalation Targets:
Site Ops Manager
Regional Ops
GPCS Leadership
6. Compliance Tracking (Tie to Goal)
KPI:
Receiving Compliance % =
(On-Time Received POs / Total JIT POs) * 100
Supporting Metrics:
Total overdue (4+ days)
Aging buckets (4–6, 7–10, 10+)
Avg days to blind receive
Repeat offender sites
START THE LOOP · CHOOSE

시장과 사람의 답을 봤다면,
다음 결과물의 구조를 고릅니다.

한 번의 결과에 기대지 않고 다시 만들 수 있도록, 문제 발견부터 제작·배포·수익화까지 이어지는 전체 흐름을 익혀보세요.

TTJ CLASS에서 다음 구조 고르기
처리 중...