Release Notes- August Release Notes. [MIE Trak Pro Release-August.2016] MIE Solutions Page 1

Size: px
Start display at page:

Download "Release Notes- August Release Notes. [MIE Trak Pro Release-August.2016] MIE Solutions Page 1"

Transcription

1 Release Notes- August 2016 Release Notes [MIE Trak Pro Release-August.2016] MIE Solutions Page 1

2 Release Notes- August 2016 Release Features August 2016 Release Features August Security... 4 Reports... 5 Division Parameters... 6 Miscellaneous Maintenance Quoting Sales Orders Purchasing Routers Work Orders Inventory Invoicing Barcoding Accounting Kiosk Scheduling Inspection Module MIE Solutions Page 2

3 IMPORTANT NOTE FOR ALL USERS WHO UPGRADED FROM FOXPRO. Please run the script below because the import was wrong from Foxpro to Pro and this will correct a work order release calculation from the build the last few weeks. If you did not upgrade from MIE Trak Foxpro please ignore. alter table RouterWorkCenter disable trigger all UPDATE RouterWorkCenter SET PartsRequired=1 FROM RouterWorkCenter join Item it on it.itempk=routerworkcenter.itemfk where it.itemtypefk in (3,4,6,7,8,9) and ISNULL(PartsRequired,0)=0 alter table RouterWorkCenter enable trigger all UPDATE WorkOrderAssembly SET PartsRequired=1,TotalQuantityRequired=QuantityToFabricate*QuantityRequired where WorkOrderAssemblyPK IN(select WorkOrderAssemblyPK from WorkOrderAssembly join item it on it.itempk=itemfk where it.itemtypefk in(3,4,6,7,8,9) and PartsRequired>1 and Released=1 and QuantityToFabricate*QuantityRequired<TotalQuantityRequired ) alter table QuoteAssembly disable trigger all UPDATE QuoteAssembly SET PartsRequired=1 FROM QuoteAssembly join Item it on it.itempk=quoteassembly.itemfk where it.itemtypefk in (3,4,6,7,8,9) and ISNULL(PartsRequired,0)=0 alter table QuoteAssembly enable trigger all exec usp_checkquantityondemandintegrity Potential Breaking Changes MIE Solutions Page 3

4 Security Release Notes: August 2016 Invoice line security has been added to add, edit and delete line items. This enables the ability to have line editing and deleting but not the entire invoice editing and deleting. Turn on as appropriate. Work order comment edit security level has been added. Turn on as appropriate Security level has been added for router editing of RUN TIME and SU TIME Security options have been added for integrity checks, inventory transfer report, quality control-corrective action request, scheduling white board, work order Gantt chart, work order collection quick add. Security levels have been updated to make them correct in AR Aging and AP areas where some were backwards. MIE Solutions Page 4

5 Reports Performance improvement for quickviews which need work order tracking information. We added Tracking and NextWorkCenter as columns in the WorkOrderRelease table which does not require a special query to grab that information. We changed this on the work order query report so you should change your expressions to be WorkOrderRelease_NextWorkCenter and WorkOrderRelease_Tracking MIE Solutions Page 5

6 Division Parameters Features Release Notes: August 2016 Set PDF Limit - Under the invoice tab you have the new parameter to Set PDF limit quantity. This tells MIE Trak how many PDF s to put on a single . Save User Preferences In Database - There is a new division parameter under the miscellaneous tab to turn on grid saving to the database. Purchase By Division - There is a new division parameter under purchasing called Purchase By Division which allows purchasing by inventory to be done at the division level. BillOfMaterialMarkupAsCost - This new division parameter will put the bill of material costs as the cost + markup on the BOM items in quoting. This is where the idea of the markups are actually costs Examples would be handling costs and overhead associated with the purchasing. When you do the global markup/margin percent it will be based on the costs. Use Actual Costs On SubCompletions. This division parameter gives you the option when issuing product subs to work orders to use the actual work order costing versus your accounting costing method. This only works if the completions originally are done with a lot number in the format of WO####. When the issuing even happens MIE Trak looks up the work order associated o the lot number and grabs that cost. Omit Zero Lines On Invoices Creation from Pick list- This option will not add items to pick lists which do not have quantities. Division parameter to disable issuing automatically when an outside processing receiver is confirmed. Division parameter to explode kits and keep prices on subs or not. MIE Solutions Page 6

7 Division parameter under the Kiosk menu. Print Work Order Completion label. This option will enable the work order completion label functionality from the Kiosk. If there is only a single location and no lot number the quantity for the label will default to the quantity you are completing. Division parameter called Copy Quote Markup To RFQ will always use the markup on the quote versus the actual markup on the quote (sell versus cost). Have this checked if you want the calculation to remain as it was previously. Division parameter option to turn have available to promise screen include forecasts. ** BIG FEATURE ** New division parameter in the miscellaneous tab to use existing module tab when drilling down MIE Solutions Page 7

8 Change PO Receiver rejection quantities has been changed. There is a new division parameter called Use Qty Not Accepted For Performance. The key is the NOT ACCEPTED field on the receiver line item is used as the rejection quantity on the supplier performance report. This can be populated two ways. The first way is if you enter the value manually. The 2 nd way is if there is a quality entry for the receiver line then the quantity rejected from the quality control entry will get copied to the receiver line quantity not accepted. If the division parameter is false, then the negative quantity on the receiver line is what is used in the supplier performance. GOOD NEWS a) We now have 350 report templates available in the various modules. b) A big feature allowing MIE Trak RFQ s from customers to be associated with suppliers in order to send RFQ s back to your suppliers for items from your customers. Example, you do sheet metal but you outsource machining. You can actually set the MIE Trak RFQ to your suppliers and track their pricing. c) We now have 48 Quick View templates. In the quick view module, you can select template to select some pre-created quick views. We will continue to add more quick view templates. MIE Solutions Page 8

9 BIG NOTE: By the next beta release, we are going to drop support from Windows XP. Microsoft is not supporting XP and we cannot move to DOT NET 4.6 until that point which offers some nice benefits for garbage collection and performance. Start preparing now. WE WILL BE MOVING TO DOT NET 4.6 THIS, PLEASE UPDATE YOUR WINDOWS SYSTEM. BARCODING WILL NOT BE SUPPORTED ON WINDOWS XP. MIE Solutions Page 9

