1.1 CribMaster represents either a physical device [unit] which stores products in bins or software loaded on the device.

Size: px
Start display at page:

Download "1.1 CribMaster represents either a physical device [unit] which stores products in bins or software loaded on the device."

Transcription

1 Project Name: CRIB MASTER INTEGRATION CUST #: Revision: 7.1 CUST Name: Original Date: 04/17/08 CUST Contact: SID: Authored by: Luc Martel Project Code: Reviewed by: George Toor Work Order: 1. TERMINOLOGY: The following terminology is used within this document. 1.1 CribMaster represents either a physical device [unit] which stores products in bins or software loaded on the device. 1.2 PO FILE represents the transmitted file from CribMaster [software] which is used to create a warehouse transfer within Streamline for products that need to be replenished into the CribMaster unit. 1.3 TRAN FILE represents the transmitted file from CribMaster [software] which is used to create a sales order/invoice within Streamline for products that need to be billed to the customer, based on consumption. 1.4 Other for purposes of this document, W01 represents the customer warehouse, W02 represents the associated VMI warehouse, CM1 represents the VMI code associated to CribMaster Unit-1 and CM2 represents the VMI code associated to the CribMaster Unit BUSINESS CASE: Company ABC does business with Customer XYZ using CribMaster vending machines. This is the only acceptable means of transaction that Company XYZ will accept thus we must accommodate this in the VISUAL application. Note: that there are currently two vending machines in service; CribMaster Unit-1 and CribMaster Unit PROBLEM: Visual Streamline does not accommodate this business model, presently. In addition to this, Company ABC would like to eliminate the existing 3 rd party software/server layer. Cribmaster - Functional Spec - Rev7.1 - General.doc Page 1 of 14

2 4. CURRENT PROCESS: Functional Specification Document Following is a brief description of the current process: a. Customer XYZ issues its employees access to the vending machines (via swipe card or user ID). b. End users obtain goods from the vending machines. As this takes place, information with respect to department, user, item numbers and quantities... is recorded. c. On a daily basis, two.xls files (reports) are ed individually from each vending machine to two separate addresses by the CribMaster software. o o A purchase order detail report (PO FILE - for replenishment of stock) is sent via . A transaction detail report (TRAN FILE - what was consumed) is sent via . d. A Company ABC employee launches the 3 rd party program and initiates the conversion of the (above) two reports into flat files to be used by Company ABC s character based (CB) system. o o In the CB system, a work order (i.e. sales order) is produced from the PO detail report, used to pick and deliver goods to the CribMaster units. The units are represented in the CB system as separate warehouses, thus the inventory is transferred from Company ABC s warehouse W01 to these CribMaster warehouses (CM1 and CM2) using the work order. In the CB system, the converted and uploaded TRAN detail report is used to generate customer invoicing. No invoices are actually printed from CB as data is transferred back to the 3 rd party application where a custom invoice that meets Customer XYZ s specifications is produced. 5. LIMITATIONS: This is a custom modification all functionality will be controlled by a custom business rule. This modification will make use of existing VMI functionality. For example: This implies that quantities contained in VMI valuation reports will be insignificant. The total quantity of a product within the VMI warehouse represents the quantities within all CribMaster units. No change to VMI functionality is included in this modification. Changes to any summary or detail invoice requirements are not included in this modification. Any future changes to the file structures or file types transmitted from CribMaster are not within scope of this modification. Cribmaster - Functional Spec - Rev7.1 - General.doc Page 2 of 14

3 This modification does not include the ability to have the same product code in multiple product lines. Any costs associated to data conversion of customer [Customer XYZ] part numbers into Visual Streamline are not included within this modification. 6. ASSUMPTIONS: Company ABC will use existing detail and summary invoice reports generated via Crystal Reports for billing functions. Currently, every time a PO file is opened, a message is displayed stating that data may have been lost. The source of this error is unknown and may affect the outcome. These functional specs have been written with the assumption that this is an erroneous error message. Company ABC is to advise if this is not the case. CribMaster generates unique file names for each PO or TRAN file upload. 7. CONDITIONS: Each CribMaster unit will be defined as a unique VMI code in Visual Streamline linked to a unique customer code that is limited to ONE ship to record. Company ABC is responsible to set up or make any required changes to the CribMaster software. This could include file transfer changes, naming issues, etc. All VMI codes, representing CribMaster units, will be created within the same warehouse record [by Company ABC]. The files discussed, supplied by Company ABC and attached in Part B are exact representations of the files currently ed to Company ABC. If there are multiple CribMaster units, unique PO and TRAN files are generated and transmitted from EACH unit. Company ABC is responsible for updating and maintaining customer [Customer XYZ] part numbers and linking them to product master records. Note: some of the Customer XYZ part numbers are suffixed with an R, indicating it is a used or regrind part. Cribmaster - Functional Spec - Rev7.1 - General.doc Page 3 of 14

4 8. SOLUTION: Functional Specification Document The solution is to create a new module and related functionality to integrate CribMaster into Visual Streamline (VS). This document separates the development into four (4) major parts, each representing the work required to end up with an integrated solution. The four parts are: PART A: MOD CONTROL - identification of new menu items, business rules and/or user rights to control and set up the environment. PART B: FILE EXTRACTION - identification of requirements and development related to transmitting and receiving of the PO & TRAN files from CribMaster. PART C: PO FILE PROCESSING detailing the requirements and functionality with respect to receiving and processing the PO FILE from CribMaster. PART D: TRAN FILE PROCESSING detailing the requirements and functionality with respect to receiving and processing the TRAN FILE from CribMaster. Cribmaster - Functional Spec - Rev7.1 - General.doc Page 4 of 14

5 9. DETAILED ANALYSIS PART A MODULE CONTROL: 9.1 Create a new business rule (BR) within the custom BR folder and label it as: CUS 2 CribMaster Integration The new rule has two options Active and Inactive. If set as active, the modifications described in parts A [9.2 & 9.3], B, C & D are enabled within VS. If set as inactive; modifications are not enabled. 9.2 Create new menu items, as required, to locate programs for this modification. For example: CribMaster Integration -> Processing -> Extract/Import Files 9.3 Create a new user right to control access to CribMaster integration processing and menu access. Any user that has the new security right will have full access to all CribMaster integration functions. For example: RTCBI Right to CribMaster Integration. 9.4 CribMaster_Master Table a new table is required to store default information that will be used in processing functions Create a new table to store the following information: see details The following functions are required with the table: Modify; New; Delete; and Exit. These functions are accessible via corresponding buttons and behave in the same manner as in the base product, i.e. New create a new record in the table. Note: refer to the Streamline Standardization Document for table design and button placement. (Select button added by development to allow this to be used as a selection table.) Table/ Field details: CribMaster Id represents the identifier for the CribMaster unit alpha numeric 10 chars ID Description misc. descriptions could reference unit location, plant number, etc. alpha numeric 40 chars Main Warehouse this represents the VS warehouse record to be used as the ship from warehouse when generating warehouse transfers. Table: WAREHOUSES, field whse_id. User will have functionality to F5 and select from available records VMI Code represents the corresponding VMI code from table VMI_MASTER, field vmi_id. User will have functionality to F5 and select from available VMI records VMI Warehouse this is grabbed from the link to the VMI_MASTER table and represents the VS warehouse record to be used as the ship from warehouse when generating sales orders/invoices. This is not a column in the cribmaster table Cribmaster - Functional Spec - Rev7.1 - General.doc Page 5 of 14

