Feature List as of 6/26/13 Page 1 of 54 Version 26.0

Size: px
Start display at page:

Download "Feature List as of 6/26/13 Page 1 of 54 Version 26.0"

Transcription

1 Feature List as of 6/26/13 Page 1 of 54 Framework includes multiple enhancements to Unit of Measure functionality in the system. Important: To ensure a smooth upgrade, please review the EFI Pace v26.0 Upgrade Guide and run the System Inspector tool to configure the units of measure already in your system with the new required fields. Upon upgrading to version 26.0, EFI Pace seeds a number of new Unit of Measure (UOM) records. If your system already includes a UOM record that matches a newly seeded UOM, please ensure that the ID, Description and Unit Quantity fields in your existing record match the values in the seeded records exactly. This enables EFI Pace to map your existing UOM to the newly seeded one. If you created a UOM that uses one of the seeded IDs but for a different UOM, then when you upgrade your system, EFI Pace automatically appends a period (.) to the end of your existing ID and updates all the existing usage of this UOM record to correspond to the new ID. For example, if your system includes a UOM record with an ID of G for Gallons rather than Grams, then upon upgrade, EFI Pace automatically renames the ID of your UOM from "G" to "G." and adds a new UOM record with ID of "G" for Grams. The "G." (Gallons) UOM remains associated with the same objects and with the same effects. In this case, because the system adds a new seeded UOM record for Gallons with ID "GA," it is recommended that you use this UOM instead of the custom "G." Gallons record to ensure that you have the correct EFI Pace-supported UOMs and can take full advantage of new system features. The seeded UOM records include the following: Quantity UOMs Volume UOMs Weight UOMs ID Description Unit Quantity EA Each 1 SH Sheet 1 C /Hundred 100 M /Thousand 1000 LT Lot 1 RL /Roll 1 BX Box 1 GA Gallon 1 L Liter 1 LB Pound 1 CW CWT 1 KG Kilogram 1 MT Metric Ton 1 G Gram 1

2 Feature List as of 6/26/13 Page 2 of 54 Length UOMs Area UOMs Thickness UOMs LI Linear Inch 1 LF Linear Feet 1 YD Linear Yard 1 MM Millimeter 1 LM Linear Meter 1 SI Square Inch 1 SF Square Foot 1 MS MSI 1000 SM Square Meter 1 PT Points 1 MIL Mils 1 IT Inches 1 UM Micron 1 MMT Millimeter 1 The system also seeds the following new UOM records, but these records are inactive by default unless your system includes an existing matching UOM: ID Description Unit Quantity QT Quart 1 FO Fluid Ounce 1 FP Pint 1 I3 Cubic Inch 1 F3 Cubic Foot 1 Y3 Cubic Yard 1 ML Milliliter 1 CL Centiliter 1 DL Deciliter 1 C3 Cubic Centimeter 1 M3 Cubic Meter 1 OZ Ounce 1 DR Dram 1 CM Centimeter 1 DM Decimeter 1 SY Square Yard 1 SC Square Centimeter 1 SMM Square Millimeter 1

3 Feature List as of 6/26/13 Page 3 of 54 After you upgrade any of your UOM records, if they are not mapped to the new EFI Pace seeded version of the UOM, you must update the following three fields on each record: Measurement system: Enter Metric, Imperial, or All to indicate how EFI Pace must convert the UOM record from one system to another. UOM Dimension: Enter Length, Area, Weight, Volume, Quantity, or Thickness to indicate the units of measure functional groups that controls where in the system the UOM records are available. Base UOM Conversion: Enter the conversion factor for converting this UOM record to the base UOM for this measurement system and dimension, based on the following: UOM Dimension Imperial Base Metric Base Length LI (Linear Inch) MM (Millimeter) Area SI (Square Inch) SM (Square Meter) Weight LB (Pound) KG (Kilogram) Volume GA (Gallon) L (Liter) Quantity EA (Each) EA (Each) Thickness IT (Inches) MMT (Millimeter) You can locate and copy a new EFI Pace-seeded UOM record with the applicable values into your custom UOM records. EFI Pace also includes the following new features: Three-character ID field. User-defined abbreviations for units of measure. Enhancements to purchasing units of measure to allow for fractional quantities. Ability to inactivate the existing default purchasing unit of measure and select a new default. Support for roll fed presses. Ability to define both LB and GSM weight papers in the one system. Upon upgrade to version 26.0, your EFI Pace system automatically includes some of the UOM enhancement features, such as UOM system settings, by default. To enable all of the UOM enhancement features, you must do all of the following: Disable the legacy UOM functionality. WARNING: You cannot revert back to the legacy EFI Pace UOM functionality once disabled. Backup and restart EFI Pace to convert all data for use with the UOM enhancement features. Review and manually update any related XPath expressions and customizations, as applicable.

4 Feature List as of 6/26/13 Page 4 of The system now enables you to specify additional paper calculation factors on the standard paper type. You can now specify the number of basis sheets and the weight unit of measure (UOM) for each standard paper type. This enables the same system to include both GSM and basis weight papers, as well as non-paper weight measurements such as ounces per square yard. For non-metric systems, the new UOM fields default to 500 Basis Sheets with Pounds (lb), and metric systems default to 1 Basis Sheet with Grams. The Basic Size fields remain unchanged. The system also enables you to specify a Basis Weight Abbreviation on the Standard Paper Type. The system displays the value in drop-down fields on pages that request the selection of a basis weight. Additionally, estimate calculations are extended to enable sheetfed printers that have the option to sheet from roll stock to use papers priced in linear UOMs.

5 Feature List as of 6/26/13 Page 5 of 54 The system now includes expanded functionality. You can send s from EFI Pace with reports and PaceStation inquiries attached. You can also associate templates with various objects to use as default or selectable values, and add recipients "on the fly" while creating the . Using new security options, administrators control the amount of flexibility of the creation process. You can access this new functionality from any icon or by clicking on the navigational context menu.

6 Feature List as of 6/26/13 Page 6 of 54 The system now fully supports Internet Explorer

7 Feature List as of 6/26/13 Page 7 of The system now includes new custom functions in XPath expressions, and a new XPath method, "datetime-diff(startdate, starttime, enddate, endtime)," which returns the number of seconds elapsed between the dates and times. You can use this method to determine the seconds between the earlieststartdate/time and scheduledshipdate/time for a particular job in the XPath Evaluator tool using the following @scheduledshiptime) You can also use this function independently without a context object, as in the following examples: date-time-diff(" ", "12:55 PM", " ", "1:55 PM" ) date-time-diff(" ", time( 12, 55, 0 ), date( " " ), "1:55 PM") You can leave the start or time null as follows, in which case, the system uses "0:00" hours (e.g., 12:00 AM): date-time-diff(" ", time( 12, 0, 0 ), date( " " ), null) This method is also available in the XPath Expression Builder.

8 Feature List as of 6/26/13 Page 8 of 54 Contact, Customer, and Vendor records now include fields to store a second address for use in custom reporting.

9 Feature List as of 6/26/13 Page 9 of 54 User Interface Reports that previously displayed size fields as fractions now leverages the Display Fractions field on the Company Setup Detail page. When you check the box in the Display Fractions field, the system displays size fields on reports as fractions. If you do not check the box in the Display Fractions field, the system displays size fields on reports as decimals The system now displays the Job Transaction, Invoice Transaction, and Invoice Batch Transaction Add and Detail pages properly when you use a Chrome V23 browser.

