Price Embedded Barcodes

Size: px
Start display at page:

Download "Price Embedded Barcodes"

Transcription

1 One Blue Hill Plaza, 16 th Flr, PO Bx 1546 Pearl River, NY PC-AMERICA, (Vice) (Fax) Price Embedded Barcdes Price embedded barcdes are used fr weight items that have the bar cde printed ut f a scale. The entire number that is printed n the label must be 12 digits, the first 6 digits will be the item number in CRE (first digit MUST be "2") and the secnd 6 will determine the price. 1 P a g e

2 TABLE OF CONTENTS REVISION HISTORY 3 CREATING ITEMS IN INVENTORY MAINTENANCE 4 ACTIVATING THE SCALE 5 CONFIGURING THE SCALE BARCODE PARSE FORMAT FEATURE 6 CONFIGURING THE SCALE BARCODE PARSE FORMAT FEATURE 7 CUSTOM FORMAT 8 REGULAR EXPRESSION 9 RECEIPT EXAMPLES 11 2 P a g e

3 Revisin Histry Dcument Versin Date Authr Descriptin f Changes 1.0 Oct 4, 2012 R H 1st Release 2.0 Oct 3, 2014 M P Updated Header 3.0 Aug 17, 2017 M P Added descriptin f Barcded and Sld by Piece 3 P a g e

4 Creating items in Inventry Maintenance 1. Select the Manager r Optins buttn. 2. Enter the administratr passwrd (default: admin) where applicable. 3. Select Administrative then, Inventry Maintenance. 4. Select Add Item. 5. Select Standard Item. 6. Enter the item infrmatin: Department fr this item (e.g. NONE). Item Number (e.g ). Descriptin (e.g. Weight Item). Price yu charge (e.g. 1.00). 7. Select the Additinal Inf tab. 8. Under Scale Item Type select Barcded r Barcded and Sld by piece. Barcded will display the quantity f the weighed item sld n the receipt fllwed by the price per weight and the ttal price. (Example: 1.2 $3.00/lb $3.60) Barcded and Sld by Piece will shw the price the item was sld fr and the quantity as 1 pc. 4 P a g e

5 Activating the Scale 1. Select the Manager r Optins buttn. 2. Enter the administratr passwrd (default: admin) where applicable. 3. Select Setup then, Setup Screen. 4. Select the SCALE buttn that is at the bttm f the setup screen. 5. Select Activate and then Dne. CRE knws that any item that starts with the number 2 will be a weight item. S the bar cde that the scale prints ut will be smething like this which will make the price $ P a g e

6 Cnfiguring the Scale Barcde Parse Frmat Feature This feature allws yu t change the frmat that price embedded barcdes use. This feature is used in cnjunctin with a deli scale that can print the price embedded barcdes. Nrmally price embedded barcdes are 12 digits (i.e ), the first 6 digits will be the item number in CRE (first digit MUST be "2" i.e ) and the secnd 6 will determine the price (i.e = $99.99). This can be used when barcded items in yur establishment g ver a 4 digit price pint (i.e. $99.99). We will create tw examples (Custm Frmat and Regular Expressin) and describe the prcess that is required t switch frm using the Original Methd t either f the ther frmats. 6 P a g e

7 Cnfiguring the Scale Barcde Parse Frmat Feature 1. Select the Manager r Optins buttn. 2. Enter the administratr passwrd (default: admin) where applicable. 3. Select Setup then, Setup Screen. 4. Select the Invice Settings tab. 5. Under Scale Barcde Parse Frmat d ne f the fllwing ptins: Original Methd - This ptin uses the first 6 digits (starting with the number 2) fr the item number and the secnd 6 digits will cntain the 4 digit price in between the Verificatin and Check Digits (i.e ). Custm Frmat - This ptin requires a frmula t be entered in the field belw. Regular Expressin - This ptin als requires that a frmula be entered int the field belw. 7 P a g e

8 Custm Frmat The custm frmat example we will create, will have the barcde that will be prgrammed fr 14 digits. We will have a 2 which will precede the rest f the infrmatin then the item number in CRE (first 6 digits) and the remaining 7 digits will determine the price. This frmula will need t be structured in the fllwing frmat: The frmula must start with the number 2. Enter the letter A (capital) fr each f the PLU Placehlders yu wuld like t use. After entering the PLU Placehlders we will then need t enter a V (capitl) fr the verificatin digit. Enter the letter P (capital) fr each digit f the price as the Price Placehlders yu wuld like t use. Enter C (capitl) at the end f the frmula as the check digit. The frmula shuld then lk similar t this: 2AAAAAAVPPPPPC In this example we will be using the riginal frmat barcde f We will be changing this t a Custm Frmat t be able t charge mre than $99.99 fr the item (i.e. $125.99). Custm Frmat Frmula Custm Frmat - Barcde Example Frm Deli Scale 2AAAAAAVPPPPPC Custm Frmat Breakdwn 2 = Leading Digit AAAAAA = PLU (Item Number frm Inventry Maintenance) V = Verificatin Digit PPPPP = Price C = Check Digit P a g e