6 PO File Location represents the PO file location with the network environment. I.e.: D:\Streamline\Cribmaster\PO or \\server\folder. Alpha numeric 255 chars TRAN File Location represents the TRAN file location with the network environment. I.e.: D:\Streamline\Cribmaster\TRAN or \\server\folder. Alpha numeric 255 chars PO Archive Location represent the network location of processed PO or TRAN files TRAN Archive Location represent the network location of processed PO or TRAN files Validation a CribMaster ID must be associated to unique warehouse codes in the MAIN Warehouse and its corresponding VMI Warehouse. Do not allow table update and display a warning if the both MAIN Warehouse and VMI Warehouse fields are the same. (VMI Warehouse field is picked up from the vmi_master table by linking the VMI code) Sample Table CRIB ID CRB1 CRB2 DESCR CribMaster Unit-1 CribMaster Unit-2 MAIN WHSE VMI CODE PO FILE LOCATION TRAN FILE LOCATION PO ARCHIVE FOLDER TRAN ARCHIVE FOLDER W01 CM1 C:\... C:\... C:\... C:\... W01 CM2 \\server\.. \\server\ D:\... D:\ DETAILED ANALYSIS PART B FILE EXTRACTION: An FTP server will replace the current method of file transfers . The FTP server software needs to exist on all CribMaster units and within Company ABC network. The function of the FTP server software is to transfer both PO and TRAN files to the destination network folders based on the CribMaster default table (see above). Note: Tech is responsible to set up on the Company ABC network only. TBD who will set up on the CribMaster unit(s) New Program create a new program with a user interface to read, process and archive CribMaster files that have been deposited into the appropriate file locations (based on the CribMaster defaults table) by the FTP server software Create a menu item to the new program: CribMaster Integration -> Processing -> Import/Process Files Once launched, the user will have the following options: Import, Process or Exit. Note: Refer to Streamline Standardization document for screen layout and design. (Development changed Process button to View Imports as the Cribmaster - Functional Spec - Rev7.1 - General.doc Page 6 of 14

7 called program will show the user unprocessed and/or processed import files and that screen will allow them to tag and process.) 10.4 Exit after launching the program from the menu, if Exit is selected, exit back to the menu screen Import after launching, if Import is selected, open a dialog box to allow the user to select or enter the CribMaster ID and the file type to import/process i.e. CRB1 P only read files that are stored in the file location for CribMaster unit 1 that are PO files. Once entered or selected, the program needs to read the files stored in the corresponding File Location network folder Validation only.xls files are valid file types. If none exist, display a confirmation message and upon acceptance of the message, exit back to the menu Developer s note: entry of cribmaster code and file type are on the front screen. Error message will be presented if user selects a particular cribmaster code and either PO or Trans file when none is available Create a new table to store the following: file name, file location, log flag Display the table with the data files found and a column to TAG the data files for processing. This table will require the following functions: TAG, TAG ALL, UNTAG, UNTAG ALL, PROCESS, SHOW PROCESSED, EXIT. The function associated with each button excluding PROCESS & SHOW PROCESSED are identical to current base functionality i.e. Exit no processing, exit back one screen SHOW PROCESSED if selected, only display data where the LOG flag is set to YES. The log flag is updated during the processing of files PROCESS depending on the file(s) tagged, clicking the PROCESS button will invoke (new) programs that process PO and TRAN files details in section 11 and After processing selected files (sections 11 & 12) update the LOG flag in the table. Cribmaster - Functional Spec - Rev7.1 - General.doc Page 7 of 14

8 11. DETAILED ANALYSIS PART C PO FILE PROCESSING: 11.1 OVERVIEW: The result of a CribMaster PO file being processed is a VS warehouse transfer. Details from the PO file will be used by VS to create a saved stock transfer - the user will have to print a transfer picking ticket and then confirm the transfer (current functionality). Depending on the source of the file, the resulting transfer will be from warehouse (Developer note: cribmaster_machines.cmm_ship_whs_id) W01 to (vmi_master.vmi_whs_id from link based on cribmaster_machines.cmm_vmi_code = vmi_master.vmi_id) either: a) W02/CM1 (VMI warehouse/cribmaster Unit-1 VMI code) or b) W02/CM2 (VMI warehouse/cribmaster Unit-2 VMI code) ** Note: each CribMaster unit is also represented by a customer code which is stored in the VMI code details. When insufficient stock to fulfill the required transfer quantity exists, the balance will be written to the planned purchasing tables for W01 but against a new source detail type called Transfers (Developer s Note: this will be Cribmaster Transfers as Transfers already exists for other functionality). After a VS PO is generated and the quantity is received (from the vendor), it will be flushed to a new transfer that must then be processed as normal. Note: each PO file received includes data with respect to new POs and POs previously issued but backordered (completely or partially). For example: if a PO (file) is received requesting a transfer of ITEM: X and QTY: 10, and only five (5) are confirmed as shipped, the next file will list the same PO number, but with QTY: 5 for ITEM: XXX. When a new PO file is processed (received), a new transfer will be created within VS. When a previously issued PO (i.e. where there was a backorder situation), it must be ignored by VS. The key to focus on here is the actual PO# (first column in the attached file) in other words, ignore old PO numbers. Note: each CribMaster vending unit has a standalone software application that issues unique PO# s from its own sequence of numbers (not a shared last number control file), thus a potential for duplicated PO # s does exist. This potential for duplication is overcome by storing the PO# value at the line level detail of a transfer as discussed shortly File Details: Following is an example of the file. PO # Supplier Ordered Qty Item CribBin Description Account # Each Total Cost 1933 ABC 1/28/ DM000210R Standard ABC 1/31/ DM000582R Corner Drill REWORKED ABC 2/6/ DT001022R HSS / Corner Drill REWORKED Cribmaster - Functional Spec - Rev7.1 - General.doc Page 8 of 14