10 Miscellaneous Features **BIG Feature** The ability to save user grid settings to the database. There is a new division parameter under the miscellaneous tab to turn on grid saving to the database. This not only saves those settings to the database but also saves the conditional formatting settings. ** BIG Feature** MIE MRP AUTO Run New Feature. A new option to create work orders from the AUTO MRP run is pull. If you do not add the PULL parameter MIE Trak will automatically do PULL s as the default as it does currently. If you put a PULL=0, MIE Trak will actually run the MRP twice. The first time MIE Trak will create work orders only for TOP LEVEL SALES ORDERS. When these work orders are created they will use the routers default Fab/Pull settings for each sub component. Once those work orders are created MIE Trak MRP will run once again and then create work orders for everything else based on the latest demand. MIE Solutions Page 10

11 New language ability has been added for English, Spanish and French. You can change the language from the top left menu. Once you select a language you must exit and go back into MIE Trak. New DXF Analyzer which a handles more complex DXF files. Example shown below where MIE Trak calculates the linear length of the arcs. MIE Solutions Page 11

12 Performance improvement for quickviews which need work order tracking information. We added Tracking and NextWorkCenter as columns in the WorkOrderRelease table which does not require a special query to grab that information. We changed this on the work order query report so you should change your expressions to be WorkOrderRelease_NextWorkCenter and WorkOrderRelease_Tracking HR Benefits screen now has a checkbox for dependent benefit. Quality control module documents thumbnails are now available on the report. Router number added to engineering change request list. Dashboard visibility is now based on users selected. If you have no uses selected on a dashboard the dashboard will be available. If you have users selected the dashboard will only be available to the users in the list. ing multiple PDF s now includes a division parameter to tell MIE Trak how many PDFs should belong to each a single . Currency code has been added to party pricing. This allows an item you sell to be sold based on the customer s currency File location URL has been extended to display more information. SMTP password is now not displayed, only **** Quality Control Query report now includes a NCMR number (Quality No.) search. MIE Solutions Page 12

13 DXF Analyzer import DXF has been improved to show the picture of the DXF and an option to rotate the DXF if it was not drawn with the correct angle and origin. Quick view now can save a file to CSV at a predefined location on your network. MIE Solutions Page 13

14 ** Quick View Templates ** have been added in order for you to use preexisting templates. Square foot calculator allows you to switch to square meters and also has the option to go double sided. MIE Solutions Page 14

15 The paint calculator from quoting has been added to the router hardware BOM screen in order to help calculate paint usage. Saving Remnants now will proportionately set the last cost, average and standard cost for the new stock size based on the stock that is being copied. A new integrity check called Auditing has been created to cleanup potential data issues. Report scripting available on some reports which allows the ability to load more data if required. MIE Solutions support and development would have to write the script. This allows potential changes without source code changes. Preventive maintenance documents now display on the individual work orders created. This means you only have to add the document to the machine schedule and all work orders using that machine schedule will display the documents for that machine. Preventive maintenance work orders can now be clocked in/out from the Kiosk. Printing DXF files is now native. MIE Trak creates a PDF image and prints the PDF image versus a JPEG. MIE Solutions Page 15

16 ** BIG FEATURE ** MIE File Reader and MIE Quick View Server can be run as services now. You start them with basic commands like. IMPORTANT NOTE : When doing updates you must actually uninstall the services. o --install o --start o --stop o uninstall MIE Solutions Page 16

17 Maintenance Features Release Notes: August 2016 Party maintenance prospect flag can now be set by itself. [before it was just in CRM, now it s in party maintenance, you don t have to go to the CRM anyway] *BIG Feature* Project Maintenance *Project maintenance now shows all purchase orders, sales order lines and quotes on different tabs. Project maintenance in sales order and work order tab can view the tracking information. Item where used now includes a create date of the quote. MIE Solutions Page 17

18 Printer maintenance has been added to keep a list of printers in the database. This is used in some new barcoding functionality when you need to select the printer to output to. Item maintenance search has a new option to search by product code. The ability to print preview a group of time sheets has been added. Making a user inactive (enable checkbox) will now ask if you want to remove that user from all open / unused timecards. Item inventory transaction tab you can now filter out 0 quantity row s Warning message is displayed when you enter a new party with the same Short Name description. MIE Solutions Page 18

19 Merge item now has an option to NOT do the integrity check during the merge, making it faster. Do the integrity check on the last merge you are performing. Item price breakouts have been increased to 12 Inventory quantity report now has the product code column listed. Merge work centers with a lot of data is much faster now. Item import script now gives the ability to import all the user defined fields on the item master. Item maintenance activity logs have been created for Inventoriable Flag, Minimum Order and Reorder Point. MIE Solutions Page 19

20 Sales tax maintenance screen has a new field called Zip Code. If this is populated for your tax codes there is an option on the import button to update your tax rates through the Avalara service. Item maintenance has a new field First Article Required this value will get pushed to sales order lines as the default for the item. Item category search now lets you see the summary for a material gage or each individual item stock size. MIE Solutions Page 20

21 Entering a new party is FASTER. When you add an address you can actually copy the address contact information to an actual contact and the contact is created on the fly. The contact tab is now available when adding addresses in order to adjust contact information quicker. MIE Solutions Page 21

22 Quoting Item vendor pricing now has a setup charge fee. This will get copied to the quote as the item/vendor combination is selected. Item standard cost dialog now has options to update the actual price breakouts on the prices tab for quoting and purchasing. The option to update Base Cost is what you would use. MIE Solutions Page 22

23 Quote operations detail screen now lets you save the horizontal splitter bar location. Quote Operations screen has been changed to allow the resizing to lengthen the variables shown. The ability to copy a quote and include copying and creating new items for all sub components has been added. RFQ line item grid now shows current quantity on hand. RFQ now has the ability to show foreign currency price. Quoting BOM markup % has been changed. This will affect new quotes potentially. If you use margin % in the item master BOM item it was copied over to the BOM item on the quote as a markup %. If the margin in item maintenance said 25% and you added that item to a quote you would have seen a 25% markup on the quote item. The amount should have been percent markup to match what was in item maintenance. This has now been changed. This only affects you if you use margin % and you have BOM markup percentages turned on. MIE Solutions Page 23

