export type AdjustmentStatus = 'pending_approval' | 'approved' | 'rejected' | 'reversed';