9 1940 ABC 2/5/ DM000210R Standard ABC 2/5/ DM000409R Corner Drill REWORKED ABC 2/27/ DT001024R HSS / Corner Drill REWORKED ABC 3/14/ DM Corner Drill ABC 3/28/ DM Corner Drill ABC 4/3/ DM Corner Drill ABC 4/10/ DM Corner Drill Following is an explanation of how each column is used and where it should be mapped: PO# consider this to be line level detail as it must be tracked against the item code and it s quantity, and must be printed on the transfer packing slip line by line. This information is used by the delivery driver when putting away goods in the vending unit as he/she is using the CribMaster application when completing this task. Store in new field in transfer tables. This PO# is also the key to determine if a line has been previously reported. Note: also that each CribMaster unit is issuing its own range of PO# thus there is potential for some duplication from one unit to the other. For this reason, the PO# must be stored separately for each warehouse code/vmi code transfer. Supplier not used. Ordered not required. This is a date field, but the created transfers will have as a date the date on which it is created by VISUAL program. Qty the required transfer quantity. Map to existing fields. Item this is Customer XYZ s part no. and is mapped to a Company ABC part no. in VISUAL (Accounts Receivable > A/R Master Files > Customers > Part Numbers: table name prod_customer). The source of the file will determine which customer must be called to map the Customer XYZ part no. to a valid VISUAL part no (just as there is one warehouse code/vmi code per CribMaster unit, there is one customer no per unit). CribBin This is the physical location in the vending unit for the goods. Note that it is always changing and thus can t be stored as a static entry. This value must be printed on the transfer packing slip, line by line so that the delivery personnel will know in which drawer to put the goods. Either a new field will be required to store this value for a particular PO/Item combination, or the data can be written to the existing detail comment field. Description This is already stored in VISUAL against the Company ABC part no. therefore not required. Each not required. Total cost not required. A routine to ensure the file has been completely and accurately imported must be included. Cribmaster - Functional Spec - Rev7.1 - General.doc Page 9 of 14

10 11.3 TRANSFER PROCESSING This section discusses the processing requirements once a PO file has been imported and is being processed. Please refer to section 11 for details pertaining to the mapping of the received file GENERATE WAREHOUSE TRANSFERS CribMaster PO files that are processed result in a warehouse transfer being created in VS. The transfer created is based on the details of the PO file and the CribMaster default table. Once the details are read, generate a warehouse transfer for each PO file processed transfer are picking stage warehouse transfers i.e. not confirmed TRANSFER PROCESSING DETAILS Users will run Inventory > Warehouse Transfers > Batch Printing Transfers > Picking slips (for W01) looking for those transfers shipping to W02. Once physical picking has been done, user will return to VISUAL to confirm shipment in Inventory > Warehouse Transfers > Transfer Products (the Confirm Transfer button). For items where the full amount can t be shipped, these will be written to the planned purchasing tables against a new source detail type for transfers (also discussed in Part B of this functional spec). This functionality will be controlled by a new business rule that allows a backorder when confirming a transfer. (Developer s Note: This backorder will be tracked automatically in the warehouse transfers program when the user changes the quantity on the transfer detail line prior to confirming.) This backorder would get written to a new transfer. This new transfer would be linked to the PPP requirement. A user will run planned purchasing against W01, picking up the requirements for product owing on transfers to W02. Once a PO is received, it will be flushed to a NEW transfer (same as listed in source details) and allow for processing of the transfer picking slip TRANSFER PACKING SLIP MODIFICATIONS Following is a mock-up of a transfer packing slip and explanation for the highlighted items: A. The ship-from warehouse and transfer packing slip no. B. The ship-to warehouse/vmi code (i.e. either W02/CM1 or W02/CM2) C. Item no. and description stored in VISUAL D. PO# from the PO file (section 11.2) E. Customer XYZ s part no. (section 11.2) F. CribBin from PO file (section 11.2) Cribmaster - Functional Spec - Rev7.1 - General.doc Page 10 of 14

11 RECEIVING STOCK At some point, the warehouse transfer generated will need to be WAREHOUSE RECEIVED in to the destination WHSE/VMI. This will increase the on-hand balance in warehouse W02 and the corresponding VMI code. 12. DETAILED ANALYSIS PART D TRAN FILE PROCESSING: 12.1 MAPPING OF THE TRAN FILE Depending on the source of the file, the resulting sales order will be from: (Developer s Note: vmi_master.cust_id and vmi_shipto_id from link based on vmi_master.vmi_id = cribmaster_machines.cmm_vmi_code) a) CM1 (CribMaster Unit-1) b) CM2 (CribMaster Unit-2) The source of the file also determines the customer to be invoiced as follows (note that detail as to SHIPTO is included in the detail of the file): a) CribMaster Unit-1 customer no b) CribMaster Unit-2 customer no Note that there are a few different transaction types that are in the file. The only ones to be imported are ISSUE, ISSRT and CANCL (see below for treatment). Cribmaster - Functional Spec - Rev7.1 - General.doc Page 11 of 14

12 As opposed to the PO file, each daily file represents new activity. The following is a copy of the first few rows of an ed TRAN file. TRANSNUMBER TRANSDATE VENDOR ITEMNUMBER SUPPLIER ITEM # CRIBBIN ISSUEDTO DEPARTMENT QUANTITY EXT COST TRANS TYPE /12/07 6:30 ABC DT ISSRT /12/07 6:30 ABC DT ISSRT /12/07 5:24 ABC DT ISSRT /12/07 6:22 ABC DT ISSRT /12/07 6:22 ABC DT ISSRT /12/07 6:22 ABC DT ISSRT /12/07 6:22 ABC DT ISSRT /12/07 6:23 ABC DT ISSRT /12/07 6:23 ABC DT ISSRT /12/07 5:28 ABC DT ISSRT Following is an explanation of how each column is used and where it should be mapped: TRANSNUMBER not used in final detailed or summary invoice however map to notes line in sales order line detail for future reference as TRANSNUMBER (using first line of above table as an example). (Developer s Note: This will appear in the order line details additional info screen as comment line 1.) TRANSDATE not used in final detailed or summary invoice however map to notes line in sales order line detail for future reference as TRANSDATE 12/12/07 6:30 (append to previously written information in previous bullet point). (See developer s note above.) VENDOR not used. ITEMNUMBER this is the customer s part no. and is mapped to a Company ABC part no. in VISUAL. Not Required. SUPPLIER ITEM # - Company ABC part no. Map to existing field in sales order detail. This is field srd_prod_id in table so_ordrev_details. CRIBBIN physical location of item in vending machine. Used in custom invoice. Map to new column in table so_ordrev_details called srd_cribbin. ISSUEDTO & DEPARTMENT used in custom invoice. Merge together and map to end user field at the line level detail in sales order tables (i.e. first line of sample table above would be mapped to end user field as note the department is mapped before the issued to). This is field srd_enduser_id in table so_ordrev_details. QUANTITY Order quantity Map to sales order detail line. This is field srd_ordrev_qty in table so_ordrev_details. EXT COST not used. Pricing is held in VISUAL. TRANS TYPE this is a column to filter on. Only select types ISSUE, ISSRT and CANCL all other types are ignored. ISSUE and ISSRT both indicate a user obtaining goods whereas CANCL indicates a user returning goods (i.e. a credit for a previously billed ISSUE or ISSRT). A routine to ensure the file has been completely and accurately imported must be included. Cribmaster - Functional Spec - Rev7.1 - General.doc Page 12 of 14