24 Quote detail screen the item number has been added as a display field The RFQ line detail screen now shows the item number in the grid. RFQ Report now has the summary grid option to show totals. Quoting operations, BOM tab now shows stock pieces in the grid. Importing electronic RFQ now allows importing of prices. Quoting outside process items now brings the setup cost s over to the router. Division parameter called Overage Parts in quoting. This parameter will use parts as the quoting overage value versus a percentage which is default. Saving Remnants now will proportionately set the last cost, average and standard cost for the new stock size based on the stock that is being copied. ** New Division Parameter * BillOfMaterialMarkupAsCost This new division parameter will put the bill of material costs as the cost + markup on the BOM items in quoting. This is where the idea of the markups are actually costs. Examples: Handling costs and overhead associated with the purchasing. When you do the global markup/margin percent it will be based on the costs. MIE Solutions Page 24

25 Quoting minimum charges for outside processing now takes into account delivery schedule. Request for quote screen, main search list now shows the 1 st part number of the Request For Quote. The quote to RFQ markup % on the RFQ is now the % between sell and cost. This may not be the same value as the quote because of specific markups on labor, material, hardware, o/p items. MIE Solutions Page 25

26 Sales Orders Features Release Notes: August 2016 Sales order confirmation report now can print item class and item number. Sales tax on the sales order header shows accumulated tax from all sales taxes. Sales order query can be filtered by sales order line create date and sorted by sales order line create date. Blanket date has been added to the sales order line on the miscellaneous tab. Entering new sales orders there is a new verification to make sure the address information exists for the customer. Sales order query now has next work center and tracking information available. Sales tax total and total amount on sales order screen now includes freight. Sales order activity log created when there is a change to the PO number. Activity log now created when changing the sales order confirmation date. The first time a part is ordered, the new order flag is automatically checked. Party prices now apply discounts when creating sales order lines. Exploding kits on sales orders and invoices now shows cost as cost from item maintenance. It was setting the cost and sell to both sell price. The 1 st associated sales order is now loaded on the work order assembly report to give access to information. MIE Solutions Page 26

27 Sales order line quick edit has a nice new feature letting you change due dates in mass by +/- days. The option to update the work order due date is also available. Sales order line header information is now available on purchase order reports. Electronic sales order import now has the ability to put a contact, phone and which will get associated with the new shipping address. The ability to add blanket sales orders with no line delivery dates has been added. ** BIG FEATURE ** Price changes are now logged as shown. Sales order creation screen for blanket sales orders now show blank order information on the screen which includes balanced and shipped quantities. MIE Solutions Page 27

28 Purchasing Features ** BIG FEATURE ** There is a new division parameter under purchasing called Purchase By Division If this is UN-CHECKED, it works as normal. If checked MIE Trak now will show you rows by division. For example, if you have WIDGET A in 2 divisions, MIE Trak will show you two rows one for each division. The division name is not displayed in the grid. If purchasing by division the on hand quantity, quantity ordered and reorder point is by item division. Lastly there is a filter by division on the screen so you can select a specific division. MIE Solutions Page 28

29 *BIG FEATURE* Purchase order receiving creation now has a checkbox to close the purchase order short when confirming. Purchase order receiving new screen, added Item ID as a column. Po receiving quick search shows unique rows for the receiver versus all rows. Inventory report option added Demand greater than On Hand + On Order. Purchase order query report now has item class description available. Purchase order query report can now show supplier part number. Purchase order request grid has a unit of measure description. Purchase order line history button will now show the O/P part price history for the first part on the PO assignments. Purchase order by inventory report now shows good until price date. MIE Solutions Page 29

30 Purchase order requests, an URGENT checkbox has been added to highlight those to the purchasing department in red. Purchase order receiver, the approved and exported flag are editable even after the receiver is posted. PO receiving label now show the router part number. Item ID has been added to the PO receiving add new grid. PO weight field is now read-only, this is calculated based on the weights of the items. Copying a purchase order now sets the default required and on dock date to today s date. Purchase order weight is now read-only and is calculated based on the individual item weights. MIE Solutions Page 30

31 Purchase order receiving report now pulls in supplier address automatically. New purchase order receiving line comment for inspections. CHANGE PO Receiver rejection quantities has been changed. There is a new division parameter called Use Qty Not Accepted For Performance. The key is the NOT ACCEPTED field on the receiver line item is used as the rejection quantity on the supplier performance report. This can be populated two ways. The first way is if you enter the value manually. The 2 nd way is if there is a quality entry for the receiver line then the quantity rejected from the quality control entry will get copied to the receiver line quantity not accepted. If the division parameter is false then the negative quantity on the receiver line is what is used in the supplier performance. MIE Solutions Page 31

32 Routers Router ability to set BOM items to not print on the work order. There is a flag called Do Not Print on the router BOM item. Creating quote from router has an option to update child quotes. Creating routers from an RFQ now use the division parameter setting Keep Existing Sub Routers. Router material part size is now compared to see if it is larger than the blank size. MIE Solutions Page 32

33 Work Orders Features Work order quality entry, report can now print the customer address. Work order type dropdown now sorts by description ** Big FEATURE **Work Order Scrap cost auto calculation has been implemented. When you do work order data collection entries and enter a scrap quantity, MIE Trak will automatically calculate the scrap costs up to that point in your data collection. This data is saved in the work order collection and is available for reporting at the work order labor collection reporting area. MIE Solutions Page 33

34 Features- WO Continued ** Division Parameter ** Use Actual Costs On SubCompletions. This division parameter gives you the option when issuing product subs to work orders to use the actual work order costing versus your accounting costing method. This only works if the completions originally are done with a lot number in the format of WO####. When the issuing even happens MIE Trak looks up the work order associated o the lot number and grabs that cost. Work order report now has the header information from the last work order created for the corresponding part number. The field is WorkOrder.LastWorkOrder Work order history button now shows piece cost and the view cost security level has been implemented. Work order report the item other description is available for printing. Work order printing can now print the thumbnail of attachments on the work order. Work order labor collection report now shows Total Estimated Hours on grid Drill down to work order and sales order Work order completions when serialized releases is turned on now has a lookup button to select the release # for the lot number. Create a work order from the sales order module will open the work order. Work order loading report now shows item class and thickness fields. MIE Solutions Page 34

