home *** CD-ROM | disk | FTP | other *** search
- SBP
- ╜ repval2 - STOCK VALUATION REPORT
- │ _ werrt
-
- ╜ ********************* Modify the printit field to act as a flag ****************
- ╜ ******* in this case warn '*' if no sales this period and '***' if no sales this year
-
- x$ "printit;VTX CLC RDO;5 C;23;60;": ╜ ***** the field definition string
- y$ "(Sales_Val_per.product = 0 AND Sales_Val_yr.product >0) ? ~*~:(sales_val_yr.product = 0) ? ~***~:~~": ╜ *** the calc string
-
-
- «printit.product,x$,y$
-
-
- ╜ *********************************************************************************
-
- ┬"REPORT TO PRINTER?","",1,a%
- ía% p ╣;
- ┴Stock_list_Val.PRODUCT
- } ┴
- {@59;"==============="
- {@39;"Total Stock Value:";@61&9.2( lStock_list_Val.PRODUCT)
- {@59;"==============="
- Æ ┴
-
- ƒ
- {@18;"STOCK VALUATION REPORT (Warn no Sales)";@58;&15 ( Q,"mm-0d-yy")
- {
- {@33;"In Stock On Order Allocated Free"
- {@38;"Pricing Margin"
- {
- Æ ƒ
-
- Ü3
- {
- {@33;&15"-" H( ( ▌,"999")) "-"
- {
- Æ Ü
-
- ₧Product_Group.PRODUCT,Stock_list_Val.PRODUCT
- } ₧Product_Group.PRODUCT
- {@59;"---------------"
- {@31;"Value for";@41 ₧@61&9.2( lStock_list_Val.PRODUCT)
- {@59;"---------------"
- æ
- Æ ₧
-
- ╔@2;&8Product_Code.PRODUCT;@12;&60Description.PRODUCT@12;"Group:";@19;&3Product_Group.PRODUCT;
- @34;&8In_Stock.PRODUCT;@44;&8On_Order.PRODUCT;@55;&8Allocated.PRODUCT;@65;&8Free_stock.PRODUCT
- @31;&9Unit_Price.PRODUCT;@43;&9Unit_Cost.PRODUCT;@55Profit_Margin.PRODUCT »@18;"Sales Period:";
- @33;Sales_Val_per.PRODUCT;@43;"Sales Year:";@55Sales_Val_yr.PRODUCT,,printit.product »@51;"Total Value:";
- @65&9.2Stock_list_Val.PRODUCT
- ╡Product_Group.PRODUCT
-
- ╧ ¢3
- getout: ¿"stkcntrl"
-
- errt: ygetout
-
-