13 12.1 DETAIL PROCESS Functional Specification Document Processed CribMaster TRAN files result in sales order/invoice to be recorded in VS. This process is invoked via the File Extraction [Part B] process. The sales order created needs to be processed as a DIRECT invoice order type, the warehouse used is the VMI warehouse and set to order stage flag to 4 (ready to post) in the SO_ORDER_HEADER table (plus ORDEREV and BOL_HEADER). (Developer s note: This field is only on the revision and BOL headers: so_ordrev_headers.srh_orderstage_flg and so_bol_headers.bolh_stage_flg.) Every TRAN file processed results in a unique sales order/ invoice. The warehouse code used in the line details of the sales order is the VMI warehouse. (Developer s note: In the case of Trans files that have both ISSRT/ISSUE and CANCL transactions, two orders/invoices will be created one for the direct invoice for ISSRT and ISSUE transactions and one for the credit memo for the CANCL transactions as we do not support mixed invoices with credits and charges together. If two sales orders and invoices are created, the credit memo information will be stored in separate fields and displayed beneath the table when viewing the import files.) These transactions will behave otherwise as any normal sales orders: Next available order no. in sequence will be used for all stages of the transaction (except invoice no.) Next available invoice no. in sequence will be used for the invoice. Users will be able to access and reprint the sales orders and invoices as per any other type of transaction. Posting of transaction to GL and sub ledgers will be as per any other sales transaction PROCESSED LOG Once sales orders/invoices have been created, user will be presented with an information window stating Sales orders and invoices have been created. There will be two buttons in this window as follows: View Log and Exit. Selecting Exit returns the user to the main menu. Selecting View Log opens a window with the following information in column format: File name, Sales Order No., Invoice No., Date Processed. Only the currently processed transactions will be shown in this log. User will be able to park and drill into both the listed sales order numbers and invoice numbers. Along the right side of this window will be two buttons: Show Processed and Exit. Selecting Exit returns the user to the main menu. Selecting Show Previously Processed displays in the same window previous transactions. (Developer s note: After processing the user will be returned to the screen that shows the files processed. This should be refreshed with the sales order and invoice numbers. User can then exit to the main menu or view details.) Cribmaster - Functional Spec - Rev7.1 - General.doc Page 13 of 14

14 12.1 TRAN FILE LOG TABLE Functional Specification Document Create a new table called with the following columns: TRAN file name Sales order number (this is the index key) Invoice number Processed Date and time processed 13. OTHER CONSIDERATIONS: AVAILIBITY OF GOODS FOR TRANSFER: Note that the available quantities of products in warehouse W02 (VMI) are not available for transfer to other Company ABC branch locations. Thus when running planned purchasing for the other branches, and user elects to first transfer what is available (from other locations), exclude certain warehouses Warehouse Master Modifications create a new flag in the warehouse master screen and table. Table: WAREHOUSES, new field: whse_ppp_exclude. Screen field title: Exclude WHSE from PPP Transfers 13.2 When enabled in the warehouse master exclude this warehouse in the PPP Transfer routine PPP Changes change the TRANSFER routine in PPP to exclude warehouses where the new field (above) is enabled. Note: manual warehouse transfers are still valid. END Cribmaster - Functional Spec - Rev7.1 - General.doc Page 14 of 14

Getting Started with Warehouse Management. Release 9.0.1

Getting Started with Warehouse Management. Release 9.0.1 Getting Started with Warehouse Management Release 9.0.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the

More information

Welcome to the topic on purchasing items.

Welcome to the topic on purchasing items. Welcome to the topic on purchasing items. 1 In this topic, we will perform the basic steps for purchasing items. As we go through the process, we will explain the consequences of each process step on inventory

More information

Eclipse Work Order Management. Release (Eterm)

Eclipse Work Order Management. Release (Eterm) Eclipse Work Order Management Release 8.6.4 (Eterm) Legal Notices 2008 Activant Solutions Inc. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Activant and the Activant

More information

Getting Started with Warehouse Management. Release (Eterm)

Getting Started with Warehouse Management. Release (Eterm) Getting Started with Warehouse Management Release 8.6.3 (Eterm) Legal Notices 2008 Activant Solutions Inc. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Activant and

More information

ACCPAC FUNDAMENTALS. 1. It offers powerful analysis and reporting tools for accounting, finance, and auditing endusers

ACCPAC FUNDAMENTALS. 1. It offers powerful analysis and reporting tools for accounting, finance, and auditing endusers ACCPAC FUNDAMENTALS A. FEATURES OF ACCPAC SYSTEM ACCPAC System The ACCPAC for Windows Series is a Windows accounting software, which provides a comprehensive business management solution for corporate

More information

AMI AutoAGENT Shop Floor Manager

AMI AutoAGENT Shop Floor Manager AMI AutoAGENT Shop Floor Manager Contents Introduction... 2 Introduction... 3 What's In This Manual... 4 Symbols and Conventions... 5 Shop Floor Manager Navigation Tips... 6 Part 1: Shop Floor Manager

More information

Solar Eclipse Standard Operating Procedures Accounts Payable

Solar Eclipse Standard Operating Procedures Accounts Payable Solar Eclipse Standard Operating Procedures Accounts Payable 2008 Activant Solutions, Inc. All rights reserved. Unauthorized reproduction is a violation of applicable law. Activant and the Activant Eclipse

More information

ACTIVANT ACCLAIM LOGISTICS MANAGEMENT. Version 16.0