35 A router change number field which can be monitored and populated as you make changes to a router. Adding a router to a work order on the fly lets you enter a quantity required, quantity fab and pull quantity. Work order issuing has a new feature. To turn this feature on there is a division parameter under the router/work order tab called IssuePull/PutBack. This option gives you some new buttons when issuing as shown below. Pull All This option will issue to the work order the entire quantity of the location that is selected. Pull Units This option will issue to the work order the quantity required rounded up to the nearest whole number. Put Back This option will put back into inventory the quantity specified. MIE Solutions Page 35

36 The reason this has been added is the concept of removing everything off the rack when taking the material. You would hit the Pull All. This gets issued to the work order and MIE Trak will automatically change the quantity to the entire location quantity. Once you have finished with that inventory and you have some you want to put back into a location you issue again and select Put Back. The quantity you enter will be the quantity you are putting back. MIE Trak will then do a negative inventory adjustment for the put back and take those parts off the work order. This put back quantity is a positive number; MIE Trak will convert. If you use material and there are remnants left you can use the PUT BACK option and change the material during the issuing process. MIE Solutions Page 36

37 Features- WO Continued ** BIG FEATURE ** A nest that is created in MIE Trak can be linear or rectangular nested based on the work orders that are associated to the nest. This works really well to do a cut list for bar stock, tubes, etc. You click on the nest graphical button on the work order nest screen. Lastly, if you do not have enough inventory for the type of material, MIE Trak will not nest the work orders. MIE Solutions Page 37

38 Expiration date of material inventory is now displayed when issuing. Work order move ticket now has the ability to show the 1 st BOM item of the next sequence. The field is bomitem Work order -> create purchase order now shows the item type in the grid. Work center loading now has the material PO and BOM status in the grid. Work order fabricated sub-assemblies can now be deleted on the fly on the work order tracking tab. MIE Trak will only let you remove leaf nodes. MIE Solutions Page 38

39 Work order release screen has an option to put a little comment on each release row. You can use this to say PULL X quantity of parent. Work order data collection manual edit shows a log entry if the hours change. Activity log created when deleting work order jobs from the work order list. Production overview now has a job number column. Team calendar can show top level items only or explode each fabricated component. Work order query report now shows some new columns when you explode assemblies. Sub Due Date, Sub Estimated Hours, Sub Actual Hours has been added. MIE Solutions Page 39

40 Features- WO Continued Labor collection report now makes available the work order assembly (labor record) comment. Division parameter Work Order Completions Use Estimated Costs has been added. This option will use the estimated cost when doing partial completions versus the standard costs or your costing method cost if it exists. Performance improvement when deleting sequences and BOM s from a work order. The division parameter allows negative back flushing if negative inventory is turned on now works when you are issuing positive quantities. It was setup just to work when you are issuing negative quantities. Work order program edit screen shows the quantity on hand. WOBOM Report filter Exclude Stock Inventory to not display items which have the stock inventory flag set. This can be used in the instance of Customer Supplied Material or Vendor Managed Materials to exclude them from the list. Work order tracking tab, modifying released work order requirements creates an activity log entry. New work order tracking labor status called Subs Completed has been added to help tracking. Next work center tracking information is now available on the sales order query. Work center loading report now has the work order release number, purchase order number and BOM status included. MIE Solutions Page 40

41 Work order BOM report now has current location, next location and tracking information displayed in the grid for the labor. WO BOM report now has the next work center and tracking information available. MRP now has the option to totally exclude all sales order from demand. This allows an MRP to be run that is just for work orders which are released. *BIG Feature* Work order completions (subs) will now give you cost of the sub component. *BIG Feature* A security level has been added to allow changing calculated BOM requirements of a work order. Once the work order is released you can flag the BOM item to not recalculate the requirements when editing but use the requirements you type in. MIE Solutions Page 41

42 ** BIG FEATURE ** Serial Number tracking and work order completions which split quantities into multiple locations with unique lot numbers has been added. In order to turn on you need to set the item to be serialized Every work order completion will be put into inventory with a specific lot number. If you have 5 parts to complete each one will have a different serial number. MIE Solutions Page 42

43 Inventory WIP report can now filter by work order type. Item cycle report query will not display any items which are on open inventory work sheets. ** Nice Feature ** The inventory menu has a new Inventory Pricing query. This enables you to query your customer and supplier pricing setup in Item Maintenance. In the future we will add some global pricing update options. Let us know what you think. Multi-Division MRP has been completed. You can run the MRP for the entire company (like previously), or run the MRP per division. Inventory report gives you the ability to double click on the part number and display work order history. MIE Solutions Page 43

44 Invoicing Picklist new feature which allows you to enter Transactions for the quantity picked. The screen shown below displays where you would enter the transaction. Another feature is you can use barcoding with an option to scan called PICKQTY to enter pick list quantity transactions. Manifest improvements New Report Search Grid on drop locations includes filtering Shipping address can now be selected and changed. Invoice/Packing slip module now has a Shipping Packing Label report which prints labels based on packaging. Invoice/Packing slip module now has an edit button popup to easily edit all the packaging of the invoice. Party short name added to the invoice screen. Ship To Name added to invoice shipping tab. Invoice report now has the ability to show the project ID. MIE Solutions Page 44

45 Invoice job costing analysis report now can filter by party group. Invoice report now has the router number visible. The pick list now gives you an option when creating pick lists for kits to bring the parent to the pick list also during creation. Pick list creation from Sales Order Query report has been modified. MIE Trak will try to split the pick list rows into inventory locations in order to pick from locations. Example if you have two locations with 50 and 100 widgets. You create a pick list for the widget for 75 parts. MIE Trak will create two pick list rows one for 50 and the other for 25. Each of the rows has the associated location and lot number. When creating an invoice MIE Trak remove inventory from the locations specified on the pick list as best as it could. Commodity code can now be printed on the invoice New C of C report from the invoice module. Pick List Improvements Division Parameters New division parameter to Omit Zero Lines On Invoices Creation from Pick list Allow on picklist with no quantity MIE Solutions Page 45