9 Regular Expressin The Regular Expressin frmat example we will create, will have the barcde that will be prgrammed fr 14 digits. We will have a 2 which will precede the rest f the infrmatin while keeping the riginal first 6 digits as the item number (in CRE) and the remaining 7 digits will determine the price. The frmat will need t be structured as fllws: The frmula must start with the number 2 we will then need t enter the places it will use in curly brackets {1}. Enter (?<PLU>\d{6}) yu can change the number frm 4 t the number f PLU placehlders. Enter \d{1} after the PLU placehlders, this is fr the verificatin digit. Enter (?<PRICE>\d{5}) yu can change the number frm 5 t the number f Price placehlders. Enter \d{1} after the Price placehlders, this is fr the check digit. The frmula shuld then lk similar t this: 2{1}(?<PLU>\d{6})\d{1}(?<PRICE>\d{5})\d{1} In this example we will be using the riginal frmat barcde f We will be changing this t a Regular Expressin Frmat t be able t charge mre than $99.99 fr the item (i.e. $125.99). Regular Expressin Frmula Regular Expressin - Barcde Example Frm Deli Scale 2{1}(?<PLU>\d{6})\d{1}(?<PRICE>\d{5})\d{1} Regular Expressin Frmat Breakdwn 2 = Leading Digit (?<PLU>\d{6}) = PLU (Item Number frm Inventry Maintenance) \d{1} = Verificatin Digit (?<PRICE>\d{5}) = Price \d{1} = Check Digit Lgin t CRE and scan a price embedded barcde with the crrect frmatting t verify that it is wrking. 9 P a g e

10 Switching Frm the Original Methd t ne f the Other Tw Expressins When using the Original Methd and need t charge mre than $99.99 as the price fr the item, yu can use ne f the afrementined frmulas. The inventry that yu have in yur system (frm using the riginal methd) can still be used but sme changes will need t be made n the scale: As the scale prints price embedded barcdes like this: And after cnfiguring either f the previusly described frmulas, CRE/RPE will be expecting a barcde like this: We will need t cnfigure the deli scale t print a 2 then the full item number frm inventry maintenance: We will then need the verificatin digit. 0 Then the 5 digits fr the price: And finally the check digit: 0 10 P a g e

11 Receipt Examples Belw are examples f what the receipt and invice screen will lk like with an item has Barcded r Barcded & sld by Piece enabled. Shrt Receipt Example Receipt Example 11 P a g e

1. Accounts Payable > Tasks > Transactions > Recurring Bills

1. Accounts Payable > Tasks > Transactions > Recurring Bills 1. Accunts Payable > Tasks > Transactins > Recurring Bills 1. On the Applicatins menu bar pint t Accunts Payable > Tasks > Transactins > Recurring Bills, and then click + t the left f the Recurring Bills.

More information

Accounting. Training Guide

Accounting. Training Guide Accunting Training Guide T L 4 T r a i n i n g G u i d e : A C C O U N T I N G P a g e 2 Cntents Page Prfrma / Custmer Invice..3 Hw t Generate the Custmer Invice Reprt 6 Receipts 7 Hw t Shw the Receipt

More information

Legend The legend, as shown below, contains all of the unique symbols that are important to help you interpret your Degree Works audit.

Legend The legend, as shown below, contains all of the unique symbols that are important to help you interpret your Degree Works audit. What is Degree Wrks? Degree Wrks is an nline degree auditing tl which enables students and their advisrs t review and mnitr academic prgress leading t graduatin. It rganizes academic cursewrk int blcks

More information

Expense Reports Users Guide - aqua

Expense Reports Users Guide - aqua Expense Reprts Users Guide - aqua Updated 08/16/2016 Page 1 f 7 The expense reprt applicatin allws emplyees t enter and submit their expenses fr jb (billable and nn-billable) and nn-jb expenses. The applicatin

More information

Replaces: n/a Date Modified: 08/07/2014

Replaces: n/a Date Modified: 08/07/2014 Title: Equipment Inventry- Transactin Histry Dcument ID: PA0040 Replaces: n/a Date Mdified: 08/07/2014 Purpse: This prcedure details hw t perfrm an Asset Inquiry in the Oracle Prject Accunting mdule. The

More information

myproduct: Cost User guide A guide to walk you through how to use myproduct: Cost to view, amend and approve cost price changes. March 2018 V1.

myproduct: Cost User guide A guide to walk you through how to use myproduct: Cost to view, amend and approve cost price changes. March 2018 V1. myprduct: Cst User guide A guide t walk yu thrugh hw t use myprduct: Cst t view, amend and apprve cst price changes. V1.4 Cntents Cntents... 2 Welcme t myprduct: Cst... 3 Overview... 3 Hw t access myprduct:

More information

InformationNOW Billing Reports Guide

InformationNOW Billing Reports Guide InfrmatinNOW Billing Reprts Guide Abut This Guide The purpse f this dcument is t prvide a better understanding f the reprts fund within the InfrmatinNOW Billing mdule. The reprts are gruped based n their

More information

Condominium Authority of Ontario

Condominium Authority of Ontario Cndminium Authrity f Ontari Guide t Filing Cnd Returns and Paying CAO Assessments Cntents 1. What Are Cnd Returns?... 2 2. What Cnd Returns Need t be Filed in 2018?... 3 3. Hw Will the Infrmatin Prvided

More information

Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen.

Budget Planning. Accessing Budget Planning Section. Select Click Here for Budget Planning button located close to the bottom of Program Review screen. Budget Planning Accessing Budget Planning Sectin Select Click Here fr Budget Planning buttn lcated clse t the bttm f Prgram Review screen. Depending n what types f budgets yur prgram has, yu may r may

More information

Innovations Fair Registration Instructions for the 2016 Land Conference

Innovations Fair Registration Instructions for the 2016 Land Conference Innvatins Fair Registratin Instructins fr the 2016 Land Cnference Please cmplete the registratin prcess fr the Innvatins Fair f the 2016 Annual Wrld Bank Cnference n Land and Pverty by lgging int yur CnfTl

More information

What to Do Who How to Do It Purchasing Card Procedures: Purchase to Reconciliation