10 Feature List as of 6/26/13 Page 10 of 54 User Defined Defaults If your system includes the User Defined Defaults module, you can now configure the sort of Quick Search results by entering XPath field values (e.g., on the new Sorts tab of the Object Model Browser (OMB). For example, if you want to sort by job and then description on the Job object, (line in the Sorts field on the Job object of the OMB. Multi-Object Importer The new Multi-Object Importer (MOI) tool replaces the Single Object Importer tool. The Multi-Object Importer uses a PaceConnect record, which you can schedule to pull spreadsheet information from a network location automatically. Refer to the Online Help documentation for more information. Job Billing In the Job Billing module, the "format2" Invoice report (debitcredit-memo-format2.rpt) now includes Debit/Credit Memo functionality. PaceStation In the PaceStation module, if you log in with "Admin" level access, you can now view, edit and delete queries for other users and groups other than the ones to which you are joined. This new feature enables administrators to access all inquires and manage them for all users/groups. Custom Report Writer In the Custom Report Writer module, you can now use bar codes provided by the Bar Code JavaBean in i-net-designer.

11 Feature List as of 6/26/13 Page 11 of 54 Reporting EFI Pace now includes updated reports throughout the system to match the user interface formatting for measurement fields using the new Units of Measure (UOM) features. If you have Crystal Clear installed, please access the Admin Console ([servername or IPAddress]/help) on your EFI Pace server. From the Admin Console, download and install the latest epace-crystal-clearshared-formulas.jar and the new required "Crystal Clear Shared Formula Properties File." If you use the new UOM features, you must update your custom reports to use the new pattern. You should also update any reports that use measurement fields to include the following changes: 1. You must include the shared.rpt sub-report in the report. The system uses this sub-report to calculate certain necessary shared variables for the UOM formula. You can get the shared.rpt sub-report from any standard report that displays sizes, such as the standard Job Jacket report (jobcontrol-jacket.rpt), which includes the sub-report in the page header section. 2. You must change all formulas that display size. For example, prior to this upgrade, the finalsize formula on the job jacket appeared as follows: ShowSize( cdbl({%getd}), cdbl({jobpart.ccfinalsizew} ), cdbl({jobpart.ccfinalsizeh} ), iif(trim(cstr({%fractions}))='',false,{%fractions} )) The finalsize formula now appears as: if shared booleanvar getlegacyuom then ShowSize (shared numbervar getlegacydenominator,{jobpart.ccfinalsizew}, {jobpart.ccfinalsizeh},shared booleanvar getlegacyfractions) else ShowSize (shared stringvar getschemaname, {jobpart.ccfinalsizew},{jobpart.ccfinalsizewdisplayuom}, {jobpart.ccfinalsizeh}, {jobpart.ccfinalsizehdisplayuom})

12 Feature List as of 6/26/13 Page 12 of 54 Job Control Center In the Job Control Center module, the Reference1 and Reference2 fields on the Job Product record can now include up to 254 characters to match the corresponding fields on Estimate Product record. In the Job Control Center module, EFI Pace enables administrators to select an expression to calculate the planned quantity on a job material when you add a job part item directly to a job manually or via processing of a Web-to-Print order. When you use the default "Roll Allocation in LF or LI Based on Flat Size and Inventory Wid" XPath, EFI Pace returns LF for any inventory item with a UOM of LF, otherwise EFI Pace returns LI. The provided XPath requires an inventory item size. Roll materials (stock and finishing) require a width dimension. Sheet materials require width and length. Inventory items associated to inventory item types that are not paper can include sizes configured via PaceStation.

13 Feature List as of 6/26/13 Page 13 of In the Job Control Center module, on the Job Part Invoice Detail page, the "Final Invoices" and "Working Invoices" group boxes now appear as "Posted Invoices" and "Unposted Invoices," respectively In the Job Control Center module, the Order Acknowledgement report (order-acknowledgement.rpt) now includes an additional parameter that enables you to specify where to obtain the Quoted Price and Qty Ordered values. The options now include the following: - Summary: Quantity Ordered = Sum of all job part quantities. Quoted Price = Sum of all job part values. (This is the standard default value which mimics previous system behavior.) - Part 1 Only: Quantity Ordered = Quantity Ordered from part 1 only. Quoted Price = Sum of all job part values. - All Parts: Display the job part quantity ordered, job part description and job part value for each part on a separate detail line.

14 Feature List as of 6/26/13 Page 14 of 54 In the Job Control Center module, you can now distribute commission for a given job among multiple salespeople. You enter the commission percentage on a new table in the system rather than a single field, which enables you to enter multiple salespeople, each with a separate commission percentage. The system reflects the resulting distribution when you bill the job, utilizing the existing commission distribution structure In the Job Control Center module, the Fiery Info Update page now includes shortened column headings and page range display instead of a page range in the Print Run grid. The page also includes a shortened display for sort order AND secondary display sort order headings, and centered data in columns for numerical fields. Additionally, on the Job Part Finishing Op Detail page, the referenced Job Part Press Form ID and string description now appear after the Note field.

15 Feature List as of 6/26/13 Page 15 of 54 In the Job Control Center module, the Combo Item Template feature now includes the following: A Sequence field on the Item Template Detail page that enables you to organize or sequence job parts when creating the job. 2. A Quantity Multiplier field to calculate the quantity ordered for each job part In the Job Control Center module, for jobs with a digital job product type, the Print Runs grid now appears on the first tab of the Job Part Digital Detail pop-up page (for job parts with a digital job product type). The pop-up page no longer closes when you add a print run, so you can add mixed media after adding the print run. The pop-up page now appears as a full screen and is better aligned. Inventory In the Inventory module, the Fiery Paper Catalog Export PaceConnect now enables you to define a feed direction based on paper size, rather than for each separate inventory item. This streamlines system usage and setup throughout the workflow by providing a more direct and automated mapping with the Fiery for SEF and LEF feed direction when you can run a paper both ways. Bank Rec In the Bank Accounts Reconciliation module, the system copies the date from the Bank Statement (bankaccount-reconcile.rpt) to the new Clear Date field on the Bank Account Line Detail page for each cleared item.

16 Feature List as of 6/26/13 Page 16 of In the Bank Reconciliation module, if your system is licensed to use the Multi-Currency enhancement, when you reconcile a bank account or generate the Bank Reconciliation report (bankaccountreconcile.rpt), the system displays the amounts in the currency of the Bank record to match the bank statement. Accounts Receivable In the Accounts Receivable module, you can now add payment terms with stepped prompt pay discounts. A new grid enables you to enter tiers for the stepped discount terms. Examples of stepped payment terms include same calendar day for the invoice period, following month, and second month, or you can use a count of days from the invoice date (e.g., paid within 15 days, 45 days, 60 days, etc.) You can use a different discount for each tier. In the Accounts Receivable module, the system includes a new Require External Accounting ID field on the Customer Numbering tab of the AR Setup Detail page. If you check the box in this field, the system displays the External Accounting ID field in a new row on the Other Info tab of the Customer Detail page. This field is not required if the Customer record is a prospect.

17 Feature List as of 6/26/13 Page 17 of 54 In the Accounts Receivable module, you can now enter a vendor number on the Customer record to represent your vendor ID in your customer's system. (The Vendor Number field is for reporting purposes only.) In the Accounts Receivable module, Customer and Vendor records now include the VAT ID Number and Business ID Number fields to support additional tax/registration numbers for local, state or other tax authorities. The system uses the values from the same fields on the corresponding Contact record as the default values for these fields.

18 Feature List as of 6/26/13 Page 18 of 54

19 Feature List as of 6/26/13 Page 19 of In the Accounts Receivable module, EFI Pace now includes and supports payment card and ACH payment integration through the Authorize.net payment gateway with multiple merchant accounts. The integrated Credit Card processing enhancement is a separately licensed feature, and standard EFI Pace license and software subscription fees do not include payment gateways or merchant accounts. You must configure the payment card gateways to support a Customer Management Interface (CMI) to store sensitive payment card details. The payment card gateway then sends a "payment token" to EFI Pace along with the amount settled for the merchant account. The payment card transactions and merchant accounts use cash (bank) accounts and existing bank reconciliations to reconcile payment gateway transactions and settlements. Estimating In the Estimating module, you can now build the payment terms discount of a Customer record into the sell price of an estimate. You control this feature via the new Include Payment Term Discount field on the Estimate Setup Detail page. For example, if the system calculates the sell price of the estimate (including commissions, if any) as $1000 and the early payment discount in the customer's terms equal 5%, then the system applies the following logic: 1. If you uncheck the box in the Include Payment Term Discount field, the sell price remains $ If the you check the box in the Include Payment Term Discount field, the system calculates the sell price as $ If the customer takes the 5% discount when paying the invoice, the system calculates the discount as( *.05) or $52.63, which results in a net invoice payment due of $1000.

20 Feature List as of 6/26/13 Page 20 of 54 In the Estimating module, you can now specify whether you want sales tax determined with VAT (Value Added Tax) logic. If you check the box in the new field, Use VAT, on the estimate, the system looks up the sales tax rates based on the sales category of each estimate part from the contact's country (if entered) or customer's country, if the taxable code on the estimate is 'Taxable. If you do not check the box in the Use VAT field, then the standard sales tax calculations apply. In the Estimating module, you can now distribute commission for a given estimate among multiple salespeople. You enter the commission percentage on a new table in the system rather than a single field, which enables you to enter multiple salespeople, each with a separate commission percentage. The system reflects the resulting distribution when you bill the job, utilizing the existing commission distribution structure.

21 Feature List as of 6/26/13 Page 21 of 54 In the Estimating module, the system now calculates a contribution pricing analysis on estimates based on new Cost Categories to which you can assign the different portions of hourly rates on activity codes. For a given quantity on an estimate, the system analysis starts with the total sell price (including markups, commission, and sales tax) and deducts costs by category in sequential order, displaying the total costs in each category with the percentage of the sale represented by each remaining difference in pricing. You can now navigate to Administration, System Setup, Job Costing, Cost Category Maintenance on the main menu. Activity codes (on the Costing Rates tab) now include the following fields to assign each portion of the hourly rate into categories: - Labor Cost Category - Labor Overhead Category - Machine Cost Category - General OA Category - Markup Category - Material Other Category The first four fields correspond to the four portions of the hourly rate you can set for activity rates. The Markup Category field includes the markups applied to the rates (in the grid) and any markup on items without hourly rates (such as materials). The Material Other Category field includes the "cost" portion of estimate results that do not contain any hourly rates. This includes paper cost, ink cost, outside purchase costs, etc. You can view the read-only Contribution Analysis information on a new tab on the Estimate Quantity Detail page.

22 Feature List as of 6/26/13 Page 22 of 54 In the Estimating module the system now enables you to select variable inventory items on pricelist items. The system can factor these inventory items into the pricing to create material allocations on jobs when you convert the estimate to a job.

23 Feature List as of 6/26/13 Page 23 of In the Estimating module, the system now enables you to configure the estimate quote letter to group the generated notes by Note Category, Estimate Part, or Estimate Product. You select this option on the Estimate/Quote Letter Setup tab of the Quote Letter Type Detail page, and when you set the value to Estimate Part or Estimate Product, the pricing for each part (or product) appears in line with the notes below each respective part/product. Pricing you enter in the pricing grid still appear at the end of all notes.

24 Feature List as of 6/26/13 Page 24 of In the Estimating module, estimate items are no longer editable within the grid on the Items tab of the Estimate Quantity Detail page to prevent mistakes in changing a single quantity instead of changing an item for all quantities. You can still navigate to the appropriate Item Detail page to make changes In the Estimating module, the "Gripper/Color Bar" field now appears on the Estimate Press Detail page instead of the Estimate Quantity Detail page. This enables you to view and edit the value for all quantities of a part in one place In the Estimating module, the system now copies selected finishing options across quantities with the same finishing operation selected in the Finishing Operation crosstab.

25 Feature List as of 6/26/13 Page 25 of In the Estimating module, the Price and Quoted Price fields on the Estimate Paper Detail page, and the Price field on the Paper Cost Detail page (paper setup) and the Inventory Item Detail page now support up to 4 decimal places (instead of 2). Estimate Paper Detail page: Paper Cost Detail page: Inventory Item Detail page:

26 Feature List as of 6/26/13 Page 26 of In the Estimating module, the system now includes the cost of the Odd Press in the press optimization calculations. In the Estimating module, the system now enables you to define a default value for the Additional Description field on the Job Product Type record to use when you create new parts an estimate or a job that uses the job product type.

27 Feature List as of 6/26/13 Page 27 of In the Estimating module, you can now enable the Mailing feature as the default for any estimate product type.

28 Feature List as of 6/26/13 Page 28 of 54 In the Estimating module, you can now select different job types for each part of the estimate on the Convert to Job page. The system also groups estimate parts on the Convert to Job page by estimate product if your system administrator checks the box in the new Group Parts By Product field on the Estimate Setup Detail page

29 Feature List as of 6/26/13 Page 29 of In the Estimating module, the system no longer uses the number of plies as a factor in determining the number of finishing makeready sheets needed for spoilage In the Estimating module, the new Component Type field replaces the Product Component Type field on the Job Product Type Add and Job Product Type Detail pages. This new field enables you to enter alternative descriptions for the types of pages referenced by the job product type. The included system values of Cover, Pages, and Other. Any new Component Type records must indicate how the system handles the pages (i.e., as a cover, pages, or other) in the page count determinations. The system uses the Description field from the Component Type record to populate a new Component Description field on the related Estimate Part and Job Part records. You can modify this field on an estimate-by-estimate or job-by-job basis for reporting purposes. (This field does not affect estimate or job calculations.)

30 Feature List as of 6/26/13 Page 30 of 54 In the Estimating module, the system now enables you to create a user-defined label for the Basis Weight field for each standard paper type

31 Feature List as of 6/26/13 Page 31 of In the Estimating module, when you re-convert an estimate into an existing job, the system no longer removes attachments from the job unless the original estimate added the attachments. General Ledger In the General Ledger module, when you close a period or edit and approve a batch, the [Update] and [Delete] buttons are repositioned on the Journal Entry Detail page so that the [Update] button now appears before the [Delete] button. Job Shipments In the Job Shipments module, you can now select job part items for shipment. Job Planning In the Job Planning module, the system now includes the task properties for the planning records planned by pass in the export to PrintFlow/EFI Pace Scheduling.

32 Feature List as of 6/26/13 Page 32 of In the Job Planning module, the system now properly divides the setup hours on the Job Plan record when planning by pass. This calculation corrects the setup and run hours passed to scheduling applications such as EFI Pace Scheduling and PrintFlow. This change applies only to plans by pass, and does not affect other planning and scheduling. In the Job Planning module, the values in the Date Required and Time Required fields on purchase order lines now populate the Earliest Start Date and Earliest Start Time fields on the job plan Upgrade The Data Objects Importer tab on the Data Objects Importer PaceConnect record now includes a dropdown menu of different objects in the system (including User-Defined Objects). After you select an object, you can generate the basic template XML file for that object by clicking [Get Template]. When you edit or generate an appropriate XML document, you can then use the PaceConnect record to import the modified XML into the system and generate the associated records. If you do not select an object in the drop-down menu, the system uses the Company object by default. Performance System improvements increase the efficiency of automated tasks related to the vault purge.

33 Feature List as of 6/26/13 Page 33 of 54 Price List Quoting In the Price List Quoting module, EFI Pace now displays the Job Part Item Expression field on the Quote Expression List page In the Price List Quoting module, EFI Pace now includes two default job part item expressions for wide format job material allocation. Security In the Security module, when you change your password, the system displays a message that indicates the password was successfully updated, and the EFI Pace Home page appears. Complete Offering On the Contact Add and Contact Detail pages, you can now specify a salutation to use for the contact on printed reports. The new Salutation object enables you to establish a consistent use of values. You can access the object setup by navigating to Administration, System Setup, Contacts, Salutations. You can select the salutation value on the Contact Add and Contact Detail pages, and the field appears to the left of the First Name field on printed reports.

34 Feature List as of 6/26/13 Page 34 of 54 JDF In the JDF module, EFI Pace now includes a job part press form field, Non Printed, to indicate whether to send data to Fiery via JDF. If you do not check the box in the "Non Printed" field, the system generates non-print cover press forms, but does not share them via JDF. In the JDF module, EFI Pace only sends job part press forms data to Fiery when you check the box in the new press form field, Non Printed. As DSF provides pagination nodes for each unique value set (single sided vs. double sided, color vs. black & white, tabs vs. standard print vs. non print, etc ), the system may generate non-print cover press forms but not share them via JDF. API In the API module, the system now supports a new "findsortandlimit" method that facilitates the page display of search results based on an "offset" and a "limit. In the API module, the system now returns any object updated via an API call In the API module, you can use the new API filter function "empty(@attribute)" to filer for "Null" object attributes of a given object. For more information, please refer to the samples in the FindObjects Java class included in Java section of the SDK.

35 Feature List as of 6/26/13 Page 35 of 54 In the API module, the system now supports the 'primarykey' attribute on all objects for consistency purposes. In the API module, the system includes a new setting, Enforce Strict API Access when you set up a system group. Check the box in this field if you want to limit the API user's access/update ability to include only data accessible to the system group Accounts Payable In the Accounts Payable module, you can now specify the default time due, and the system populates the specified time in the required time fields across all purchase order lines. In the Accounts Payable module, you can now enter a customer number on the Vendor record to represent your customer ID in your vendor's system. (The Customer Number field is for reporting purposes only.)

36 Feature List as of 6/26/13 Page 36 of 54 Purchasing In the Purchasing module, the system now includes a Time Required field for each purchase order line.

37 Feature List as of 6/26/13 Page 37 of 54 PaceConnect In the PaceConnect module, the Network Location field on the Content File Add page now defaults to the last used network location. If you performed no previous search, the system uses the value from the Network Location field on the Job Control Setup Detail page by default.

38 Feature List as of 6/26/13 Page 38 of In the PaceConnect module, for the EFI Integrated Workflow between EFI Pace, PrintFlow and Fiery Central, the makeready ID is no longer the unique identifier between the three systems. Rather, EFI Pace uses the concatenation of the following fields as the unique identifier: - Job Number - Job Part Number - Job Part Press Form ID - Job Plan ID. Example: uniqueid=40174:01:445908: In the PaceConnect module, EFI Pace creates Job and Ship To contacts based on those specified within the order XML and those defaulted from the Customer record. EFI Pace also defaults the Job and Ship To contacts appropriately on the Job Detail page. If a Customer record includes no default contacts, ONLY contacts from the DSF XML populate EFI Pace job contacts In the PaceConnect module, when you merge an insert inline in the PrintFlow integration, EFI Pace now sends PrintFlow a print method of "None" for the insert. In addition, new standard code now identifies non-printable runs via the new Non Printed field on the Job Part Press Detail page.

39 Feature List as of 6/26/13 Page 39 of In the PaceConnect module, for PaceConnect records that leverage the JDF or JMF Connect type, the end-user can now define overrides to the JDF sent to the device. For example, if there are two print runs on a job, and one is for the Black & White portion while the other is for a the color portion, you can now override the description sent via JDF to include the words "Color and Black & White" in front of the existing descriptive name. Admin Console In the Admin Console module, the System Monitors tool now warns if NIC speeds are set lower than 100Mb/s. In the Admin Console module, the Restore Utility is now a wizard for simpler usage

40 Feature List as of 6/26/13 Page 40 of 54 Item Templates In the Item Templates module, you can now select either the Job Part field and/or Variable field on the Item Template Type Detail page. JMF In the JMF module, the Display Graphics integration now enables you to define the VUTEk Workspace for managing a particular job. PaceConnect-Bradner In the PaceConnect-Bradner paper integration, queries now include the stock description. The system now appropriately identifies "Stocked" items, and the system checks the box in the Include Size in Query field by default. PrintFlow In the PrintFlow integration, EFI Pace is now certified with PrintFlow Connector DSF Digital StoreFront HOSTED In the Digital StoreFront integration, the PaceConnect record no longer includes the Invoice Type and Invoice Description fields.

41 Feature List as of 6/26/13 Page 41 of 54 In the Digital StoreFront integration, the PrintServices setup now enables a print service to refrain from triggering a job part Item for a feature if the item price is zero and DSF is set to not perform the feature; or for a media, if the quantity is zero In the Digital StoreFront integration, EFI Pace no longer creates a job part press form for any pagination node that contains impression mode "0," as impression mode "0" is considered an unknown impression In the Digital StoreFront integration, EFI Pace now ignores the pagination data if you do not check the box in the Variable field on the item template's corresponding Item Template Type record In the PaceConnect-Digital Store Front (DSF) integration, EFI Pace now stores the thumbnail image provided by DSF in the Job Part Content File table. The DSF PaceConnect now includes a user configuration for specifying the default attachment category for the thumbnail image, and when you configure DSF to provide the thumbnail image, EFI Pace stores the image using the attachment category you defined. Please note the following limitations: - The thumbnail sent is not the product thumbnail on the storefront, but the first page of the content PDF file in a print product. For qualifying orders, the system sends only one thumbnail per product. - The system does not send thumbnails for the following: Print products with only offline files or files in native (non-pdf) format. Print products where the first file to print is in native format. VDP products (XMPie and FusionPro ) or DSFdesign Studio products. Non-print products. - When a print product consists of a mix of offline files and PDFs, the system sends a thumbnail for the first page of the first PDF in the job. - For kits, the system sends a thumbnail for every print product in the kit that meets the above criteria. - The system sends a thumbnail only when you create the order, and not when you cancel or update it. - If Digital StoreFront cannot locate a thumbnail, DSF sends the order information to the MIS without a thumbnail.

42 Feature List as of 6/26/13 Page 42 of 54 User Defined Objects In the User-Defined Fields module, you can now persist User Defined Fields (UDFs) to the Receivable object.

43 Feature List as of 6/26/13 Page 43 of 54 DSF Customer Hosted In the Digital StoreFront integration, EFI Pace now records dynamic job part descriptions for ad hoc products. In the Digital StoreFront integration, EFI Pace now enables you to set the job shipment date and time based on the expected job shipment delivery date/time. In the Digital StoreFront integration, EFI Pace now enables customers to set the job promise date and time based on the expected job shipment delivery date/time. For example, if a DSF order is created with a next day delivery shipment and DSF sends EFI Pace the expected ship date as tomorrow, then EFI Pace sets the promise date as the day after tomorrow, assuming that day of week is one that is deliverable. In the Digital StoreFront integration, the PaceConnect-Fiery integration now enables you to define a paper feed direction on a Fiery dynamically per press and based on product orientation and inline finishing operations. If licensed, a new grid of options appears as a part of the press object in EFI Pace, which you can use to define these rules. In the Digital StoreFront integration, EFI Pace now sets the job part production type to "wide format" when a DSF order XML includes a wide format impression mode ID. In the Digital StoreFront integration, EFI Pace sets the job part finish size and flat size based on DSF's pagination XML presentation size height and width. In the Digital StoreFront integration, EFI Pace now successfully creates jobs for DSF orders if the related materials include zero planned quantity. In the Digital StoreFront integration, EFI Pace now stores all file URLs on the appropriate job part(s) and marks the proper job part content file(s) as "In production" based on the PaceConnect configuration.

44 Feature List as of 6/26/13 Page 44 of 54 In the Digital StoreFront integration, the PaceConnect field, Use Native File, is now labeled Use Customer Supplied File. PC-DSF In the Digital StoreFront integration, EFI Pace now adds the appropriate press event, when defined on the press, to indicate the image scaling if you select Fit to page. In the PaceConnect-Digital StoreFront integration, EFI Pace v26.0 is now certified for use with Digital StoreFront v In the Digital StoreFront integration, EFI Pace now stores the complete DSF user information as the EFI Pace job contact. In the Digital StoreFront integration, EFI Pace now sets the job part to collate based on the DSF product feature. Entering a value in this field provides the appropriate JDF property.

45 Feature List as of 6/26/13 Page 45 of 54 In the Digital StoreFront integration, EFI Pace now records order-level and product-level adjustments. The adjustment fields on the DSF Connect Setup tab on the DSF PaceConnect record include Rush Fee, Setup Fee, Handling Fee, Discounts, Promo Code and Other. In the Digital StoreFront integration, EFI Pace now provides a field on the DSF PaceConnect record to define which wide format press to assign when producing an ad hoc wide format product.

46 Feature List as of 6/26/13 Page 46 of 54 DSF EFI Hosted In the Digital StoreFront integration, EFI Pace now leverages the DSF Pagination URL to define job part press forms. Fiery-Makeready In the Fiery Makeready, the Fiery Central Make Ready Command Workstation now uses the default browser for planning activities In the Fiery Central MakeReady, the Fiery Central Manager no longer displays the Printer Group tab when you configure the system as a MakeReady, since the Fiery Central MakeReady uses a static printer group. PrintFlow-Website In the PrintFlow Website integration, when you complete a job but not all of its runs, the system no longer includes it in calculations of BW and Color clicks and BW and Color run durations. Multi Currency In the Multi-Currency module, administrators can now navigate to Administration, System Setup, General, Locale Setting, to manage one currency and set that currency in the Company.baseCurrency Object. Please note that the currency you select must have a factor of "1" for the Exchange Rate (Currency.conversionFactor).

47 Feature List as of 6/26/13 Page 47 of 54 In the Multi-Currency module, the system uses the country code on the Company record as the default country for the Contact, Customer, Employee, ManufacturingLocation, MetropolitanArea, and Vendor objects.

48 Feature List as of 6/26/13 Page 48 of 54

49 Feature List as of 6/26/13 Page 49 of In the Multi-Currency module, the system now uses the current day/time stamp for currency exchange rates and records that rate into every currency transaction. EFI Pace calculates realized gains/losses on the different exchange rates for the current rate less the original transaction exchange rate. In the Bank Reconciliation module, you must enter an exchange rate for the date the transaction clears the bank. The system calculates unrealized gains/losses from the open Accounts Receivable and Accounts Payable foreign currencies for the current period less the original transaction exchange rate. You must reverse the unrealized gains/losses for the subsequent period. You can provide separate General Ledger numbers for the P&L to post current period unrealized gains/losses.

50 Feature List as of 6/26/13 Page 50 of 54 FSC Forest Stewardship Council In the new FSC module, you can now designate paper materials with an FSC Certification Level. The system carries this information through the Estimating, Job Control Center, Purchasing, and Job Billing (Invoicing) modules. You can set default values on the Vendor and Customer records. Please consult your EFI Pace sales representative for additional information about this new module.

51 Feature List as of 6/26/13 Page 51 of 54

52 Feature List as of 6/26/13 Page 52 of 54

53 Feature List as of 6/26/13 Page 53 of 54 Documentation You can now print all topics to a single.pdf from the Online Help system. The Online Help system includes the following new guides: - Credit Card Processing Setup - Credit Card Processing Usage - Forest Stewardship Council Setup - Forest Stewardship Council Usage - Multi-Object Importer (MOI) Setup - Multi-Object Importer (MOI) Setup The Online Help system also includes updates to the following guides: - Accounts Payable Setup - Accounts Receivable Usage - Bank Accounts Reconciliation Usage - Bradner Setup - Customer Relationship Management (CRM) Usage - Customization Toolkit Setup - Dashboard Setup/Usage - Digital StoreFront Setup - ecommerce Setup - Estimating Setup - Estimating Usage - FreightLink Setup - Introduction To EFI Pace - Inventory Setup - Job Control Center Usage - Job Planning Usage - Job Shipments Usage - Mailing Setup

54 - Other System Administration - PaceStation Usage - Price List Quoting Setup - PrintFlow Installation And Setup - Purchasing Usage - XPath Reference Guide Feature List as of 6/26/13 Page 54 of 54

Defect Repair Report as of 6/27/2013. Release Notes By Module Framework The server time in EFI Pace is now correct

Defect Repair Report as of 6/27/2013. Release Notes By Module Framework The server time in EFI Pace is now correct Page 1 of 12 Release Notes By Framework The server time in EFI Pace is now correct. 9 Framework You can now run only one monitor command at a time in Linux, and the system displays a message if you execute

More information

Defect Repair Report as of 3/21/2014. Release Notes By Module User Interface You can now make system-generated User Interface Sets inactive. 26.

Defect Repair Report as of 3/21/2014. Release Notes By Module User Interface You can now make system-generated User Interface Sets inactive. 26. Page 1 of 11 Release Notes By User Interface You can now make system-generated User Interface Sets inactive. 26.06-70 User Interface Framework For the Wide Format UI set, the [Add] button on the Estimate

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

Defect Repair Report as of 5/18/09

Defect Repair Report as of 5/18/09 Defect Repair Report as of 5/18/9 Page 1 of 5 Note: To generate a list of the specific Pace Object Model changes from your current version to the version to which you want to upgrade, log into the Client

More information

Defect Repair Report as of 7/8/2014

Defect Repair Report as of 7/8/2014 Framework Framework s 27.0-27.02 Release Notes By Module The system now includes the latest security patches for Debian Wheezy Linux Q1 14, which includes fixes for Heartbleed vulnerability (CVE-2014-0160).

More information

Sage 100 ERP 2015 What s New

Sage 100 ERP 2015 What s New Sage 100 ERP 2015 What s New Global Enhancements Migration Changes If you are converting data for a company using the Purchase Order module, a message appears asking if you want to retain purchase order

More information

Copyright Basware Corporation. All rights reserved.. Vendor Portal User Guide Basware P2P 17.3

Copyright Basware Corporation. All rights reserved.. Vendor Portal User Guide Basware P2P 17.3 Copyright 1999-2017 Basware Corporation. All rights reserved.. Vendor Portal User Guide Basware P2P 17.3 Table of Contents 1 Vendor Portal Registration... 4 1.1 Register for Vendor Portal...4 2 Vendor

More information

Invoice Manager Admin Guide Basware P2P 17.3

Invoice Manager Admin Guide Basware P2P 17.3 Invoice Manager Admin Guide Basware P2P 17.3 Copyright 1999-2017 Basware Corporation. All rights reserved.. 1 Invoice Management Overview The Invoicing tab is a centralized location to manage all types

More information

Bridge. Billing Guide. Version

Bridge. Billing Guide. Version Bridge Billing Guide Version 2.5.112 Table of Contents Page i Table of Contents Table Of Contents I Introduction 2 Managing Bill To Parties 3 Creating a New Bill to Party 3 Viewing and Navigating Bill

More information

Epicor ERP Inventory Management Course

Epicor ERP Inventory Management Course Epicor ERP 10.0.700.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 and functional

More information

Professional Software, Inc. MAS 90 / MAS 200 VERSION 4.4 CLASS OUTLINE April 20, 2010

Professional Software, Inc. MAS 90 / MAS 200 VERSION 4.4 CLASS OUTLINE April 20, 2010 Professional Software, Inc. MAS 90 / MAS 200 VERSION 4.4 CLASS OUTLINE April 20, 2010 The Business Framework evolution is nearly complete. Modules that are Business Framework ready: General Ledger (4.0)

More information

We will cover the entire SoulCRM in a flow to make it easier for you to configure your system using this document.

We will cover the entire SoulCRM in a flow to make it easier for you to configure your system using this document. About SoulCRM SoulCRM is incredibly simple and efficient web based CRM software specifically designed for Indian businesses, it s a complete business solution that connects your business across marketing,

More information

Sage ERP Accpac 6.0A. What's New

Sage ERP Accpac 6.0A. What's New Sage ERP Accpac 6.0A What's New Copyright 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are registered trademarks

More information

Feature List as of 2/13/15 Page 1 of 56

Feature List as of 2/13/15 Page 1 of 56 Feature List as of 2/13/15 Page 1 of 56 s 27.0-27.02 Upgrade 27.0-1 Before upgrading to version 27 of EFI Pace, you must post or delete ALL transaction files in the following modules to prevent any data

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

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

Sage What s New

Sage What s New Sage 100 2015.5 What s New 2016 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 plc

More information

CHAPTER 4A SALES ORDERS MAINTENANCE

CHAPTER 4A SALES ORDERS MAINTENANCE CHAPTER 4A SALES ORDERS MAINTENANCE Chapter 4A Maintenance...1 Sales Order Maintenance...2 Sales Order Maintenance...3 Creating a New Sales Order...5 Manually Creating a New Sales Order...5 Copying an

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

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

Global Settings. SIMMS Inventory Management Software February 1, 2012

Global Settings. SIMMS Inventory Management Software February 1, 2012 Global Settings SIMMS Inventory Management Software 2012 February 1, 2012 Contents Global Settings................... 1 General..................... 1 Item & Stock.................... 4 Purchase.....................

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

Activant Prophet 21 Version 12.0: Order Area New Features

Activant Prophet 21 Version 12.0: Order Area New Features Activant Prophet 21 Version 12.0: Order Area New Features New Features Suite Course 2 of 5 This class is designed for Sales managers System Administrators Objectives Discuss v12.0 Order Area new features

More information

EFI Pace Job Costing Module

EFI Pace Job Costing Module EFI Pace Job Costing Module Administrator Quick Start Guide October 2007 Copyright 2009 by Electronics for Imaging, Inc. All Rights Reserved. EFI Pace Job Costing Module Administrator Quick Start Guide

More information

Field Name Data Type Notes. Text Required Text Required. Text Required Text Required. Required Number Required. Number Required.

Field Name Data Type Notes. Text Required Text Required. Text Required Text Required. Required Number Required. Number Required. CSV Invoice Format Column Position 1 2 3 4 5 6 7 8 9 10 Campus* Field Name Data Type Notes Supplier * Invoice * Order * Invoice Date* Total Invoice Amount* Total Sales Tax Amount* Discount Amount Discount

More information

Release Notes for version

Release Notes for version Release Notes for version 8.3.4.1 Important Updates This section is intended to feature some of the key updates to the DockMaster application. Module Issue Correction/Change ALL Do not automatically reboot

More information

Release 11 Feature Highlights

Release 11 Feature Highlights Release 11 Feature This document summarizes a handful of top-level features of each module and component. Module / Component Common / Overall Feature Multi-user and multi-company Robust & Reliable - Microsoft

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

ACCTivate! Release Notes (QuickBooks Edition)

ACCTivate! Release Notes (QuickBooks Edition) ACCTivate! 7.2.3 Release Notes (QuickBooks Edition) Create Company - "Not enough memory. May not complete this operation." error while Deactivating QuickBooks inventoried items - #55478 Custom Fields -

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

Accounts Payable Users Guide

Accounts Payable Users Guide Accounts Payable Users Guide Updated 05/28/2014 Page 1 of 9 Accounts Payable The accounts payable application is used to enter records that require cash disbursement (computer check, manual check, virtual

More information

Job Costing Module. Administrator. Quick Start Guide

Job Costing Module. Administrator. Quick Start Guide Job Costing Module Administrator Quick Start Guide Published on: 1/03/2007 Copyright and Disclaimer Copyright 2007 Pace Systems Group, Inc., 1902 2 nd Avenue North, Jacksonville Beach, Florida, USA 32250.

More information

What s New in PBS v12.04 by Module

What s New in PBS v12.04 by Module What s New in PBS v12.04 by Module System-wide Features Check Reconciliation Order Entry Manufacturing Accounts Payable General Ledger Purchase Order Data Import Manager Accounts Receivable Inventory Control

More information

Abila MIP Fund Accounting

Abila MIP Fund Accounting Page 1 Fund Accounting Feature Compare Make an informed decision when you choose your fund accounting system. Use this checklist during your evaluation of Fund Accounting. Write in the names of up to two

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

BUSINESS AUTOMATION SOFTWARE FOR PRINT AND PACKAGING. EFI Pace Globally Optimized Print MIS

BUSINESS AUTOMATION SOFTWARE FOR PRINT AND PACKAGING. EFI Pace Globally Optimized Print MIS BUSINESS AUTOMATION SOFTWARE FOR PRINT AND PACKAGING EFI Pace Globally Optimized Print MIS Leading Technology with a Modern Architecture EFI Pace is a fully-integrated, scalable, browser-based print shop

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

International Institute of Tropical Agriculture

International Institute of Tropical Agriculture ORACLE FINANCIALS USER GUIDE International Institute of Tropical Agriculture Accounts Payable Author: Oracle Implementation Team Creation Date: October 27, 2001 Last Updated: October 27, 2001 Control Number:

More information

After logging into PrintGizmo create your profile and complete the information requested by navigating the menu to Configuration > Profile.

After logging into PrintGizmo create your profile and complete the information requested by navigating the menu to Configuration > Profile. Printer Guide Quick Start Guide Step 1: Setup your Profile See Profile under Configuration After logging into PrintGizmo create your profile and complete the information requested by navigating the menu

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

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

IBackOffice 7.3 Release Notes IBackOffice Global

IBackOffice 7.3 Release Notes IBackOffice Global IBackOffice 7.3 Release Notes IBackOffice Global New Features 1 Change Company 2 Security Groups 2 Explorer Views 3 Zoom in Report Parameters Window 3 Accounts Payable 3 Accounts Receivable 5 General Ledger

More information

What s New in e-automate Version 8.5

What s New in e-automate Version 8.5 What s New in e-automate Version 8.5 e-automate 8.5 boasts several updates and new additions* including: Most up-to-date technology platform for windows software development Cutting edge functionality

More information

HOW INTEGRATION WORKS...

HOW INTEGRATION WORKS... Contents INTRODUCTION... 1 How to Use This Guide... 1 Software Editions Supported... 2 HOW INTEGRATION WORKS... 3 INTEGRATION RULES... 4 SYNC SETTINGS... 7 General Settings... 7 Send Settings... 8 Get

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

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

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

SAGE ACCPAC. Sage Accpac ERP. Converting from Simply Accounting by Sage

SAGE ACCPAC. Sage Accpac ERP. Converting from Simply Accounting by Sage SAGE ACCPAC Sage Accpac ERP Converting from Simply Accounting by Sage 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and service names are

More information

Product Comparison Document

Product Comparison Document Product Comparison Document te: This document is subject to change. Features Operating Systems / Platforms Microsoft TM Widnows 7/8/10 Professional Edition, Service Pack 1 or later Database Microsoft SQL

More information

Sage ERP Accpac 6.0A. SageCRM 7.1 I Integration Update Notice

Sage ERP Accpac 6.0A. SageCRM 7.1 I Integration Update Notice Sage ERP Accpac 6.0A SageCRM 7.1 I Integration Update Notice 2011 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are registered

More information

CHAPTER 2: ADVANCED MATERIALS MANAGEMENT

CHAPTER 2: ADVANCED MATERIALS MANAGEMENT CHAPTER 2: ADVANCED MATERIALS MANAGEMENT Advanced Materials Management involves the purchasing, receipt and distribution of in-stock and non-stock items. It assumes that your initial inventory has already

More information

Program Change Log. Minor: Case #9730

Program Change Log. Minor: Case #9730 Program Change Log NexGen FMS ver. 3.5.485 September 2018 Minor: Case #9955 Unit Hours Detail Report - Changed the Unit Hours Detail Report to mirror the fields recently added to the Unit Meter Tab Minor:

More information

BillQuick 2015 Update Log

BillQuick 2015 Update Log BillQuick 2015 Update Log List of Items addressed in release 16.0.20.0 February 10, 2016 (SP3A) 1. BillQuick QuickBooks sync was not working due to certification issue. This was fixed. List of Items addressed

More information

Managing Direct Through Stock Inventory. Release 9.0.4

Managing Direct Through Stock Inventory. Release 9.0.4 Managing Direct Through Stock Inventory Release 9.0.4 i Table Of Contents Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents,

More information

Sage ERP Accpac 6.0A. SageCRM 7.0 I Integration Update Notice

Sage ERP Accpac 6.0A. SageCRM 7.0 I Integration Update Notice Sage ERP Accpac 6.0A SageCRM 7.0 I Integration Update Notice 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and all Sage ERP Accpac product and service names mentioned herein are registered

More information

The Force is Strong With This One Darth Vader, Star Wars Episode IV, Quick Start Page 1 of 14 Workamajig

The Force is Strong With This One Darth Vader, Star Wars Episode IV, Quick Start Page 1 of 14 Workamajig The Force is Strong With This One Darth Vader, Star Wars Episode IV, 1977 Quick Start Page 1 of 14 Workamajig Quick Start Guide This section is designed for users that wish to get started with Workamajig

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

Fulfillment & Distribution

Fulfillment & Distribution Nelix Ultimate An online store front to fill all your e-commerce needs. An in-depth back office solution to automate your business processes Completely customizable and flexible to fill the different needs

More information

Program Change Log NexGen FMS ver October 2018 NexGen FMS ver October 2018 NexGen FMS ver October 2018

Program Change Log NexGen FMS ver October 2018 NexGen FMS ver October 2018 NexGen FMS ver October 2018 Program Change Log NexGen FMS ver. 3.5.497 October 2018 Minor: Case #10380 E-Mail Setting - When choosing MAPI in e-mail setting changed the URL text field to a checkbox called Extended Protocol Minor:

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

PBS v12.04 contains many new enhancements and fixes. This document explains the benefits and features of the enhancements by module.

PBS v12.04 contains many new enhancements and fixes. This document explains the benefits and features of the enhancements by module. What s New in PBS v12.04 by Module System-wide Features Check Reconciliation Order Entry Manufacturing Accounts Payable General Ledger Purchase Order Data Import Manager Passport ACA Accounts Receivable

More information

ArchiOffice QuickBooks Integration

ArchiOffice QuickBooks Integration Office and Project Management Solution ArchiOffice QuickBooks Integration Integration Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310) 602-4030 Sales: (888) 245-5669

More information

AiM User Guide Utility Management Module

AiM User Guide Utility Management Module AiM User Guide Utility Management Module 2010 AssetWorks Inc. 1777 NE Loop 410, Suite 1250 San Antonio, Texas 78217 (800) 268-0325 Table of Contents AiM User Guide INTRODUCTION... 7 CHAPTERS... ERROR!

More information

ConnectWise-Sage 50 Accounts User Guide

ConnectWise-Sage 50 Accounts User Guide ConnectWiseSupport@mobiusworks.com www.mobiusworks.com ConnectWise-Sage 50 Accounts Version 3.0.0.7 September 11, 2015 Table of Contents Table of Contents... 2 INSTALLATION AND CONFIGURATION... 4 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

AvaTax for Netsuite. User Guide. Version Revision date: 12/14/2012

AvaTax for Netsuite. User Guide. Version Revision date: 12/14/2012 AvaTax for Netsuite User Guide Version 1.1.1 Revision date: 12/14/2012 Avalara may have patents, patent applications, trademarks, copyrights, or other intellectual property rights governing the subject

More information

USER MANUAL. Inventory Manager TABLE OF CONTENTS. Version: 4.0

USER MANUAL. Inventory Manager TABLE OF CONTENTS. Version: 4.0 USER MANUAL Inventory Manager Version: 4.0 Compatibility: Microsoft Dynamics CRM 2016(v8.0) and above TABLE OF CONTENTS Introduction... 1 Benefits of Inventory Manager... 1 Prerequisites... 2 Installation

More information

Accounting Master Update for Version 14.2

Accounting Master Update for Version 14.2 Accounting Master Update for Version 14.2 Date: October 2014 From: MACC s Product Development Team Re: Version 14.2 Release The following enhancements have been made to the Accounting Master software application.

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

Complete Course Syllabus (Classes are approximately 1.5 hours) Accounting Track

Complete Course Syllabus (Classes are approximately 1.5 hours) Accounting Track Accounting Track Understanding System Accounting This class will be a general overview of the system accounting flow for those who have a lighter accounting background or just need to understand the accounting

More information

Release Notice. Version Release Date: June 18, 2015

Release Notice. Version Release Date: June 18, 2015 Release Date: June 18, 2015 SedonaOffice 8401 Chagrin Blvd Suite 15-B 45185 Joy Road Chagrin Falls, OH 44023 Canton, MI 48187 440.247.5602 Contents About this Document... 5 Overview... 5 Application Enhancements/Improvements...

More information

Table of Contents. HVAC Remote Manual 2010

Table of Contents. HVAC Remote Manual 2010 Table of Contents Installation and Upgrades Download of Remote Technician Program Installation of Remote Technician Program Update of Remote Technician Program Using the Update Program Getting Started

More information

Employee Management Training Guide. P130 Employee Management: Basic

Employee Management Training Guide. P130 Employee Management: Basic Employee Management Training Guide P130 Employee Management: Basic Certification Course Prerequisites This course consists of a hands- on guide that will walk you through the specifics of Acumatica s Employee

More information

Epicor ERP Project Billing - Fixed Fee Course

Epicor ERP Project Billing - Fixed Fee Course Epicor ERP 10.0.700.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 and functional

More information

ubooks User Guide Table of Contents Login

ubooks User Guide Table of Contents Login Table of Contents Login ----------------------------------------------------------------------------------------- 4-4 1 Org. Management 1.1 Org. Profile ----------------------------------------------------------------------

More information

Multivendor Marketplace Basic for Magento 2

Multivendor Marketplace Basic for Magento 2 by CedCommerce Products Documentation 1 / 41 1. Product Overview... 3 1.1. Multi Vendor Features for Admin... 3 1.1.1. Manage Vendor Configuration... 4 1.1.2. Manage Vendors... 9 1.1.3. Vendor Product...

More information

AiM User Guide Work Management Module

AiM User Guide Work Management Module AiM User Guide 2010 AssetWorks Inc. 1777 NE Loop 410, Suite 1250 San Antonio, Texas 78217 (800) 268-0325 Table of Contents AiM User Guide INTRODUCTION... 6 CHAPTER 1: WORK ORDER SCREEN... 7 CHAPTER 1 PART

More information

Assigning and Updating Prices in Eclipse. Release 9.0.4

Assigning and Updating Prices in Eclipse. Release 9.0.4 Assigning and Updating Prices in Eclipse Release 9.0.4 i Table of Contents Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents,

More information

Sage What's new. March 2017

Sage What's new. March 2017 Sage 300 2017 What's new March 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned

More information

Sage What's new. March 2017

Sage What's new. March 2017 Sage 300 2017 What's new March 2017 This is a publication of Sage Software, Inc. 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned

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

Adagio Invoices 9.3A ( ) Upgrade Complexity from 9.2A

Adagio Invoices 9.3A ( ) Upgrade Complexity from 9.2A Adagio Invoices 9.3A (2018.11.20) Release Notes Upgrade Complexity from 9.2A Intermediate Compatibility Adagio BankRec 9.2A (180209) Console 9.1A - 9.2B DataCare 9.1A 9.3A DocStore 9.3A eprint 9.2A GridView

More information

Version /2/2017. Offline User Guide

Version /2/2017. Offline User Guide Version 3.3 11/2/2017 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on

More information

Table of Contents. PriceBook... 1 Objectives... 1 What is the PriceBook?... 1 PriceBook Composition... 2

Table of Contents. PriceBook... 1 Objectives... 1 What is the PriceBook?... 1 PriceBook Composition... 2 Table of Contents PriceBook... 1 Objectives... 1 What is the PriceBook?... 1 PriceBook Composition... 2 PriceBook Composition... 2 Categories... 4 Groups... 4 Items... 5 Pricing (Mark Up) Formulas... 6

More information

CashierPRO Retail Systems Inc. Release Note

CashierPRO Retail Systems Inc. Release Note Version 4.0.9.3-02/17/16 MAJOR ENHANCEMENTS: Moneris Integration for Home Hardware Stores. Includes processing of Debit and Credit transactions communicating directly with a Moneris Pinpad. Allows for

More information

Microsoft Dynamics GP. Purchase Order Processing

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

More information

User Manual. Acumatica - Magento Connector

User Manual. Acumatica - Magento Connector User Manual Acumatica - Magento Connector Connector Version: 2.2 Supported Acumatica Version: 6.0 Supported Magento Versions: CE 2.1.X and EE 2.1.X Kensium Solutions PHONE 877 KENSIUM (536 7486) FAX 312

More information

Sage Release Notes

Sage Release Notes Sage 100 01. Release Notes 01 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 plc or

More information

Infor VISUAL 9 Features & Benefits through VE 9 R3. Copyright Infor. All Rights Reserved.

Infor VISUAL 9 Features & Benefits through VE 9 R3. Copyright Infor. All Rights Reserved. Infor VISUAL 9 s & Benefits through VE 9 R3 1 Core Business s 2 Lifecycle Notifications s Send e-mail notification when sales and purchasing events occur Determine notification points at the business partner

More information

Invoice Printing Users Guide AQUA

Invoice Printing Users Guide AQUA Invoice Printing Users Guide AQUA Page 1 of 23 Invoice Printing General Advantage Invoice Printing is designed to provide a centralized area to manage all client invoice printing related activities. Create

More information

Nimble Team NIMBLE ACCOUNTING LLC 200 MOTOR PKWY #26, HAPPAUGE, NY, 11788, USA

Nimble Team NIMBLE ACCOUNTING LLC 200 MOTOR PKWY #26, HAPPAUGE, NY, 11788, USA Nimble Team NIMBLE ACCOUNTING LLC 200 MOTOR PKWY #26, HAPPAUGE, NY, 11788, USA Part - I: Setting Up Your Business with Nimble Accounting Chapter 1: Corporation Setup -----------------------------------------------------------------------------------------------06

More information

Ariba Network Invoice Guide

Ariba Network Invoice Guide Ariba Network Invoice Guide Content Introduction Invoice Practices Before you Begin Invoicing Viewing Customer Invoice Rules Electronic Invoice Routing and notifications Account Configuration and Invoice

More information

Ariba Network Online Invoice Guide

Ariba Network Online Invoice Guide Ariba Network Online Invoice Guide Introduction Regions Financial Corporation Specifications Your Ariba Network Account Invoices Accessing Your Account Account Navigation Account Configuration Settlement/Remit-To

More information

Sage What s New. June 2018

Sage What s New. June 2018 Sage 100 2018 What s New June 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

New Software Features & Enhancements

New Software Features & Enhancements New Software Features & Enhancements Reservations Support for requiring a market segment upon check-in The Market Required setting in GM functions has been expanded to allow you a choice between Always

More information

Microsoft Dynamics GP. Field Service Returns Management

Microsoft Dynamics GP. Field Service Returns Management Microsoft Dynamics GP Field Service Returns Management Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed

More information

Sage Customer Upgrade Guide

Sage Customer Upgrade Guide Sage 100 2016 Customer Upgrade Guide This is a publication of Sage Software, Inc. Version 2016 Copyright 2015 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service

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

RELEASE NOTES MEX V (Build ) MEX Ipswich Road Annerley QLD PO BOX 6118 Buranda QLD 4102

RELEASE NOTES MEX V (Build ) MEX Ipswich Road Annerley QLD PO BOX 6118 Buranda QLD 4102 RELEASE NOTES MEX V14.0.2.0 (Build 1.0.0.0) MEX 320-326 Ipswich Road Annerley QLD 4103 PO BOX 6118 Buranda QLD 4102 Ph: +61 7 3392 4777 Fax: +61 7 3392 4888 support@mex.com.au www.mex.com.au 1 MEX Version

More information

ARC System Upgrade. What s New with 9.2. Presentations: January & February 2017

ARC System Upgrade. What s New with 9.2. Presentations: January & February 2017 ARC System Upgrade What s New with 9.2 Presentations: January & February 2017 Welcome and Introductions Presenters: Kate Sheeran, Executive Director, Finance HR, Training & Change Management Paul Reedy,

More information