46 Barcoding [New Barcoding Options] SETPRINT and CLRPRINT These two options assign a default printer to the device. ADJINVLP This is an inventory adjustment procedure which will print an inventory label tag at the conclusion of the adjustment. INVINQWOA This command can be used to scan the work order BOM item and will return the list of all current inventory locations and quantities for the location. COUNTL Item inventory adjustments made scanning the ItemInventoryLocation ID and it keeps repeating until all you cancel COUNTW Inventory worksheet cycle counting by scanning ItemInventoryLocation ID and quantity and MIE Trak will find the first open work sheet item which matches. The physical count will then be updated. NESTOUTAI Clock out of an entire nest and its programs incomplete. NESTOUTAC Clock out of an entire nest and its programs complete. NESTSINALL Clock into all nests programs. NESTISSALL Issue all nest material for all nest programs. This barcoding new options have a lot to do with Inventory and Nesting. MIE Solutions Page 46

47 Accounting Release Notes: August 2016 Accounting bill pay now shows a running total of the checking account value. Bill payment is setup to be able to post multiple bills at the same time. Post multiple bill option has been added. Custom P&L statements now have the ability to display all accounts associated to the custom line on the P&L. Miscellaneous bill payment now requires you to enter a name. Drill down from bill payment module to receiver. Multi-Currency enhancements a. The ability to add an exchange gain or loss GL account in currency setup b. The ability to associate accounts to a specific currency. All transactions are still saved in your home currency but you can have different banks for different currencies. c. There is a big change which we only use the Foreign Currency factor in currency maintenance. d. MIE Trak also has added GL accounts specifically for multicurrency to handle the situation where there are multiple bank accounts based on currency. Be sure to set your home currency in organization maintenance. Aging reports, bill payment, etc. allows filtering by currency so make sure you set your parameters and currency up correctly. Manifest option now when selecting the in-transit button you can confirm all the packing slips at the same time. MIE Solutions Page 47

48 Continued changes in C of C document from invoice. Here is a link Invoicing new screen grid has an added column display the list of locations you have actually chosen to pick from. Invoice manifest Packaging can now be grouped by part number. Printing multiple invoices, packing slips, receivers, etc. now lets you choose the division to filter. Invoice report can now be filtered by line create date. The payment date is available to print on the invoice report. Credit card import now allows a document to be attached. The absentee report lets you add employee time if the employee is absent on this screen. Accrued payables now let you change the account number between the confirm and posting stage. Miscellaneous checks can now have addresses. New export for payroll hours to Paylocity. Absentee report screen you can now add time in on the screen versus going to the payroll screen. Absentee report now includes an option to show only active users. Export screen of POs, Invoices, etc. has an option to open up file in file location. Bank deposit report now displays the bank account # s The Deposit summary report now displays the account numbers also. MIE Solutions Page 48

49 Kiosk New Options ADDED Cell clock option now includes buttons to Labor button pops up the clock-in window for the work order you are positioned on. Work Order button brings up the entire work order clock in screen. Issue button allows you to issue BOM items from for that work order release you are positioned on. Kiosk, double click on work order nest number from clock in window and you can view the nest and associated work order jobs. Kiosk move ticket now prints the thumbnail. Kiosk move ticket now prints the next operation description. Kiosk clock in work order history now shows assembly number. Kiosk Quick Clock in now shows documents both for the item and the work center. Kiosk item inquiry screen now has the WIP inventory button available. Material Identification tags can be created from Kiosk when issuing material back to a location. A division parameter called Setup parts now show on Kiosk when clocking into a work order. MIE Solutions Page 49

50 KIOSK Cell clock option now includes buttons to [easier shortcuts!] Labor button pops up the clock-in window for the work order you are positioned on. Work Order button brings up the entire work order clock in screen. Issue button allows you to issue BOM items from for that work order release you are positioned on. MIE Solutions Page 50

51 Scheduling White board -> detail tab -> you can now show the material, hardware and outside processing descriptions. Scheduling advisor for APS comparison screens now show start and end times. Using the White Board, you can now change machines by clicking the edit button and changing to another machine. APS scheduling options, Scheduled ASP and Flood days is now remembered based on your last schedule. APS graphs can now be printed. Scheduling board can now be used to drag work orders to different days. White board Gantt chart now shows the nest number. Backwards scheduling now uses the new field Gap Days in work center maintenance. This will put x days between work center scheduling. Schedule board now has the option to display hours of the APS schedule or the backwards schedule. MIE Solutions Page 51

52 APS Scheduling planning board Gantt chart has been added. You can access this through the APS module and it s the last tab. MIE Solutions Page 52

53 Inspection Module We have been working on the inspection module cleanup and it is looking good. You can see some of the changes by creating inspection templates for the router. When you release a work order you will see those inspection pages displayed. These all fall under the category of Quality and fall under the quality menu and quality tabs on the appropriate screens. Here is an example part which you would want inspection information stored. MIE Solutions Page 53

54 1. Open the router you wish to add inspection to. 2. Click the Inspection tab, then click the button under templates, the Router Inspection window will open. 3. Double click your Template, in our example Router Part Inspection then click the button. There will now be a line under templates and you will be returned to the router. 4. Click the button to the left of the new row, this will open up the Router Inspection Window. Currently there will one dimension in there (the Material Thickness dimension we setup in our template). 5. Click the button to the left of the dimension, this will open up the Router MIE Solutions Page 54

55 MIE Solutions Page 55

56 Inspection Window (a) Dim Ref this can be populated with a bubble id to reference on the print, i.e. A1 (b) Dimension this is the dimension you are checking, normally a number i.e..104, in this case we will however just put Material Thickness. (c) Maximum this is the top tolerance dimension. If your dimension was.032 +/-.005, this would be.037. (d) Minimum this is the bottom tolerance dimension. If your dimension was.032 +/-.005, this would be.027. (e) Sequence this is where you select the workcenter sequence this dimension applies to or, more accurately, which sequence it needs to be checked at. (f) Frequency this is a reference you can use to tell you how often you want parts checked, every x part can be entered here. (g) Dim Qty this is a reference you can use to point out that the same dimension may be called in multiple places if you do not wish to have it in your inspection multiple times. (h) Comment this is a reference field you can use to pass information on this inspection dimension to be referenced when doing the inspection. (i) Click the button to save this record. MIE Solutions Page 56