What to Do Who How to Do It Purchasing Card Procedures: Purchase to Reconciliation Purchasing Card Prcedures: Purchase t Recnciliatin Descriptin- These prcedures detail the department s required activities fr the Purchasing Card Prgram including purchase; transactin review and assignment

More information

ProCard Transactions. Module: Finance Data Warehouse. Table of Contents. Overview Step 1: Log into Finance Data Warehouse...

ProCard Transactions. Module: Finance Data Warehouse. Table of Contents. Overview Step 1: Log into Finance Data Warehouse... PrCard Transactins Mdule: Finance Data Warehuse Table f Cntents Overview... 2 Step 1: Lg int Finance Data Warehuse... 3 Step 2: Dashbard Set-Up... 5 Step 3: Reprt Set-Up...7 a. PrCard Transactins Page...7

More information

HOW TO ENROLL IN A TOUCHNET PAYMENT PLAN

HOW TO ENROLL IN A TOUCHNET PAYMENT PLAN HOW TO ENROLL IN A TOUCHNET PAYMENT PLAN G t the TuchNet lgin page. G t https://secure.tuchnet.net/c23067_tsa/web/lgin.jsp OR Lg in t mydelval; under I Want T Pay fr Cllege, click n Set up Payment Plan.

More information

Billing Program Billing Information for Agents

Billing Program Billing Information for Agents Cmmercial & Persnal Lines Billing Prgram Billing Infrmatin fr Agents A Guide t Understanding Merchants Insurance Grup s Billing Prgram Table f Cntents Click n ne f the titles belw t be taken directly t

More information

Early Payment Offers (EPOs)

