home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
commercial
/
acp
/
profesnal
/
!Entprise
/
StockData
/
Forms
/
Turnover
< prev
Wrap
Text File
|
1992-09-07
|
1KB
|
38 lines
! Turnover of Stock Items Format File
! List the turnover for each stock item (filtered by selection)
===========================================================================
*******************************
*STOCK CONTROL - TURNOVER LIST*
*******************************
{SY0:<32} Date {SY22}
===========================================================================
!#IF !(R5="All items")
Selection: {R5}
---------------------------------------------------------------------------
!#ENDIF
Reference Details Turnover Sell Value
---------------------------------------------------------------------------
#totalt=0
#totalcv=0
#totalsv=0
#SELECT SK 0
#NEXT SS
#WHILE SK
{SK0:<14} {SK1:<28}{SK9:>7}{SK7:>12}{£(SK7*SK9/100):>12}
#totalt & SK9
#totalcv & (SK9*SK6/100)
#totalsv & (SK9*SK7/100)
#NEXT SS
#LOOP
Totals: Units At Cost At Sell
======== ======== ========
{%totalt:>7}{£totalcv:>12}{£totalsv:>12}
======== ======== ========
Report complete.