5.1.1

INVENTORY MODULE



5.1.1 Define the Part Number Size

5.1.2 Enter A New Part Number


5.1.3 View/Edit A Part Number

5.1.4 Change Part Number

5.1.5 Find Parts (Matching A Partial Description)

5.1.6 Reports (Print/Display Inventory Reports)

5.1.7 Labels (Print Part Labels)

5.1.8 Sales Price Markup

5.1.9 Cost Roll Up (Automatic)

5.1.10 Physical Inventory (and Cycle Count Programs)

5.1.11 Audit-Duplicate Parts

5.1.12 Audit-WIP Quantities

    Selecting the Partmaster Data Base File
    Zero out all WIPQTYs
    Select Stock Transaction Data Base File
    Set filter to ACTION = "ISSTM"
    Do while not end of file
       Store the SONO
       Store the Itemno
       Store the Qty issued to m_parts_issued
       Store the Qty required to m_parts_required
       Select Sales (Includes Work Order records also)
       Find the SONO
       If found()
          Store Original Qty required to m_assys_req
          Store Qtyassembled  to m_assys_assembled
          Store Qty shipped to m_assys_shipped
          If open and m_assys_req > m_assys_assmebled and _assys_req > 
                                                         m_assys_shipped
             Select the Partmaster Database File
             FIND the PARTNO
             If found()
                If m_assys_assembled = 0
                   Replace the wipqty with wipqty + m_parts_issued
                Endif
                If m_assys_assembled > 0
                   Replace the wipqty with wipqty + (m_parts_required x (1- 
                                              (m_assys_assembled/m_assys_req)))
                Endif
             Endif
          Endif
       Endif
       Select Stock Transaction Data Base File
       Skip to the next stock transaction record
    Enddo 
    

5.1.13 Index (The Partmaster File)

5.1.14 Remove Marked Records

5.1.15 Undisplayed Partmaster Fields