home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / acp / profesnal / !Entprise / StockData / Forms / StockItem < prev    next >
Text File  |  1992-09-07  |  1KB  |  29 lines

  1. !     Stock Control Print Stock Item Format File
  2. !     Details of a stock item from Edit stock
  3. ===========================================================================
  4.  
  5.                        ***************************
  6.                        *STOCK CONTROL ITEM REPORT*
  7.                        ***************************
  8.  
  9.     {SY0:<32}                     Date {SY22}
  10. ===========================================================================
  11.  
  12.     Stock code: {SK0:>       }   Description:  {SK1:<                      }
  13.     Department code:   {SK3:>}   Product type: {SK4:<}
  14. #IF !(SK2 = "")
  15. #SELECT PL SK2
  16. #IF PL
  17.     Supplier's code:  {PL0:<}    {PL1:<                           }
  18. #ELSE
  19.     Supplier's code:  {SK2:<}    Unknown.
  20. #ENDIF
  21. #ENDIF
  22.  
  23.     Average cost price: £{SK6:>     }          Quantity in stock: {SK13:>  }
  24.     Latest cost price:  £{SK5:>     }          Turnover:          {SK9:>   }
  25.     Selling price:      £{SK7:>     }          Re-order level:    {SK10:>  }
  26.     V.A.T. code:         {SK8:>     }          Re-order quantity: {SK11:>  }
  27.  
  28.     Report Complete.
  29.