Calculate the number of kanban cards needed for pull-based inventory control
Calculates kanban card quantity using Toyota's formula: K = (D x L x (1 + S)) / C, where D=daily demand, L=lead time, S=safety factor, C=container quantity. Essential for just-in-time manufacturing.