Thursday, August 15, 2019

NAV Views - Stock and Sale Report with Variances


  • Enter date range
  • Report shows opening stock as at starting date
  • All stock sales, receipts, adjustments, etc.
  • Closing Stock as at ending date
  • Stock on all locations as at ending date
  • Total on the side to show any variance between sales and stock actual calculated and system values
  • SQL views to give all required data
    • Item List
    • Opening Stock
    • All movements
    • Closing Stock
    • All stock in all locations in columns (autoupdates when new locations added)

Monday, August 12, 2019

Friday, August 9, 2019

LS NAV - Mobile Devices - Trial Expired - How to get new Mobile device licenses



  • Run the T99009291 MobileLicenseRegistration Table
    • Or navigate to POS Terminal Card>Omni>Mobile License Registration
  • Look for the values in the "Device Unique ID" column
  • Submit all of these to Ls Retail license support
  • They will send back license keys to be entered in the corresponding Device License Key field


Thursday, August 8, 2019

EOne Smartconnect Map Migration Gotchas


  • You cannot migrate the data sources
  • Custom lookups will get messed up
  • Bottom line, it is easier to build the map in the correct smartconnect instance to begin with. Do not rely on copying or restoring maps.

Wednesday, July 31, 2019

NAV - Reverse Purchase Invoice Item Charges


  • Departments/Financial Management/Payables/Purchase Credit Memos
    • Create new Credit Memo
    • Enter Vendor
    • Get Posted Document Lines to reverse
    • Select Lines to reverse
    • Click Line>Item Charge Assignment
      • Get Receipt Lines
      • Select the lines to apply the credit to
    • Post Credit
  • Now you can redo a new purchase invoice for the correct amount, and redo your item charges
  • Be sure to run your adjust costs afterwards

Tuesday, July 30, 2019

NAV - Jet Reports - How to build a report



  • Install Jet
  • Launch Excel
  • Jet>Data Source Settings>Define Jet Data source
    • Connecting to the Cube will enable different tools than connecting to a regular ODBC
  • Use these tools to build parts or all of your report
  • Report Wizard
    • Select Table
    • Select Filter, group, sort options
    • Generate simple report off of a single table, similar to a standard pivot table report, but using Jet function syntax
    • Direct Query off of Database takes very long
    • Generally useless
  • Table Builder
    • Allows you to build views to join tables and add function logic
    • Same as using Excel Query builder
    • Slightly less useless
  • Pivot Table (Cube Only)
    • Will generate pivot table off of cube
    • Same functionality as connecting directly to cube from Excel
  • Scheduler
    • Schedule report to email