ACTIVANT ACCLAIM LOGISTICS MANAGEMENT. Version 16.0 ACTIVANT ACCLAIM Version 16.0 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual itself are furnished under

More information

Contents OVERVIEW... 3 CONFIGURATION... 4

Contents OVERVIEW... 3 CONFIGURATION... 4 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of a ConnectWise Manage Login... 4 Configuration of GL Accounts...

More information

Sage MAS 90 and 200 Product Update 2 Delivers Added Value!

Sage MAS 90 and 200 Product Update 2 Delivers Added Value! Sage MAS 90 and 200 Product Update 2 Delivers Added Value! The second Sage MAS 90 and 200 4.4 Product Update 4.40.0.2 is available via a compact download from Sage Online. Delivering additional features

More information

Solar Eclipse Product Serial Numbers. Release 9.0.1

Solar Eclipse Product Serial Numbers. Release 9.0.1 Solar Eclipse Product Serial Numbers Release 9.0.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints,

More information

Work Orders Quick Reference

Work Orders Quick Reference Work Orders Quick Reference Header tab Ordering location the distributor location ordering the item that is being built on this work order. Locations are set up in Location Master Maintenance. You can

More information

Eclipse Standard Operating Procedures - Release 8 Warehousing

Eclipse Standard Operating Procedures - Release 8 Warehousing Eclipse Standard Operating Procedures - Release 8 Warehousing These documented procedures were designed based settings described in the Suggested Maintenance section. Revised 2/06/04 Intuit Eclipse TM,

More information

ClubSelect Accounts Receivable Special Charges Overview

ClubSelect Accounts Receivable Special Charges Overview Webinar Topics Special Charges Billing... 2 Special Charges... 4 Special Credits... 8 Surcharges... 13 Calculate Automatic Billing Plans... 18 Special Charges Billing ClubSelect AR allows you to easily

More information

Foundation Pack (ID: 14,005,200) Designed for Dynamics NAV 2009 Classic or RTC with 49 great features all in one FOB

Foundation Pack (ID: 14,005,200) Designed for Dynamics NAV 2009 Classic or RTC with 49 great features all in one FOB Foundation Pack (ID: 14,005,200) Designed for Dynamics NAV 2009 Classic or RTC with 49 great features all in one FOB Help our environment Do not print this document Why Foundation Pack from Cost Control

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

User Guide. User Guide to Recurring Billing and Storage. Setting up and using the Recurring Billing system

User Guide. User Guide to Recurring Billing and Storage. Setting up and using the Recurring Billing system User Guide User Guide to Recurring Billing and Storage Setting up and using the Recurring Billing system Version 3.7 (Fall 2008) User Guide to Recurring Billing and Storage Copyright Copyright 1997-2009

More information

The total solution for the progressive distributor COUNTER BILLING Module Reference Manual

The total solution for the progressive distributor COUNTER BILLING Module Reference Manual The total solution for the progressive distributor COUNTER BILLING Module Reference Manual Version 10.0 Revision Date 2/5/04 This document and the computer software programming it defines is the property

More information

Order Entry User Manual

Order Entry User Manual Order Entry User Manual Confidential Information This document contains proprietary and valuable, confidential trade secret information of APPX Software, Inc., Richmond, Virginia Notice of Authorship This

More information

Sage Release Notes. March 2018

Sage Release Notes. March 2018 Sage 100 018. Release Notes March 018 018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks of The Sage

More information

Landed Cost PO This Extended Solution cannot be enabled if Landed Cost is enabled.

Landed Cost PO This Extended Solution cannot be enabled if Landed Cost is enabled. Landed Cost PO-1094 Overview This Extended Solution to the Purchase Order module adds new features and processing to support posting an Inventory Item s Landed Cost in the Inventory Management and Purchase

More information

Sage ERP Accpac Online 5.6

Sage ERP Accpac Online 5.6 Sage ERP Accpac Online 5.6 Integration Resource Guide for Sage ERP Accpac And Sage CRM (Updated: December 1, 2010) Thank you for choosing Sage ERP Accpac Online. This Resource Guide will provide important

More information

Inventory Replenishment

Inventory Replenishment Inventory Replenishment SIMMS Inventory Management Software 7.3 January 30, 2011 Contents Inventory Replenishment................ 1 Requirements to Use the Replenishment Manager........ 1 Assign a Default

More information

How to Configure the Initial Settings in SAP Business One

How to Configure the Initial Settings in SAP Business One SAP Business One How-To Guide PUBLIC How to Configure the Initial Settings in SAP Business One Applicable Release: SAP Business One 8.8 European Localizations English July 2009 Table of Contents Introduction...

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

Order & Quote Entry System

Order & Quote Entry System Computer Insights, Inc 108 South Third Street Bloomingdale, IL 60108 (800) 539-1233 Home Software Overview Supply Chain Network Testimonials FAQs Contact Us Support Next Major Release Order & Quote Entry

More information

ACCTivate! Release Notes (QuickBooks Edition)

ACCTivate! Release Notes (QuickBooks Edition) ACCTivate! 7.3.2 Release Notes (QuickBooks Edition) Business Activity - Product Tax Code overrides Customer Tax code on Materials tab of Business Activity - #56665 Business Alerts - Sales Order Workflow

More information

Intercompany Purchasing

Intercompany Purchasing Configuration Guide SAP Business One 9.0 integration for SAP NetWeaver Document Version: 1.0 2013-03-22 All Countries Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

Solar Eclipse Standard Operating Procedures Pricing

Solar Eclipse Standard Operating Procedures Pricing Solar Eclipse Standard Operating Procedures Pricing 2009 Activant Solutions, Inc. All rights reserved. Unauthorized reproduction is a violation of applicable law. Activant and the Activant Eclipse logo,

More information

ACTIVANT STANPAK. UPS WorldShip Integration. Version 6.1

ACTIVANT STANPAK. UPS WorldShip Integration. Version 6.1 ACTIVANT STANPAK UPS WorldShip Integration Version 6.1 This manual contains reference information about software products from Activant Solutions Inc. The software described in this manual and the manual

More information

Receiving and Cross Docking. Release 9.0.2

Receiving and Cross Docking. Release 9.0.2 Receiving and Cross Docking Release 9.0.2 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints,

More information

Eclipse Remote Order Entry. Release 9.0.2

Eclipse Remote Order Entry. Release 9.0.2 Eclipse Remote Order Entry Release 9.0.2 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates

More information

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Fund Accounting

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Fund Accounting CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Fund Accounting PO & Requisition Entry Learning Guide Copyright 2011 Central Susquehanna Intermediate Unit, USA Table of Contents Introduction...1 PO