57 6. Click the button above to add a new dimension to check. Complete Steps 5(a) through 5(i) to add each additional dimension required. You can also delete dimensions using the button or copy another dimension by clicking the button. 7. When done you can rename the description of the whole inspection list if you would like, we will rename this to In Process Inspection. This can be named whatever you would like and is specific only to this Inspection List on this Router. Another good use of this would be having one for first article. 8. Check the Copy On W.O. Release if you would like this Inspection List to be added to work orders as they are released for this router. You can have multiple selected on one router, if this is the case all selected will be added to the work order, you can delete them from the work order if there are more than needed there (i.e. first article and in process). MIE Solutions Page 57

58 9. Click the button when done. 10. You can copy existing Inspection Lists to easily make another by clicking the button, this copies the inspection list along with all dimensions in it. A good use of this would be to make a first article inspection first, then copy it, rename it to in process, then delete the dimensions that aren t required for that inspection list. MIE Solutions Page 58

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

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

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

v10.5 Enhancements List

v10.5 Enhancements List General System Changes Business Rules The Options & Interfaces functionality from each application has been moved to a centralized System Manager function called Business Rules. Forms Control You can now

More information

Updates and Program Enhancements For DBA Classic &

Updates and Program Enhancements For DBA Classic & The enhancements, fixes and updates described below are available to users of DBA Classic version 2002.4 or 2004.1. All the features described work in the DBA Classic environment and do not require Evo-ERP.

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

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

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

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

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

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

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

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 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

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

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

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

YearOne PowerLink 3.10 Manufacturing and Bill of Materials

YearOne PowerLink 3.10 Manufacturing and Bill of Materials YearOne PowerLink 3.10 Manufacturing and Bill of Materials User Guide June 2012 Publication Date Product Version June 2012 YearOne PowerLink 3.10 YearOne Software Australia Pty Ltd ACN 011 002 038 ABN

More information

The BUSINESS EDGE Revision Notes November 2011 August 2012

The BUSINESS EDGE Revision Notes November 2011 August 2012 Order & Quote Entry System 1. New Flag - Orders-Calculate Unit Cost from BOM? If this flag is set to Yes and a Product that is added to an Order has a Bill of Material, the system will calculate the current

More information

ExpressMaintenance Release Notes

ExpressMaintenance Release Notes ExpressMaintenance Release Notes ExpressMaintenance Release 9 introduces a wealth exciting features. It includes many enhancements to the overall interface as well as powerful new features and options

More information

Sales Orders User Manual

Sales Orders User Manual Sales Orders User Manual This manual is designed to guide you through the Sales Orders Module in ipoint Control. The Sales Orders Module is where you keep track of all your Sales Orders for your various

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

CHAPTER 4B SHOP ORDER MAINTENANCE

CHAPTER 4B SHOP ORDER MAINTENANCE CHAPTER 4B SHOP ORDER MAINTENANCE Chapter 4B Shop Order Maintenance...1 Orders...3 Shop Order & Release Maintenance...4 Creating a New Shop Order...5 Creating a New Shop Order directly in Shop Order Maintenance...5

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

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

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

LightspeedEVO. Please read this entire document before loading the update

LightspeedEVO. Please read this entire document before loading the update Release Notes LightspeedEVO Version 6.3 Please read this entire document before loading the update Note: Version 6.3 is available only for hosted systems. This release cannot be loaded for dealers on a

More information

SAGE ACCPAC. Sage Accpac ERP. Return Material Authorization 5.5A. User Guide

SAGE ACCPAC. Sage Accpac ERP. Return Material Authorization 5.5A. User Guide SAGE ACCPAC Sage Accpac ERP Return Material Authorization 5.5A User Guide 2008 Sage Software, Inc. All rights reserved. Sage Software, Sage Software logos, and all Sage Accpac product and service names

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

Setting Up Your Company

Setting Up Your Company Setting Up Your Company The Company Maintenance screen is a very important screen. You will be entering in essential information the software will be utilizing for printing invoices, pricing, reports,

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

Functionality Guide. Copyright 2011 Development-X Limited

Functionality Guide. Copyright 2011 Development-X Limited Functionality Guide Copyright 2011 Development-X Limited 20th September 2016 2 Ostendo Functionality Guide Table of Contents User-Definable Functions 6 1 Multiple Company... Generation 6 2 Additional...

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

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

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

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

Getting Around in QuickBooks

Getting Around in QuickBooks Lesson 1 Getting Started Getting Around in QuickBooks Getting Around in QuickBooks The QuickBooks Learning Center provides access to information to help you get started. Manage your open windows QuickBooks

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

NetSuite Quick Reference Guide