Early Payment Offers (EPOs) Early Payment Offers (EPOs) Agenda Abut Early Payment Offers Discunting explained FAQs Wh t cntact Abut Early Payment Offers (EPO) EPOs allw yu t be paid early in exchange fr a sliding scale discunt (calculated

More information

BANK STATEMENT IMPORT (CSV FILE IMPORT)

BANK STATEMENT IMPORT (CSV FILE IMPORT) BANK STATEMENT IMPORT (CSV FILE IMPORT) Befre yu start, yu need t setup the bank recnciliatin methd fr the bank accunt in Setup, Bank Accunts n the menu. Select the Recnciliatin Methd frm the drp dwn bx

More information

GENERAL LEDGER AND PROJECTS RECONCILIATION

GENERAL LEDGER AND PROJECTS RECONCILIATION GENERAL LEDGER AND PROJECTS RECONCILIATION July 2017 The Intr This dcument is intended t instruct users n hw t recncile their financial infrmatin. It is generally assumed that users will be recnciling

More information

Understanding and Running Research Financial Reports in PeopleSoft. Overview... 1

Understanding and Running Research Financial Reports in PeopleSoft. Overview... 1 Understanding and Running Research Financial Reprts in PepleSft Training Guide Cntents Overview... 1 Steps fr Running the Prject Financial and Departmental Research Summary Reprts... 3 Overview There are

More information

What s New - October 2017

What s New - October 2017 What s New - Octber 2017 CaseWare Wrking Papers 2017 Versin: 2017.00.225 r2 Belw are sme imprvements t the sftware frm Wrking Papers 2016.00.181 t ur current release build. Fr mre infrmatin please review

More information

Create/Modify a Position Description for Benefits Eligible Staff (ONLY)

Create/Modify a Position Description for Benefits Eligible Staff (ONLY) Create/Mdify a Psitin Descriptin fr Benefits Eligible Staff (ONLY) GENERAL POSITION INFORMATION Start psitin descriptin prcess frm the Dashbard FIELD REFERENCES Click n Manage psitin descriptins and create

More information

Campus Planning Interface (CPI)

Campus Planning Interface (CPI) Campus Planning Interface (CPI) Belw is the pening screen fr CPI. Yur initial passwrd will be yur last name and the #1 next t it. Yu can g t Manage User Optins in the tlbar t reset yur passwrd. It s als

More information

Insurance Tracking Roll Prep - Job Aid

Insurance Tracking Roll Prep - Job Aid Insurance Tracking Rll Prep - Jb Aid Fiscal Crdinatin August 2017 TERMS OF USE The infrmatin cntained herein is licensed, trade-secret and prprietary and may nt be used, disclsed r reprduced withut permissin

More information

This document is intended to provide information to staff using the following School Management functions within the Curriculum Management System:

This document is intended to provide information to staff using the following School Management functions within the Curriculum Management System: Schls User Guide This dcument is intended t prvide infrmatin t staff using the fllwing Schl Management functins within the Curriculum Management System: New mdule requests Mdule List Management (including

More information

Setting up the Creative Pension Trust - Moneysoft User Guide

Setting up the Creative Pension Trust - Moneysoft User Guide Setting up the Creative Pensin Trust - Mneysft User Guide Nte: This guide has been designed t wrk with the latest versin f Payrll Manager. The area f 'Aut Enrlment' is fast mving, and we are adding extra

More information

Calling Feature and Voic . User Guide

Calling Feature and Voic . User Guide Calling Feature and Vicemail User Guide Page 1 C n t e n t s A u t m a t i c C a l l b a c k... 3 A u t m a t i c R e c a l l ( * 6 9 )... 3 C a l l F r w a r d i n g... 4 U n c n d i t i n a l C a l l

More information

VLOOKUP. STEPS: o. Start with your data spreadsheet

VLOOKUP. STEPS: o. Start with your data spreadsheet VLOOKUP This vide will explain and shw yu hw t use VLOOKUP, ne f the lkup and reference functins, in Micrsft Excel. Yu can use VLOOKUP when yu need t find things in a table r a range by rw. The secret

More information

Obtaining and Configuring UCDP Direct Integration Credentials

Obtaining and Configuring UCDP Direct Integration Credentials Obtaining and Cnfiguring UCDP Direct Integratin Credentials T submit appraisal data files t the Unifrm Cllateral Data Prtal (UCDP ) using a vendr slutin, yur rganizatin must first set up a UCDP Direct

More information

April 20, 2017 IMPORTANT: THESE GUIDELINES START ON THE NEXT PAGE: Go to

April 20, 2017 IMPORTANT: THESE GUIDELINES START ON THE NEXT PAGE: Go to April 20, 2017 Dear Returning Lyn Cllege Athlete: Prir t participating n a team frm Lyn Cllege, athletes must prvide the Athletic Training Department with current address, emergency cntact, insurance,

More information

SETTING UP GRADEBOOK IN D2L

SETTING UP GRADEBOOK IN D2L Taylr Institute fr Teaching and Learning Educatinal Develpment Unit OVERVIEW SETTING UP GRADEBOOK IN D2L This handut is a supplement t the tutrial vide lcated at: www.vime.cm/107951745 The fllwing 4 sectins

More information

WinTen² Tenant Accounts Receivable User Manual

WinTen² Tenant Accounts Receivable User Manual WinTen² Tenant Accunts Receivable This user manual is meant t prvide guidance n the WinTen² Tenant Accunts Receivable prgram. WinTen² Tenant Accunts Receivable is a fully integrated system that allws public

More information

EXCEL SCREENCAST SCRIPT - VLOOKUP

EXCEL SCREENCAST SCRIPT - VLOOKUP EXCEL SCREENCAST SCRIPT - VLOOKUP This vide will explain and shw yu hw t use VLOOKUP, ne f the lkup and reference functins, in Micrsft Excel. Yu can use VLOOKUP when yu need t find things in a table r

More information

Data Quality Scorecard Dashboards and Reports Guide

Data Quality Scorecard Dashboards and Reports Guide Data Quality Screcard Dashbards and Reprts Guide Authr Infrmatica Prfessinal Services Revisin Versin 2.1 Update Date March 30, 2016 Cntents Summary... 3 Jasper Reprts... 3 Dashbard... 3 Reprts... 4 Summary...

More information

QUICK GUIDE. Contract Management in LRM

QUICK GUIDE. Contract Management in LRM QUICK GUIDE Cntract Management in LRM Harvesting Cntracts Entering a cntract in LRM is the first step in the creatin f a cntract ging frward. D nt try t add a cntract after the legal dcument has been finalized.

More information

List of Services that we provide:

List of Services that we provide: All f the cnsultants at AB Slutins cme frm an insurance agency backgrund, and each has a minimum f 20 years experience in Agency Operatins. Our wrk with hundreds f agencies ver the span f decades can ffer

More information

Tips for Creating an Account, Applying for and Enrolling in Health Coverage

Tips for Creating an Account, Applying for and Enrolling in Health Coverage Tips fr Creating an Accunt, Applying fr and Enrlling in Health Cverage Fr Individuals and Families Befre yu start, please check that yu have the fllwing resurces and understand these imprtant messages

More information

NAVIPLAN PREMIUM LEARNING GUIDE. Set insurance goals

NAVIPLAN PREMIUM LEARNING GUIDE. Set insurance goals NAVIPLAN PREMIUM LEARNING GUIDE Set insurance gals Cntents Set insurance gals 1 Learning bjectives 1 NaviPlan planning stages 1 Client case 2 Describe the assumptins and analysis methds available fr determining

More information

IRS 2016 FEDERAL TAX TRANSCRIPT INFORMATION

IRS 2016 FEDERAL TAX TRANSCRIPT INFORMATION Financial Aid Office P.O. Bx 6905 Radfrd, VA 24142 Phne: (540) 831-5408 Fax: (540) 831-5138 finaid@radfrd.edu RU Financial Aid Website: http://www.radfrd.edu/finaid IRS 2016 FEDERAL TAX TRANSCRIPT INFORMATION

More information

Using Fastlane: Updated 12/13/10; revised 6/27/18 INDEX TO INSTRUCTIONS:

Using Fastlane: Updated 12/13/10; revised 6/27/18 INDEX TO INSTRUCTIONS: Using Fastlane: Updated 12/13/10; revised 6/27/18 INDEX TO INSTRUCTIONS: 1) PROPOSAL CREATION 2) UPDATING THE BUDGET OF A PROPOSAL 3) INTERIM REPORT SUBMISSION 4) ANNUAL r FINAL REPORT SUBMISSION 5) REQUESTING

More information

Denver Public Schools. Financial Services. Full Time Ledger. Financial Services Manual

Denver Public Schools. Financial Services. Full Time Ledger. Financial Services Manual Denver Public Schls Financial Services Financial Services Manual Full Time Ledger Table f Cntents Intrductin... 3 Full Time Psitins Budget Develpment... 3 Full Time Ledger... 5 Ledger Frmat... 6 Ledger

More information

OSSmosis 5 User Guide. Basic Auto Attendants. DCT Telecom Group, Inc

OSSmosis 5 User Guide. Basic Auto Attendants. DCT Telecom Group, Inc OSSmsis 5 User Guide Basic Aut Attendants Basic Aut Attendants An Aut Attendant is an autmated receptinist that prvides callers with varius greetings and the ptin t transfer t anther user, hunt grup, call

More information

NUI Galway Pension Self Service User Guide