More information

Solar Product Cutting. Release 8.7.2

Solar Product Cutting. Release 8.7.2 Solar Product Cutting Release 8.7.2 Legal Notices 2011 Epicor Software Corporation. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Epicor and the Epicor logo are registered

More information

LIBRARY OF OFFERINGS. January 2018

LIBRARY OF OFFERINGS. January 2018 LIBRARY OF OFFERINGS January 2018 Disclaimer Copyright 2018 by IQMS All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including

More information

Clarity Accounts Payable Year-end Procedure Guide 2017

Clarity Accounts Payable Year-end Procedure Guide 2017 Clarity Accounts Payable Year-end Procedure Guide 2017 Clarity Accounts Payable Year-end Procedure Guide - 2017 Table of Contents Caselle Clarity Accounts Payable Year-end Checklist 2017... 1 Welcome back!...

More information

Microsoft Dynamics GP. Sales Order Processing

Microsoft Dynamics GP. Sales Order Processing Microsoft Dynamics GP Sales Order Processing Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this document,

More information

SAP Business One Intercompany Purchasing

SAP Business One Intercompany Purchasing Configuration Guide SAP Business One 9.0 integration for SAP NetWeaver Document Version: 1.1 2017-03-29 All Countries Typographic Conventions Type Style Example Example EXAMPLE Example Example

More information

Defect Repair Report as of 9/12/2014

Defect Repair Report as of 9/12/2014 27.04 Page 1 of 16 Release Notes By Module Framework The system no longer bans you from the EFI Pace refresh screen. 27.04-512 Framework The system now recognizes the Log In Automatically setting on the

More information

Item Management. SIMMS Inventory Management Software 7.3. Updated September 28, 2010

Item Management. SIMMS Inventory Management Software 7.3. Updated September 28, 2010 Item Management SIMMS Inventory Management Software 7.3 Updated September 28, 2010 Contents Item Management.................. 1 Adding an Item s Profile................ 1 Add an Item s Profile..............

More information

Volume 7.2 UNIVERSITY OF NEVADA, LAS VEGAS. Purchasing & Contracts Department. MUNIS User Manual

Volume 7.2 UNIVERSITY OF NEVADA, LAS VEGAS. Purchasing & Contracts Department. MUNIS User Manual Volume 7.2 UNIVERSITY OF NEVADA, LAS VEGAS Purchasing & Contracts Department MUNIS User Manual MUNIS V7.2 PURCHASING & CONTRACTS DEPARTMENT MUNIS Volume 7.2 User Manual University of Nevada, Las Vegas

More information

Virtual Training Workbook

Virtual Training Workbook Shop SystemTM Virtual Training Workbook Order Entry Professional Edition www.shoptech.com Objectives During this session we will consider the various elements of Order Entry Company Maintenance Settings

More information

3M Ariba Light Account Network Collaboration for Suppliers

3M Ariba Light Account Network Collaboration for Suppliers SAP Training Source To Pay 3M Ariba Light Account Network Collaboration for Suppliers External User Training Version: 1.0 Last Updated: 31-Aug-2017 3M Business Transformation & Information Technology Progress

More information

Navistar Direct Ship isupplier Portal Supplier User Guide (v1 9/26/2012)

Navistar Direct Ship isupplier Portal Supplier User Guide (v1 9/26/2012) 1 Navistar Direct Ship isupplier Portal Supplier User Guide (v1 9/26/2012) Navistar Direct Ship isupplier Portal https://dhp.navistar.com/oa_html/appslogin Navistar Direct Ship isupplier Portal Online

More information

"There is insufficient memory to execute this function" error message when you use the Reverse Register function.

There is insufficient memory to execute this function error message when you use the Reverse Register function. Platform hotfixes ID Title 378244 "There is insufficient memory to execute this function" error message when you use the Reverse Register function. 378383 Merge cmdlet indicate conflicts but no conflicts

More information

Eclipse Product Serial Numbers. Release (Eterm)

Eclipse Product Serial Numbers. Release (Eterm) Eclipse Product Serial Numbers Release 8.6.4 (Eterm) Legal Notices 2008 Activant Solutions Inc. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Activant and the Activant

More information

Sage Accpac ERP Integration with SageCRM 6.1

Sage Accpac ERP Integration with SageCRM 6.1 SAGE ACCPAC Sage Accpac ERP Sage Accpac ERP Integration with SageCRM 6.1 Update Notice 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and

More information

BillQuick-QuickBooks Advanced Integration Guide 2016

BillQuick-QuickBooks Advanced Integration Guide 2016 BillQuick-QuickBooks Advanced Integration Guide 2016 CONTENTS INTRODUCTION 1 HOW TO USE THIS GUIDE 1 SOFTWARE EDITIONS SUPPORTED 2 HOW INTEGRATION WORKS 2 MODES OF SYNCHRONIZATION 3 INTEGRATION RULES 4

More information

SAGE ACCPAC. Sage Accpac ERP. Lot Tracking 5.5A. Update Notice

SAGE ACCPAC. Sage Accpac ERP. Lot Tracking 5.5A. Update Notice SAGE ACCPAC Sage Accpac ERP Lot Tracking 5.5A Update Notice 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and service names are registered

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!  We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : MB7-223 Title : Navision 4.0 Warehouse Management Vendors : Microsoft Version

More information

Contract Pricing Basics

Contract Pricing Basics Contract Pricing Basics Presented By: Maggie Lee This class is designed for Customers who have a need for contract pricing Customers curious about other pricing functionality in the Prophet 21 system Objectives

More information

What s new in Sage Evolution. Version 7.10

What s new in Sage Evolution. Version 7.10 What s new in Sage Evolution Version 7.10 1 Sage Evolution Version 7.10 What s New?... At Sage Pastel we continuously invest in research and development to ensure that you are kept up-to-date with the

More information

Eclipse 9 RouteView Export Order Shipping Information FROM Eclipse

Eclipse 9 RouteView Export Order Shipping Information FROM Eclipse Overview Order information is exported to the 3 rd party routing software by a phantom process in Eclipse. Users may opt to schedule the phantom to process at a regular time and create the download files

More information

Alternate Unit of Measure IM-1038

Alternate Unit of Measure IM-1038 Alternate Unit of Measure IM-1038 Overview This Extended Solution to the Inventory and Sales Order modules adds an additional unit of measure (Alternate) as well as its conversion factor to Product Line

More information

Microsoft Dynamics GP. Shipping Documents

