Quantcast
Channel: Microsoft Dynamics RMS Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4469

RE: will any reports in RMS display the last receipt date of an item?

$
0
0

Try out this

//--- Report Summary --- //

Begin ReportSummary

  ReportType = reporttypeItems

  ReportTitle = "Price list_Last received"

  PageOrientation = pageorientationLandscape

  WordWrap = False

  ShowDateTimePicker = False

  OutLineMode = True

  Groups = 0

  GroupDescription = "Average"

  DisplayLogo = True

  LogoFileName = "MyLogo.bmp"

  ProcedureCall = ""

  PreQuery1 = ""

  PreQuery2 = ""

  TablesQueried = "FROM Item WITH(NOLOCK) LEFT JOIN Department WITH(NOLOCK) ON Item.DepartmentID = Department.ID LEFT JOIN Category WITH(NOLOCK) ON Item.CategoryID = Category.ID LEFT JOIN Supplier WITH(NOLOCK) ON Item.SupplierID = Supplier.ID"

  SelCriteria = ""

  GroupBy = ""

  SortOrder = ""

End ReportSummary

//--- Title Rows ---//

Begin TitleRow

  Text = "<Store Name>"

  Font = "Arial"

  FontBold = True

  FontSize = 16

  Color = "Blue"

End TitleRow

Begin TitleRow

  Text = "<Report Title>"

  Font = "Arial"

  FontBold = True

  FontSize = 12

  Color = "Black"

End TitleRow

Begin TitleRow

  Text = "Generated On <Report Date>"

  Font = "Arial"

  FontBold = True

  FontSize = 10

  Color = "Black"

End TitleRow

//--- Filters ---//

Begin Filter

  FieldName = "Item.Inactive"

  FilterOp = reportfilteropEqual

  FilterLoLim = "0"

  FilterHilim = "0"

  FilterNegated = False

  FilterConnector = reportfilterbooleanconAND

End Filter

//--- Columns ---//

Begin Column

  FieldName = "Item.ItemLookupCode"

  DrillDownFieldName = "Item.ItemLookupCode"

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Item Lookup Code"

  VBDataType = vbString

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1710

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignLeftCenter

End Column

Begin Column

  FieldName = "Item.Description"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Description"

  VBDataType = vbString

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1125

  GroupMethod = groupmethodNone

  ColFormat = ""

End Column

Begin Column

  FieldName = "Department.Name"

  DrillDownFieldName = "Department.Name"

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Department"

  VBDataType = vbString

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1155

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignLeftCenter

End Column

Begin Column

  FieldName = "Category.Name"

  DrillDownFieldName = "Category.Name"

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Category"

  VBDataType = vbString

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 930

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignLeftCenter

End Column

Begin Column

  FieldName = "Item.Price"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Price"

  VBDataType = vbCurrency

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 780

  GroupMethod = groupmethodAverage

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.SalePrice"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Sale Price"

  VBDataType = vbCurrency

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 990

  GroupMethod = groupmethodAverage

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.SaleStartDate"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Sale Starts"

  VBDataType = vbDate

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1065

  GroupMethod = groupmethodNone

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.SaleEndDate"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Sale Ends"

  VBDataType = vbDate

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 975

  GroupMethod = groupmethodNone

  ColFormat = ""

End Column

Begin Column

  FieldName = "Supplier.SupplierName"

  DrillDownFieldName = "Supplier.SupplierName"

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Supplier"

  VBDataType = vbString

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 870

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignLeftCenter

End Column

Begin Column

  FieldName = "Item.Quantity"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Qty"

  VBDataType = vbDouble

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 585

  GroupMethod = groupmethodNone

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.Cost"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Cost"

  VBDataType = vbCurrency

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 780

  GroupMethod = groupmethodAverage

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.ReorderPoint"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Reorder Pt."

  VBDataType = vbDouble

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1110

  GroupMethod = groupmethodNone

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.RestockLevel"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Restock Level"

  VBDataType = vbDouble

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1350

  GroupMethod = groupmethodNone

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.LastSold"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Last Sold"

  VBDataType = vbDate

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 945

  GroupMethod = groupmethodNone

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.LastReceived"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Last Received"

  VBDataType = vbDate

  Formula = ""

  ColHidden = False

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1335

  GroupMethod = groupmethodNone

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.PriceA"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Price A"

  VBDataType = vbCurrency

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 735

  GroupMethod = groupmethodAverage

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.PriceB"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Price B"

  VBDataType = vbCurrency

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 690

  GroupMethod = groupmethodAverage

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.PriceC"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Price C"

  VBDataType = vbCurrency

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 735

  GroupMethod = groupmethodAverage

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.PriceLowerBound"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Lo Bound"

  VBDataType = vbCurrency

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 915

  GroupMethod = groupmethodAverage

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.PriceUpperBound"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Hi Bound"

  VBDataType = vbCurrency

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 855

  GroupMethod = groupmethodAverage

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.ExtendedDescription"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Ext'd Description"

  VBDataType = vbString

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 2115

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignLeftCenter

End Column

Begin Column

  FieldName = "Item.SubDescription1"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Sub Description 1"

  VBDataType = vbString

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 2115

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignLeftCenter

End Column

Begin Column

  FieldName = "Item.SubDescription2"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Sub Description 2"

  VBDataType = vbString

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 2115

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignLeftCenter

End Column

Begin Column

  FieldName = "Item.SubDescription3"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Sub Description 3"

  VBDataType = vbString

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 2115

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignLeftCenter

End Column

Begin Column

  FieldName = "Item.Notes"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Item Notes"

  VBDataType = vbString

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 2115

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignLeftCenter

End Column

Begin Column

  FieldName = "Item.WebItem"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Web Item"

  VBDataType = vbBoolean

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1050

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignCenterCenter

End Column

Begin Column

  FieldName = "Item.BinLocation"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Bin Location"

  VBDataType = vbString

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1140

  GroupMethod = groupmethodNone

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.QuantityCommitted"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Qty Comm."

  VBDataType = vbDouble

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1050

  GroupMethod = groupmethodNone

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.MSRP"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "MSRP"

  VBDataType = vbCurrency

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 945

  GroupMethod = groupmethodAverage

  ColFormat = ""

End Column

Begin Column

  FieldName = "Item.Inactive"

  DrillDownFieldName = ""

  DrillDownReportName = ""

  StoreIDFieldName = ""

  Title = "Inactive"

  VBDataType = vbBoolean

  Formula = ""

  ColHidden = True

  ColNotDisplayable = False

  FilterDisabled = False

  ColWidth = 1050

  GroupMethod = groupmethodNone

  ColFormat = ""

  ColAlignment = flexAlignCenterCenter

End Column


Viewing all articles
Browse latest Browse all 4469

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>