NUI Galway Pension Self Service User Guide NUI Galway Pensin Self Service User Guide 1. Lgging On Use yur Campus Accunt credentials t lg in t Cre Prtal. G t ess.nuigalway.ie Type in yur NUI Galway username and passwrd Click Sign In Select Other

More information

Phones and Call Handling

Phones and Call Handling Instructin in this article is intended t be nn-phne specific. Therefre, it speaks f functins rather than buttns and sft keys, and it will avid detailed reference t specific phne's display elements. This

More information

Training Manual of E-Billing

Training Manual of E-Billing Department f Finance Gvernment f Bihar Cmprehensive Financial Management System (CFMS) Training Manual f E-Billing Gvernment Industry Slutin Unit (ISU) January, 2019 1 P a g e TABLE OF CONTENTS 1. GETTING

More information

ELECTRONIC FILING INSTRUCTIONS Commvault Systems, Inc. Securities Litigation

ELECTRONIC FILING INSTRUCTIONS Commvault Systems, Inc. Securities Litigation ELECTRONIC FILING INSTRUCTIONS Cmmvault Systems, Inc. Securities Litigatin I. Imprtant Ntes PLEASE READ Electrnic claim submissin is available t institutins filing n their wn behalf r n behalf f thers

More information

CERTIFICATES OF INSURANCE PAGE

CERTIFICATES OF INSURANCE PAGE OAR (Online Assigned Risk) User s Guide Page 16 CERTIFICATES OF INSURANCE PAGE Clicking the Certificates f Insurance link in the menu bar at the tp f the OAR Hme Page will bring a prducer t the Certificates

More information

Jobsite Charges Overview

Jobsite Charges Overview Jbsite Charges Overview Trimble AllTrak Clud Asset Charge Mdule Intrductin Cmpany Settings: Asset Charge Settings Lcatin Settings: Asset Charge Tab Sub-lcatins f a Jbsite Setting up Charges fr Assets,

More information

Commvault Systems, Inc. Securities Litigation

Commvault Systems, Inc. Securities Litigation Page 1 f 8 ELECTRONIC FILING INSTRUCTIONS Cmmvault Systems, Inc. Securities Litigatin I. Imprtant Ntes PLEASE READ Electrnic claim submissin is available t institutins filing n their wn behalf r n behalf

More information

Smart Accounting 1099-MISC and ICR Notes: 2017 Table of Contents

Smart Accounting 1099-MISC and ICR Notes: 2017 Table of Contents Smart Accunting 1099-MISC and ICR Ntes: 2017 Table f Cntents 1099-MISC 1099-MISC Overview... 2 1099 Prcessing Overview... 3 Printing a 1099 Wrksheet Reprt... 3 1099 Line Items Edits... 5 Printing 1099

More information

Preparing for Your Early Retirement

Preparing for Your Early Retirement Preparing fr Yur Early Retirement Imprtant Infrmatin fr Railrad Emplyees Eligible fr GA-46000 Eligibility fr Railrad Annuity Railrad Retirement Bard https://secure.rrb.gv/ Call yur lcal Railrad Retirement

More information

STEP-BY-STEP INSTRUCTIONS For the Online Assessment Tool

STEP-BY-STEP INSTRUCTIONS For the Online Assessment Tool STEP-BY-STEP INSTRUCTIONS Fr the Online Assessment Tl Please fllw these step-by-step instructins t access the Online Assessment Tl, which includes creating a new assessment r respnding t an existing assessment

More information

TaxAid. Your Personal Tax Account Filing Your Tax Return

TaxAid. Your Personal Tax Account Filing Your Tax Return TaxAid Yur Persnal Tax Accunt Filing Yur Tax Return The Persnal Tax Accunt (PTA) Yur persnal tax accunt allws yu t manage yur tax affairs with HMRC nline. It can be used fr a number f purpses including:

More information

Payroll Checklists 02/01/2017

Payroll Checklists 02/01/2017 Payrll Checklists 02/01/2017 Table f Cntents Prcessing Payrll... 1 Viding a Payrll Check r Depsit Advice... 6 Vid/Replace a Payrll Check r Depsit Advice... 7 Adding a Manual Check... 8 Perfrming Payrll

More information

SCHEDULING SETUP GUIDE. Follow step-by-step, and check off the tasks in order for the best LMN Time learning experience.

SCHEDULING SETUP GUIDE. Follow step-by-step, and check off the tasks in order for the best LMN Time learning experience. Fllw step-by-step, and check ff the tasks in rder fr the best LMN Time learning experience. SCHEDULING GUIDE 1 Fllw step-by-step, and check ff the tasks in rder fr the best LMN Time learning experience.

More information

LSI Securities Litigation

LSI Securities Litigation Page 1 f 8 ELECTRONIC FILING INSTRUCTIONS I. Imprtant Ntes PLEASE READ In additin t these instructins, please review the details set frth in the claim frm and ntice prir t submitting claims. Electrnic

More information

MAKING TAX DIGITAL SET UP GUIDE

MAKING TAX DIGITAL SET UP GUIDE Depending n yur versin, yu may need t make sme changes t yur sftware t enable yu t submit yur VAT return in line with Making Tax Digital (MTD). T ascertain what versin yu are n navigate t: Tls > Abut Sage

More information

Online Sanctions for Contest Directors

Online Sanctions for Contest Directors The newly-redevelped event sanctining prtal is currently in a pre-release phase. When develpment has cmpleted in January 2019, this dcument will be updated t reflect the new prtal. In the meantime, please

More information

Integrated equote Practical Exercise Staff Augmentation

Integrated equote Practical Exercise Staff Augmentation Integrated equte Practical Exercise Staff Augmentatin Scenari: Create an Integrated equte fr Staff Augmentatin. In this scenari, yu will create a new integrated equte fr practice. Yu will have the pprtunity