Microsoft Dynamics GP. Shipping Documents Microsoft Dynamics GP Shipping Documents Copyright Copyright 2011 Microsoft Corporation. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in

More information

Product and Warehouse Location Maintenance. Release 9.0.2

Product and Warehouse Location Maintenance. Release 9.0.2 Product and Warehouse Location Maintenance Release 9.0.2 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the

More information

Johnstone Supply Data Services, LLC DSPro Software Training

Johnstone Supply Data Services, LLC DSPro Software Training Johnstone Supply Data Services, LLC DSPro Software Training Purpose? Menu 1, Order Entry and Invoicing? This process combines all possible Order Entry functions into one comprehensive utility to; Create

More information

Reading Sample. Banking. Contents. Index. The Authors. First-hand knowledge.

Reading Sample. Banking. Contents. Index. The Authors.  First-hand knowledge. First-hand knowledge. Reading Sample In this sample chapter, learn how to conduct your routine banking transactions such as incoming payments, deposits, outgoing payments, bank statements, and reconciliations

More information

Using the Vendor Scorecard. Release 9.0.2

Using the Vendor Scorecard. Release 9.0.2 Using the Vendor Scorecard Release 9.0.2 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates

More information

Multi Vendor Marketplace

Multi Vendor Marketplace Multi Vendor Marketplace webkul.com /blog/magento2-multi-vendor-marketplace/ Published On - December 24, Multi Vendor Marketplace Extension converts your Store into a complete online 2015 marketplace shop.

More information

Last Updated March 13, IndustriOS Software, Inc.

Last Updated March 13, IndustriOS Software, Inc. MSS from IndustriOS MRP/MPS User Manual Last Updated March 13, 2007 1998-2007 IndustriOS Software, Inc. 1 Getting Started 7 Getting Started Overview...7 System Requirements...7 Basic Functionality...8

More information

BillQuick MYOB Integration

BillQuick MYOB Integration Time Billing and Business Management Software Built With Your Industry Knowledge BillQuickMYOB Integration Integration Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

Eclipse Standard Operating Procedures - Release 8 Pricing

Eclipse Standard Operating Procedures - Release 8 Pricing Eclipse Standard Operating Procedures - Release 8 Pricing These documented procedures were designed based settings described in the Suggested Maintenance section. Revised 2/06/04 Intuit Eclipse TM, among

More information

Chapter One Introduction to Inventory

Chapter One Introduction to Inventory Chapter One Introduction to Inventory This chapter introduces Inventory, its features, the organization of the User s Guide, common toolbar buttons and frequently used keyboard and report commands. Introduction...

More information

Zone Delivery Charges SO-1315

Zone Delivery Charges SO-1315 Zone Delivery Charges SO-1315 Overview This Extended Solution to the Sales Order module adds the ability to charge a freight rate based on individual Inventory items and the zones to which they will be

More information

At the end of this module, you will be able to:

At the end of this module, you will be able to: 1 At the end of this module, you will be able to: Outline the principles of the Multiple UoM solution and its advantages. Define the basic Multiple UoM definitions. Describe how Multiple UoM are used across

More information

Sage What s New. December 2017

Sage What s New. December 2017 Sage 100 2018 What s New December 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks of The Sage

More information

Managing Inventory Transfers

Managing Inventory Transfers Managing Inventory Transfers In this chapter: Viewing Transfer Lists Creating Transfers Editing Transfers Shipping Transfers Deleting Transfers Shipping Documents Accepting Transfers Merging Lots Viewing

More information

Robinson Manufacturing Company, Inc. College Concepts, LLC. Vendor Shipment Management System (VSMS)

Robinson Manufacturing Company, Inc. College Concepts, LLC. Vendor Shipment Management System (VSMS) Robinson Manufacturing Company, Inc. College Concepts, LLC. Vendor Shipment Management System (VSMS) http://lansa.robinsonmfg.com/vsms User Documentation 03-10-2017 1 Contents Introduction Key Features...

More information

Merchandise Hierarchy and Settings

Merchandise Hierarchy and Settings MBS ARC Training Manual Merchandise Hierarchy and Settings This chapter focuses on how items and inventory are structured in the Merchandise and Accounting application. This section includes review of

More information

Intercompany integration solution 2.0 for SAP Business One 9.2 and 9.3

Intercompany integration solution 2.0 for SAP Business One 9.2 and 9.3 User Guide SAP Business One Document Version: 1.5 2018-01-10 Intercompany integration solution 2.0 for SAP Business One 9.2 and 9.3 Australia, Austria, Belgium, Brazil, Canada, Chile, Costa Rica, Cyprus,

More information

ABC Company Recommended Course of Action

ABC Company Recommended Course of Action ABC Company Recommended Course of Action ABC Company has been utilizing Vantage by Epicor for several months. During the monthly close for November 1999, it was discovered that the G/L accounts for inventory,

More information

Due To/Due From Accounts AP-1094

Due To/Due From Accounts AP-1094 Due To/Due From Accounts AP-1094 Overview This Extended Solution adds additional posting functionality to either AP-1016: Multiple Divisions/Companies on Checks, or AP-1073: Multiple Company Check Processing.

More information

Year-End Close Checklists

Year-End Close Checklists Sage Master Builder Year-End Close Checklists Calendar-year, Fiscal-year, Combined NOTICE This document and the Sage Master Builder software may be used only in accordance with the accompanying Sage Master

More information

Customer Loyalty Points Module

Customer Loyalty Points Module App Number: 010026 Customer Loyalty Points Module Last Updated 8 th August 2013 Powered by: AppsForGreentree.com 2013 1 Table of Contents Features... 3 Detailed Features... 3 Important Notes... 3 Other

More information

Sage What s New. March 2018

Sage What s New. March 2018 Sage 100 2018 What s New March 2018 2018 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks of The Sage Group

More information

MBS ARC (Barcodes) MANUAL

MBS ARC (Barcodes) MANUAL MBS ARC (Barcodes) MANUAL Barcodes for any class or item may be printed manually in the Merchandise > Barcodes menu. Alternately, Receiving and Price Changes also contain barcode printing options within

More information

go vertical. for Microsoft Dynamics AX About MBS Dev Professional Microsoft Dynamics AX Partner Wholesale Distribution Suite

go vertical. for Microsoft Dynamics AX About MBS Dev Professional Microsoft Dynamics AX Partner Wholesale Distribution Suite WDS Professional Microsoft Dynamics AX Partner Improve Quality Increase Competitive Edge Enhance Service Deliver Fast Reliable Solutions Wholesale Distribution Suite High Volume Distribution (HVD) Executive

More information