NetSuite Quick Reference Guide NetSuite Quick Reference Guide (For help with any NS topics not found here, please visit Suite Answers: https://netsuite.custhelp.com/app/home) Entering Customer Information After conclusion of Sales Process

More information

Introduction. Counter Sales: Introduction

Introduction. Counter Sales: Introduction Introduction Counter Sales: Introduction Introduction The Jonas Counter Sales module is an effective tool to help you process inventory sales. From one screen, Counter Sales can Process orders Prints the

More information

Requisitioning Method of Inventory Control

Requisitioning Method of Inventory Control Requisitioning Method of Requisitioning Method of Course description: Learn how to use emaint Online for inventory tracking, from establishing your inventory records and generating reorder lists through

More information

Enhancements in Spectrum Last Updated: April 5, 2018

Enhancements in Spectrum Last Updated: April 5, 2018 Enhancements in Spectrum 14.24 Last Updated: April 5, 2018 Status: Thunderbirds are GO! AP BI BI BI BI CM JC JC JC MM PO PO PO PR PR PR PS ST ST ST Use Tax Report Supports Work Orders Deep Linking New

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

MICROSOFT DYNAMICS GP RELEASES GP 2013, GP 2015, GP 2016, AND GP 2018

MICROSOFT DYNAMICS GP RELEASES GP 2013, GP 2015, GP 2016, AND GP 2018 MICROSOFT DYNAMICS GP RELEASES GP 2013, GP 2015, GP 2016, AND GP 2018 Table of Contents Page 2 Contents GENERAL TIPS AND REMINDERS... 1 Backups... 1 Timing... 1 History... 2 File maintenance (Optional)...

More information

Bibliography. Literature. Other Sources

Bibliography. Literature. Other Sources Bibliography Literature Keith Dunkinson, Andrew Birch: Implementing Microsoft Dynamics AX 2012 with Sure Step 2012, Packt Publishing (2013) Mindaugas Pocius: Microsoft Dynamics AX 2012 Development Cookbook,

More information

Logistics Guide. Avontus Software Corporation Avontus.com US AUS. Page 1

Logistics Guide. Avontus Software Corporation Avontus.com US AUS. Page 1 Logistics Guide Table of Contents Logistics Guide... 1 Products Tab... 2 Shipping Tab... 3 Shipping Tab View Filter... 3 Creating a Shipment... 4 New Direct Ship Dialog... 5 Shipping Reports... 10 Creating

More information

Rev.2.0. p f W. 119th Street Chicago, IL

Rev.2.0. p f W. 119th Street Chicago, IL Rev.2.0 1321 W. 119th Street Chicago, IL 60643 p. 1.800.465.2736 f. 1.773.341.3049 sales@mifab.com www.mifab.com Table of Contents I. Log on to Kwik Order... 3 II. Kwik Order Home... 4 III. Modules/Functions...

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

Activant Prophet 21. Version 12.3 Overview of Prophet 21 New Features

Activant Prophet 21. Version 12.3 Overview of Prophet 21 New Features Activant Prophet 21 Version 12.3 Overview of Prophet 21 New Features This class is designed for Managers System Administrators Objectives Miscellaneous New Features Add an Item to a Closed PO Improved

More information

Team Management Systems ACOWIN Report Manual Revision 12.08

Team Management Systems ACOWIN Report Manual Revision 12.08 Team Management Systems ACOWIN Report Manual Revision 12.08 Accounts Receivable Reports... 4 Call Slip Edit Report... 5 Call Slip Edit Report Reprint... 6 Call Slip Posting Report by Batch... 7 Call Slip

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

Printed Documentation

Printed Documentation Printed Documentation Table of Contents GETTING STARTED... 1 Technical Support... 1 Overview... 2 Classifications... 4 Stages... 6 Adding and Deleting Job Folders... 9 Setting Job Defaults... 11 JOBS...

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

CALENDAR & FISCAL YEAR END CLOSING PROCEDURES

CALENDAR & FISCAL YEAR END CLOSING PROCEDURES CALENDAR & FISCAL YEAR END CLOSING PROCEDURES MICROSOFT DYNAMICS GP RELEASES GP 2013, GP 2015 and GP 2016 Date: 11/30/17 Page 1 CONTENTS CALENDAR & FISCAL YEAR END CLOSING PROCEDURES... 1 General Tips

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

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

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

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

BillQuick Peachtree Integration

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

More information

Opera II Accreditation Course. Invoicing / SOP. Pegasus Training & Consultancy Services File Name : OIISOP001

Opera II Accreditation Course. Invoicing / SOP. Pegasus Training & Consultancy Services File Name : OIISOP001 Invoicing / SOP Pegasus Training & Consultancy Services File Name : OIISOP001 Pegasus Training & Consultancy Services File Name : OIISOP001 Table of Contents Introduction... 1 Invoicing Module Menu...

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

AIMS Version 6.3. Feature presentation

AIMS Version 6.3. Feature presentation AIMS Version 6.3 Feature presentation AIMS System 6.3 Standard overlay forms all forms are laser ready with your logo New E-Commerce module on-line ordering from your web page Dashboard rewrite of company

More information

Goods Received Vouchers

Goods Received Vouchers Arch User Guide ver. 25 Classification: Document History Date Version Changed By Details 2015-07-11 1.0 Karl van Niekerk Created Document 2016-02-22 1.1 Michelle Lategan Updated Addendum A Document Version

More information

Alphabetical TrulinX Program List

Alphabetical TrulinX Program List Alphabetical TrulinX Program List Agent Order Commission Receipt by Sales Rep Report Agent Order Commission Receipt Report Adjust FMD Process Agent Orders Agent Order Line Maintenance Agent Order Maintenance

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

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

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

DATATRON Features Order Entry (Invoicing)

DATATRON Features Order Entry (Invoicing) DATATRON Features Order Entry (Invoicing) Check the item(s) if you re not 100% sure of what it does, what it s for, or how to use it. [ ] 1 Are you using Expanded searches to get all possible matches of

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

Release Notes Build 390

Release Notes Build 390 Release Notes Build 390 Attn: System Administrator DO NOT UPDATE UNTIL YOU READ THESE RELEASE NOTES! SETUP TASKS ARE REQUIRED. Be sure to review the System Administrator Task List because there are several

More information

Job Manager Great Features: All in One Database. Designed for Dynamics NAV 2013

Job Manager Great Features: All in One Database. Designed for Dynamics NAV 2013 Job Manager 2013 Designed for Dynamics NAV 2013 99+ Great Features: All in One Database Executive Summary Job Manager Overview: Job Manager is a powerful and easy-to-use Activity Based Costing tool for

More information

APPENDIX C: LAB SOLUTIONS

APPENDIX C: LAB SOLUTIONS Appendix C: Lab s APPENDIX C: LAB SOLUTIONS Lab 2.1 Handling Sales Scenario: Cronus' customer 20000 orders 1200 units of item 70003. The customer requests that the order be delivered with 300 units every

More information

Activant Prophet 21 Overview of version 11.0 New Features: Sales and Operations

Activant Prophet 21 Overview of version 11.0 New Features: Sales and Operations Activant Prophet 21 Overview of version 11.0 New Features: Sales and Operations 11.0 New Features suite Course 1 of 3 This class is designed for Sales Managers Production Managers Customer Service Personnel

More information

Microsoft Dynamics GP. Manufacturing Core Functions

Microsoft Dynamics GP. Manufacturing Core Functions Microsoft Dynamics GP Manufacturing Core Functions Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and views expressed in this

More information

Managing Items. Explanation on beas extended view of Item Master Data

Managing Items. Explanation on beas extended view of Item Master Data Managing Items Explanation on beas extended view of Item Master Data Boyum Solutions IT A/S beas Tutorial TABLE OF CONTENTS 1. INTRODUCTION... 3 2. PROCESS... 3 2.1. Header... 4 2.2. General Tab... 4 2.3.

More information

AccStar Integrated Accounting System

AccStar Integrated Accounting System AccStar Integrated Accounting System User s Guide (2013) Rachadapon Company Limited. Matchim Paisalyakit Table of Contents Basic information for AccStar... 10 Database... 10 Select Company s database...

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

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

3 Customers. Chapter LEARNING OBJECTIVES

3 Customers. Chapter LEARNING OBJECTIVES Chapter 3 Customers LEARNING OBJECTIVES 1. Restore data from Exercise 2-2. This backup was made on page 89. (Refer to the Read me box on page 55, Do I need to restore?) 2. Go to the Customers & Sales Navigation

More information

Features Flash. September 26, 2012 entrée version entrée.net version Electronic Order Pad Electronic Warehouse Manager entrée.

Features Flash. September 26, 2012 entrée version entrée.net version Electronic Order Pad Electronic Warehouse Manager entrée. Features Flash September 26, 2012 entrée version 3.6.13 entrée.net version 3.3.8 Electronic Order Pad Electronic Warehouse Manager entrée.dot entrée NECS, Inc. (C) Copyright 2012 All Rights Reserved 1

More information

TurboCASH Business Class

TurboCASH Business Class TurboCASH Business Class Guide to Point-of-Sales Philip Copeman The following icons have been placed on specific places throughout the documentation: Keyboard access Press the F1 key when focussed on screens

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

SAGE ACCPAC. Sage Accpac ERP. Project and Job Costing 5.5A. Update Notice

SAGE ACCPAC. Sage Accpac ERP. Project and Job Costing 5.5A. Update Notice SAGE ACCPAC Sage Accpac ERP Project and Job Costing 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

More information

SedonaOffice Release Notice

SedonaOffice Release Notice SedonaOffice SedonaOffice Last Updated: 05-Dec-2013 SedonaOffice 549 East Washington Avenue 45185 Joy Road Chagrin Falls, OH 44022 Canton, MI 48187 440.247.5602 About this Document This Reference Document

More information

transactions, 298 transfers, 237 vendors, 223 entering bills, 174 payments, 201 addresses, Company Information,

transactions, 298 transfers, 237 vendors, 223 entering bills, 174 payments, 201 addresses, Company Information, index A accepting credit cards, 358-359 license agreements, 27 access files, 369 firewalls, 23 Access importing, 49 integration, 3, 363-365 accountant reviews, 306-307 files creating journal entries, 316

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

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

Getting Started Guide

Getting Started Guide Getting Started Guide OAS Freight v 3.2 Welcome Thank you for selecting OAS Freight. This guide is designed to help you become familiar with the OAS Freight software. This guide is not designed to be a

More information

CHAPTER 7A MATERIAL MANAGEMENT

CHAPTER 7A MATERIAL MANAGEMENT CHAPTER 7A MATERIAL MANAGEMENT Chapter 7A Material Management...1...4 Inventory Management...5 Overview...7 Inventory Maintenance Tabulation Function Overview...8 Inventory Maintenance Toolbar Overview...9

More information

Sage Peachtree Product Overview. New! Sage Peachtree 2012

Sage Peachtree Product Overview. New! Sage Peachtree 2012 Sage Peachtree 2009 2012 Product Overview New! Sage Peachtree 2012 Sage Peachtree is the accurate, easy-to-use accounting software that provides the insights and control you need. With the Sage Peachtree

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

Creating Purchase Orders

Creating Purchase Orders 1 Purchasing: Using CounterPoint Creating Purchase Orders Overview Purchase orders are entered as purchase requests. A purchase request becomes a purchase order when it is posted. Purchase requests can

More information

Unit4 PSA Suite Business Performance Edition

Unit4 PSA Suite Business Performance Edition for Microsoft Dynamics CRM Unit4 PSA Suite Business Performance Edition Release Notes Unit4 PSA Suite Business Performance Edition July 2017 v.31.07.2017 - MvB (C) Copyright 2017 Unit4 Table of Contents...

More information

User s Manual. esims Web. Synthes Information Management Suite.

User s Manual. esims Web. Synthes Information Management Suite. User s Manual esims Web. Synthes Information Management Suite. Table of Contents Navigation and Interface Structure of the User Interface 1 Getting Around 2 Search and Edit Search 3 Cycle Count Recording

More information

USER MANUAL. Inventory Manager TABLE OF CONTENTS. Version: 3.0. Compatibility:

USER MANUAL. Inventory Manager TABLE OF CONTENTS. Version: 3.0. Compatibility: USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Inventory Manager... 1 Prerequisites... 2 Installation & Configuration... 2 Installation Steps... 2 Configuration Steps... 5 Procedure... 10

More information

SVAP 2.0 Onboarding Workbook. Updated: February 2018

SVAP 2.0 Onboarding Workbook. Updated: February 2018 SVAP 2.0 Onboarding Workbook Updated: February 2018 Agreement Management Process Dealer Agreement Strategy Develop Plans Expiration Sell Agreements Invoicing Deliver Management Activation Gaining Access

More information

Lesson 5: Working with Foreign Currencies

Lesson 5: Working with Foreign Currencies QuickBooks Premier 2013 Level 2 Lesson 5: Working with Foreign Currencies Lesson Objectives In this lesson you will learn how to set up QuickBooks to work with a foreign currency and how to perform transactions

More information

Lesson 5: Working with Foreign Currencies

Lesson 5: Working with Foreign Currencies QuickBooks Premier 2013 Level 2 Lesson 5: Working with Foreign Currencies Lesson Objectives In this lesson you will learn how to set up QuickBooks to work with a foreign currency and how to perform transactions

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