More information

PQRS Individual Measures Data Entry Guide

PQRS Individual Measures Data Entry Guide PQRS Individual Measures Data Entry Guide The deadline t submit PQRS data t New Jersey Innvatin Institute fr prgram year 2016 is March 10 th, 2017 Purpse f this Guide This guide prvides simple, step-by-step

More information

equote Practical Exercise Lawn Equipment

equote Practical Exercise Lawn Equipment Scenari: Create an equte fr Lawn Equipment. equte Practical Exercise Lawn Equipment In this scenari, yu will create a new equte fr practice. Yu will have the pprtunity t add requirements, questins, line

More information

PREPARING TO TERMINATE DROP

PREPARING TO TERMINATE DROP PREPARING TO TERMINATE DROP If yu wrk until yur riginal Deferred Retirement Optin Prgram (DROP) terminatin date, the Divisin f Retirement will mail yu yur DROP Terminatin Packet apprximately 90 days prir

More information

Joining SportsWareOnLine

Joining SportsWareOnLine Dear new MBU Student-Athletes, Prir t participating n an athletic team fr Missuri Baptist University (MBU), student-athletes must prvide the Athletic Training Department with lcal and permanent addresses,

More information

PROOF OF CLAIM AND RELEASE

PROOF OF CLAIM AND RELEASE PROOF OF CLAIM AND RELEASE Deadline fr Submissin: July 11, 2015 IF YOU PURCHASED THE COMMON STOCK OF, INC., ( ) DURING THE PERIOD FROM NOVEMBER 14, 2013 THROUGH APRIL 9, 2014, INCLUSIVE (THE CLASS PERIOD

More information

Systemwide or User Options User Guide IEPPLUS 4.3

Systemwide or User Options User Guide IEPPLUS 4.3 Systemwide r User Optins User Guide IEPPLUS 4.3 1990-2016 SunGard Public Sectr Inc. All rights reserved. N part f this publicatin may be reprduced withut the prir written permissin f SunGard Public Sectr

More information

IHCS CLAIMS REFERENCE GUIDE

IHCS CLAIMS REFERENCE GUIDE CLAIMS REFERENCE GUIDE WHERE DO I SUBMIT CLAIMS? Yu will submit the claims fr members directly t at the claims address belw. Electrnic Claims: Direct t Payer ID: 1 Paper Claims: Claims: Address1: City,

More information

Account Inquiry - Funds User Guide

Account Inquiry - Funds User Guide Accunt Inquiry - Funds User Guide Cntents Accunt Inquiry - Funds User Guide... 1 Overview... 2 Objective... 2 Resurces... 2 Prcess fr Inquiring n Funds Available & Accunt Detail... 3 Inquire n Available

More information

Insulet Corp. Securities Litigation

Insulet Corp. Securities Litigation Page 1 f 8 ELECTRONIC FILING INSTRUCTIONS Insulet Crp. Securities Litigatin READ THESE INSTRUCTIONS CAREFULLY AND IN THE ENTIRETY. YOU MUST COMPLY. Part I - Overview Electrnic claim submissin is available

More information

ECU Online Safety Induction

ECU Online Safety Induction CONTRACTOR INDUCTION USER INSTRUCTIONS MAIN CONTRACTOR If yu are a New Cntractr t ECU yu will need t uplad yur cmpany details first: 1. Select : Online Safety inductin 2. Select: New Cntractr 3. Select:

More information

WinStabs- NMR 2019 Explained

WinStabs- NMR 2019 Explained WinStabs- NMR 2019 Explained Prgram Changes New file frmat- will require Access r Runtime 2010 r newer. Access is highly recmmended. Rail and Bus databases cmbined int ne versin. WinStabs will nw huse

More information

/PeopleSoft. Financial Management Solutions. FMS User Guide Budget and Senior Administrator Processes Version 8.9. Revision Date: May 8, 2007

/PeopleSoft. Financial Management Solutions. FMS User Guide Budget and Senior Administrator Processes Version 8.9. Revision Date: May 8, 2007 11 /PepleSft Financial Management Slutins Budget and Senir Administratr Prcesses Versin 8.9 Revisin Date: May 8, 2007 Table f Cntents Prcedures fr Requisitin Apprvers... 3 Express Steps...4 Budget Inquiry...

More information

PROOF OF CLAIM AND RELEASE

PROOF OF CLAIM AND RELEASE Deadline fr Submissin: June 9, 2018 PROOF OF CLAIM AND RELEASE IF YOU PURCHASED THE COMMON STOCK OF MAGNACHIP SEMICONDUCTOR CORP. ( MAGNACHIP ) BETWEEN FEBRUARY 1, 2012 AND MARCH 11, 2014, INCLUSIVE (TH

More information

Job Aide: VPAA_ONBOARDING_COMPLETION Report - Use this to check onboarding status for a group of employees. To Begin:

Job Aide: VPAA_ONBOARDING_COMPLETION Report - Use this to check onboarding status for a group of employees. To Begin: Jb Aide: VPAA_ONBOARDING_COMPLETION Reprt - Use this t check nbarding status fr a grup f emplyees. T Begin: G t hrpd.unt.edu t lgin. Enter EUID. Enter Passwrd. Click Sign In r press Enter. 1 After lgging

More information

ELECTRONIC FILING INSTRUCTIONS LOGITECH FAIR FUND

ELECTRONIC FILING INSTRUCTIONS LOGITECH FAIR FUND ELECTRONIC FILING INSTRUCTIONS LOGITECH FAIR FUND I. Imprtant Ntes PLEASE READ Page 1 f 8 Electrnic claim submissin is available t institutins filing n their wn behalf r n behalf f thers as well as t claim

More information

CHAPTER NINETEEN MISCELLANEOUS ITEMS

CHAPTER NINETEEN MISCELLANEOUS ITEMS CHAPTER NINETEEN MISCELLANEOUS ITEMS 19 MISCELLANEOUS ITEMS 1 9 OVERVIEW Miscellaneus items have different dcumentatin requirements fr each unit f measure (UOM). All miscellaneus items must be cunted

More information

Request for Proposals # Tulsa Transit CNG Fuel Station Maintenance Amendment# 3 October 9, 2018

Request for Proposals # Tulsa Transit CNG Fuel Station Maintenance Amendment# 3 October 9, 2018 This amendment prvides additinal infrmatin t firms respnding t RFP #19-1902 CNG Fuel Statin Maintenance issued by. Purpse: This amendment answers questins psed by prpsers wh attended the Pre- Prpsal Meeting.

More information

Setup Earnings Distribution in Job Data

Setup Earnings Distribution in Job Data OneUSG Cnnect Earnings Distributin Setup in Jb Data New President Allwance Setup Earnings Distributin in Jb Data Descriptin This prcess describes the steps necessary t setup the new allwance fr presidents

More information

Scribing Notes and Routing to Providers User Guide November 11, 2016

Scribing Notes and Routing to Providers User Guide November 11, 2016 Scribing Ntes and Ruting t Prviders User Guide Nvember 11, 2016 Belw is a guide cvering the steps t be cmpleted in the Epic System fr a nn-credentialed users t transcribe / scribe an ambulatry visit nte

More information

RFQ with Negotiation

RFQ with Negotiation RFQ with Negtiatin Frm the Perspective f an RFQ Initiatr (EMBnds GUI) User Guide & Prtcls Release 1.35.0 (11/02/16) Start a New RFQ Select a bnd and navigate t Start New RFQ panel i) Navigate t the Start

More information

Correctly identifying the correct FSC/Plan is one of the most important aspects of collecting information from the patient.

Correctly identifying the correct FSC/Plan is one of the most important aspects of collecting information from the patient. Selecting a FSC/Plan Overview Intrductin This lessn intrduces yu t assigning a FSC/Plan. Failure t crrectly assign the FSC/Plan can significantly impact revenues and can result in unnecessary prblems fr

More information

Change of PI Principal Investigator (PI), Additional Contact, Study Staff How to submit a Modification to change the PI of an approved study

Change of PI Principal Investigator (PI), Additional Contact, Study Staff How to submit a Modification to change the PI of an approved study Jb Aid Title Relevant Users Cvered Tpics Change f PI Principal Investigatr (PI), Additinal Cntact, Study Staff Hw t submit a Mdificatin t change the PI f an apprved study Active study staff r the utging

More information

NPAIHB Regional Extension Center

NPAIHB Regional Extension Center NPAIHB Reginal Extensin Center Suggestins fr an Audit File Under Stage 1 MU Build an audit file fr each EP Include Dcumentatin fr the Y/N Attestatin Measures Include ther dcumentatin as needed Drug Interactin

More information

COSTING A PROPOSAL - HINTS and TIPS

COSTING A PROPOSAL - HINTS and TIPS 1. Internal Prcesses 1.1 Credit Checking use f IC New Funder Credit checks fr new funders will be requested by Research Services (RS) at the award stage - unless a Principal Investigatr (PI) r Departmental/Divisinal

More information

ABLE Accounts: 10 Things You Should Know

ABLE Accounts: 10 Things You Should Know ABLE Natinal Resurce Center 1667 K Street, NW Suite 640 Washingtn, DC 200006 (202) 296-2040 inf@ablenrc.rg ABLE Accunts: 10 Things Yu Shuld Knw 1. What is an ABLE accunt? ABLE Accunts, which are tax-advantaged

More information

2016 NEW BUSINESS CLIENT TAX ORGANIZER

2016 NEW BUSINESS CLIENT TAX ORGANIZER 229 Huber Village Blvd, Suite 229 * Westerville, Ohi 43081-8075 * Telephne (614) 942-1990 * Facsimile (614) 942-1991 * www..cpaagi.cm * inf@cpaagi.cm 2016 NEW BUSINESS CLIENT TAX ORGANIZER Instructins:

More information

Card Holder ACT204. Last Updated 3/11/15

Card Holder ACT204. Last Updated 3/11/15 Card Hlder ACT204 Last Updated 3/11/15 Standard Visa Card Allws fr quick and easy reservatins t be made Reduces the amunt f ut f pcket expenses fr the Traveler N Plicies have changed just anther frm f

More information

ELECTRONIC FILING INSTRUCTIONS

ELECTRONIC FILING INSTRUCTIONS ELECTRONIC FILING INSTRUCTIONS IN RE VIRTUS INVESTMENT PARTNERS, INC. SECURITIES LITIGATION I. Imprtant Ntes PLEASE READ Electrnic claim submissin is available t institutins filing n their wn behalf r

More information

BAKERSFIELD COLLEGE BANNER: PO PROCESS WORKSHOP

BAKERSFIELD COLLEGE BANNER: PO PROCESS WORKSHOP BAKERSFIELD COLLEGE BANNER: PO PROCESS WORKSHOP JANUARY 11, 2017 JANUARY 12, 2017 PRESENTED BY SOMALY BOLES, ADMINISTRATIVE ASSISTANT, FINANCE AND ADMIN SERVICES LETY ALVAREZ, ACCOUNTING TECHNICIAN II,

More information

Classic Vista 1099-MISC and ICR Notes: 2017 Table of Contents

Classic Vista 1099-MISC and ICR Notes: 2017 Table of Contents 1099-MISC and ICR Ntes: 2017 Table f Cntents 1099-MISC 1099-MISC Overview... 2 Imprtant Pints f Interest... 2 Typical 1099 Prcedure... 2 Cmpany Setup... 3 Tax Table Setup... 4 Tax ID Setup... 6 Federal...

More information

APPENDIX A TECHNICAL SPECIFICATIONS REWARDS AND RECOGNITION PROGRAM

APPENDIX A TECHNICAL SPECIFICATIONS REWARDS AND RECOGNITION PROGRAM APPENDIX A TECHNICAL SPECIFICATIONS 094-18 REWARDS AND RECOGNITION PROGRAM Backgrund JEA wns, perates and manages the electric system established by the City f Jacksnville, Flrida in 1895. In June 1997,

More information

InfoPorte System Updates

InfoPorte System Updates Release 6.4, April 6, 2015 Special Editin: Finance- & HR-related changes t persnnel encumbrances Finance Grants HR Faculty Dashbard n updates Access Updates n updates General Summary f the Changes Special

More information

Benefits Enrollment Site user s guide

Benefits Enrollment Site user s guide Benefits Enrllment Site user s guide Befre yu begin The Stryker Benefits Enrllment Site is an nline system that yu can access frm any cmputer all yu need is an internet cnnectin and a cmpatible internet

More information

Professional Web Portal Tutorial. Revised 5/11/17

Professional Web Portal Tutorial. Revised 5/11/17 Prfessinal Web Prtal Tutrial Revised 5/11/17 1 Cntents PROFESSIONAL CLAIMS... 3 PROVIDER INFORMATION... 8 SUBSCRIBER/CLIENT INFORMATION... 9 CLAIM INFORMATION... 10 DIAGNOSIS CODES... 11 BASIC LINE ITEM

More information

How to complete the BCU (UKCC) Level 2 Assessment Portfolio A Guide for Candidates

How to complete the BCU (UKCC) Level 2 Assessment Portfolio A Guide for Candidates Hw t cmplete the BCU (UKCC) Level 2 Assessment Prtfli A Guide fr Candidates Intrductin T cmplete yur UKCC Level 2 Assessment yu must successfully pass all the assessment tasks as utlined in the Assessment

More information

PROOF OF CLAIM AND RELEASE

PROOF OF CLAIM AND RELEASE Deadline fr Submissin: FEBRUARY 16, 2015 Tel.: 866-274-4004 Fax: 610-565-7985 inf@strategicclaims.net PROOF OF CLAIM AND RELEASE IF YOU PURCHASED OR OTHERWISE ACQUIRED AMERICAN DEPOSITORY SHARES ( ADS

More information

New Funds Secured (Ross-CASE) Plug-in Prepared by Douglas Galbraith Version 0.6

New Funds Secured (Ross-CASE) Plug-in Prepared by Douglas Galbraith Version 0.6 Prepared by Duglas Galbraith Versin 0.6 Dcument Cntrl Versin Cntrl Lg Date Name Descriptin Sectins Rev. 21/06/2016 Duglas Galbraith Initial release All 1.0 BLACKBAUD PROFESSIONAL SERVICES PROPRIETARY INFORMATION

More information

New Funds Secured (Ross-CASE) Plugin Prepared by Blackbaud Europe Version 1.4.1, last updated 21 August 2017

New Funds Secured (Ross-CASE) Plugin Prepared by Blackbaud Europe Version 1.4.1, last updated 21 August 2017 Prepared by Blackbaud Eurpe Versin 1.4.1, last updated 21 August 2017 Dcument Cntrl Versin Cntrl Lg Date Name Descriptin Sectins Rev. June 2016 Duglas Galbraith Initial release All 1.0 September 2016 Christpher

More information

BS&A Courseware. General Ledger

BS&A Courseware. General Ledger BS&A Curseware General Ledger BS&A Sftware Curseware Written and published by BS&A Sftware, Inc. 2015 Bellefeuil, Szur & Assciates, Inc. Ntice f Rights N part f this publicatin may be reprduced, transmitted,

More information

Mutualised Default Fund

Mutualised Default Fund Mutualised Default Fund User Guide 13 9 Nvember 2018 Versin 1.0 CONTENTS 1. Intrductin...3 1.1 Dcument Purpse... 3 1.2 Intended Audience... 3 1.3 Dcument Histry... 3 2. Mutualised Default Fund Overview...4

More information

Annual Return Guidance

Annual Return Guidance Annual Return Guidance Updated July 2018 Scttish Charity Regulatr Annual Return Guidance CONTENTS Pg 3. 1. INTRODUCTION Pg 4. 2. SECTION A Pg 8. 3. SECTION B Pg 11. 4. SECTION C 1. Intrductin What this

More information

Policy: Voter Registration National Voter Registration Act (NVRA) No: CR: 11. Effective: 10/11 Revised: 8/30/12

Policy: Voter Registration National Voter Registration Act (NVRA) No: CR: 11. Effective: 10/11 Revised: 8/30/12 Plicy T ensure cmpliance with the Natinal Vter Registratin Act f 1993 (NVRA), vter registratin services shall be ffered at all Lcal WIC Agencies/Clinics t all WIC prgram applicants/participants at the

More information

Introduction and Summary

Introduction and Summary Intrductin and Summary Service Pack 33 includes key inclusins t bth the Crime and Family mdules. The reprting prcess fr the Immigratin CMRF has als been updated after recent clarificatin cncerning Detentin

More information