Activant Prelude. Entering Vendor Claims and Warranty Replacements

Activant Prelude. Entering Vendor Claims and Warranty Replacements Activant Prelude Entering Vendor Claims and Warranty Replacements This class is designed for Purchasing agents Operations managers Administration Management Anyone who handles vendor returns Objectives

More information

ORDER/INVOICE PROCESSING

ORDER/INVOICE PROCESSING ORDER/INVOICE PROCESSING FD608OPAW6P AddonSoftware AddonSoftware provides this manual as is, without warranty of any kind, either expressed or implied, including, but not limited to, the particular purpose.

More information

Purchasing Control User Guide

Purchasing Control User Guide Purchasing Control User Guide Revision 5.0.5 777 Mariners Island blvd Suite 210 San Mateo, CA 94404 Phone: 1-877-392-2879 FAX: 1-650-345-5490 2010 Exact Software North America LLC. Purchasing Control User

More information

Scrap Dragon to QuickBooks Interface Revised 10/2/14

Scrap Dragon to QuickBooks Interface Revised 10/2/14 Scrap Dragon to QuickBooks Interface Revised 10/2/14 General Scrap Dragon is designed so that accounting data can be passed electronically to QuickBooks. This is a one-way transfer and no information from

More information

Supplier Portal - Create

Supplier Portal - Create Title Supplier Portal Create Advanced Shipping Notification Document Number Author Lee Setter Version 8 SP-ASN-CRT Create ASN Publish Date July 6, 2015 Last Revised Date October 24, 2017 Standard Work

More information

Microsoft Dynamics GP. Purchase Order Processing

Microsoft Dynamics GP. Purchase Order Processing Microsoft Dynamics GP Purchase Order Processing Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

Purchase Order, Requisitions, Inventory Hands On. Workshop: Purchase Order, Requisitions, Inventory Hands On

Purchase Order, Requisitions, Inventory Hands On. Workshop: Purchase Order, Requisitions, Inventory Hands On Workshop: Purchase Order, Requisitions, Inventory Hands In this follow up session to the Operations Changes in Purchase Order, Requisition, and Inventory Theory course, this hands on session will look

More information

Sage 300 ERP Sage CRM 7.1 Integration Upgrade Guide

Sage 300 ERP Sage CRM 7.1 Integration Upgrade Guide Sage 300 ERP 2012 Sage CRM 7.1 Integration Upgrade Guide This is a publication of Sage Software, Inc. Version 2012 Copyright 2012. Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the

More information

AiM User Guide Inventory Management Module

AiM User Guide Inventory Management Module Inventory Management Module 2009 AssetWorks Inc. 1777 NE Loop 410, Suite 1250 San Antonio, Texas 78217 (800) 268-0325 Table of Contents AiM User Guide INTRODUCTION... 7 CHAPTERS... 7 PART 1... 7 PART 2...

More information

General Business Accounting System

General Business Accounting System General Business Accounting System We understand that an accounting system is really all about: Better Decision Making As a business grows it becomes more difficult for management to keep up with all the

More information

Customer Marketing Tools: Power to Compete

Customer Marketing Tools: Power to Compete Updated May 2017 Contents Introduction...3 Common Fields/Boxes Used for Marketing Reports...3 Customer Marketing Concepts...5 Customer Item Substitutes...5 Grouping Customers...7 Integration to a Shipping

More information

STP353: ASN Processing with Supply Network Collaboration

STP353: ASN Processing with Supply Network Collaboration SAP Training Source To Pay STP353: ASN Processing with Supply Network Collaboration External User Training Version: 4.0 Last Updated: 03-Apr-2017 3M Business Transformation & Information Technology Progress

More information

POS Support Manual 01/10/2013

POS Support Manual 01/10/2013 POS Support Manual 01/10/2013 The purpose of this document is to give complete instructions on how to use the POS module of Infusion software. This document should be read in conjunction with the Infusion

More information

TaiRox Productivity Tools for Sage 300

TaiRox Productivity Tools for Sage 300 Tools for all modules are available for $1495 + $300 per year, a single module's tools for $995 + 200 per year. This product is written as an SDK Application, integrating seamlessly with the desktop, activation

More information

Reporting and Dashboards

Reporting and Dashboards Reporting and Dashboards Page i Copyrights 2002-2011 Propertyware, Inc. All rights reserved. No part of this publication may be reproduced, transmitted or stored in any archives without the expressed

More information

OUR SPONSORS GOLD LEVEL. Justin Wirpel, Principal. SILVER LEVEL Tod Greenberg. Vincent Virga, CEO & Founder

OUR SPONSORS GOLD LEVEL. Justin Wirpel, Principal. SILVER LEVEL Tod Greenberg. Vincent Virga, CEO & Founder Accounting GOLD LEVEL OUR SPONSORS Justin Wirpel, Principal justin.wirpel@isogent.com 214.499.4153 www.isogent.com SILVER LEVEL Tod Greenberg www.ccaglobal.com tgreenberg@ccaglobal.com Vincent Virga, CEO

More information

MAS 500. MAS 500 Version 7.0 Pre-Release Guide

MAS 500. MAS 500 Version 7.0 Pre-Release Guide MAS 500 MAS 500 Version 7.0 Pre-Release Guide February 2004 Table of Contents Overview...1 Availability...1 Global Usability Enhancements...1 Distribution Enhancements...2 Manufacturing Enhancements...5

More information

CHAPTER 9: RETURNS MANAGEMENT

CHAPTER 9: RETURNS MANAGEMENT Chapter 9: Returns Management CHAPTER 9: RETURNS MANAGEMENT Objectives The objectives are: Defining Sales Return Management Setting up Returns Management Managing Returns from Customers Managing Returns

More information

Advanced Cycle Counting. Release 9.0.2

Advanced Cycle Counting. Release 9.0.2 Advanced Cycle Counting Release 9.0.2 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates

More information

HeadMaster Billing for Schools

HeadMaster Billing for Schools HeadMaster Billing for Schools 090422.1033 Table of Contents HeadMaster Billing Setup... 3 Assigning Billing Codes... 8 Entering and Posting Invoices... 11 Entering and Posting Payments... 17 Billing Reports...

More information

ACTIVANT PROPHET 21. Wireless Warehouse Guide. Version 11.5

ACTIVANT PROPHET 21. Wireless Warehouse Guide. Version 11.5 ACTIVANT PROPHET 21 Wireless Warehouse Guide Version 11.5 Document Updates 10/20/06 Expanded the definition of putaway ranks and the role of inventory ranking classification. 50 1/3/07 Added Primary Bin/Algorithm

More information