Application Programming Interface (API) Guide

Size: px
Start display at page:

Download "Application Programming Interface (API) Guide"

Transcription

1 Application Programming Interface (API) Guide 1

2 Table of Contents Release Notes Introduction...9 Prerequisites,...9 Installation Instructions.. 9 API Support Policy Using the M.O.M. API. 13 API Functions Frequently Asked Questions..198 Appendix A (Sample Code)..199 Appendix B (Data Dictionary) Reference 337 2

3 Release Notes Version Date Notes /27/2012 Product Attribute related functions o Product_Attribute_Create() o Product_Attribute_Data_Get_XML() o Product_Attribute_Delete() o Product_Attribute_Info() o Product_Attribute_Mapping_Create() o Product_Attribute_Mapping_Data_Get_XML() o Product_Attribute_Mapping_Delete() o Product_Attribute_Mapping_Info() o Product_Attribute_Value_Create() o Product_Attribute_Value_Delete() o Product_Attribute_Value_Info() Miva related functions: o Product_Miva_SKU_Create() o Product_Miva_SKU_Info() o Product_Miva_SKU_Data_Get_XML() o Product_Miva_FeedMgr_Create() o Product_Miva_FeedMgr_Delete() o Product_Miva_FeedMgr_Info() o Product_Miva_FeedMgr_Get_XML() Purchase related functions: o Purchase_Receive_Product_All() o PurDetail_Receive_Product() o PurDetail_Deliverto() Inventory related functions: o Inventory_Process_Updates() Tax related functions: o Tax_SalesTaxRate_Avalara() /20/2012 Patch Release Fixed issue with DB_CONNECT_VFP() function. The build, version, and license properties were not being set after call to function. Product_Miva_SKU_Create(). Fixed issue with SKU parameter is being ignored when MIVA tables are created. It was following MOM s default behavior of using the 1 st 10 characters of the MOM stock Item Number. Also, fixed COM Exception when the system is using a VFP backend. Product_Miva_FeedMgr_Info(). COMException occurs when a stock item number already exists in FeedMgr table. 3

4 Product_Miva_FeedMgr_Get_XML(). Changed input parameter to be the MOM Stock Item Number instead of the MIVA Sku. Fix COMException with mom_api.momparams object. Miva related functions: Product_Miva_SKU_Create() Product_Miva_SKU_Info() Product_Miva_SKU_Data_Get_XML() Product_Miva_FeedMgr_Create() Product_Miva_FeedMgr_Delete() Product_Miva_FeedMgr_Info() Product_Miva_FeedMgr_Get_XML() 4

5 /02/2012 Patch Release Fix COM Exception was unhandled error: Creating an instance of the COM component with CLSID {97EDD E89- A344-3F344F00E93D} from the IClassFactory failed due to the following error: /21/2012 Shipping related functions: Get shipping method Shipping_Method_Get_XML() Shipping_Method_Set_Data_Pull() Shipping_Method_Get_Data_Pull() Accounting related functions: Get Credit Card Merchant Accounts Accounting_CCMerchantAccount_Get_XML Accounting_CCMerchantAccount _Set_Data_Pull () Accounting_CCMerchantAccount_Get_Data_Pul () Update sales tax rates Tax_National_SalesTaxRate() Tax_State_SalesTaxRate() Tax_County_SalesTaxRate() Tax_Zip_SalesTaxRate() Output sales tax rates Tax_National_SalesTaxRate_Get_XML() Tax_National_SalesTaxRate_Set_Data_Pul() Tax_National_SalesTaxRate_Get_Data_Pul () Tax_State_SalesTaxRate_Get_XML () Tax_State_SalesTaxRate_Set_Data_Pull() Tax_State_SalesTaxRate_Get_Data_Pul () Tax_County_SalesTaxRate_Get_XML () Tax_County_SalesTaxRate_Set_Data_Pull () Tax_County_SalesTaxRate_Get_Data_Pul () Tax_Zip_SalesTaxRate_Get_XML () Tax_Zip_SalesTaxRate_Set_Data_Pull () Tax_Zip_SalesTaxRate_Get_Data_Pul () Order related functions: Order_Payment_PP() Allow paypal orders. Order_Payment_CC_Ex() Allow Pre-paid Credit Cards Bug fixes Shipping is not updated using Order_Shipping() with llshipmodify parameter. Price is not updated when using OrdDetail_Create() with lluse_price parameter /20/2012 Order related functions: Update order fulfillment status 5

6 (Picked, Packed, marked as Shipped, Invoiced) Order_Process_Pick() Order_Process_Pack() Order_Process_Invoice() Order_Process_ForceShip() Cancel an order Order_Cancel() Update pick location of order line item OrdDetail_SetPickLocation() Box tracking information Order_Box_SetTracking() Output related functions: Get status and box information of order Order_Status_Get_XML() Order_Box_Get_XML() Order_BoxContent_Get_XML() Get full order information Order_Data_Get_XML() Get invoice information Invoice_Data_Get_XML () Get Stock Bin locations Stock_Bin_Get_XML() 6

7 /06/2012 Patch Release Customer_Create() corrected invalid return value of 1 Order_Get() revert changes to XML tag. Next release will have new Order_Get_XML() function with descriptive XML tag Customer_Get() revert changes to XML tag. Next release will have new Customer_Get_XML() function with descriptive XML tag /20/2011 Introduce order import like functions Set Order Hold Status Stop Order for Review Set Alternate IDs: Alternate Order ID Internet ID Modify Order Instructions/Notes Introduce customer written/phone contact functions Create Customer Contact Entry Delete Customer Contact Entry Update Customer Contact Entry Get Customer Contact Entries /14/ /15/ /07/ /21/ /17/2011 Patch Release: OrdDetail_Create()- Erroneous Error message: Quantity is a required parameter for the OrdDetail_Create function call. Order_Get() Parsing Error: Encrypted Credit Card XML parsing issue. Stock_Create() - Erroneous Error message: Stock number already exists.. New Purchase Order related functions. Additional Order related function Patch Release Stock_Get()- COM error Order_Address functions - COM errors Patch Release COM exception error Data pull functions: Customer Stock Orders Receive payment authorization Echeck Credit Card Update Order Addresses Update Order Line Item information /01/2011 Initial Release 7

8 Here s the new functionality: Product Related Functions Product_Attribute_Create() Product_Attribute_Data_Get_XML() Product_Attribute_Delete() Product_Attribute_Info() Product_Attribute_Mapping_Create() Product_Attribute_Mapping_Data_Get_XML() Product_Attribute_Mapping_Delete() Product_Attribute_Mapping_Info() Product_Attribute_Value_Create() Product_Attribute_Value_Delete() Product_Attribute_Value_Info() Miva Product Related Functions Product_Miva_SKU_Create() Product_Miva_SKU_Info() Product_Miva_SKU_Data_Get_XML() Product_Miva_FeedMgr_Create() Product_Miva_FeedMgr_Delete() Product_Miva_FeedMgr_Info() Product_Miva_FeedMgr_Get_XML() Purchase Related Functions Purchase_Receive_Product_All() PurDetail_Receive_Product() PurDetail_DeliverTo() Inventory Related Functions Inventory_Process_Updates() Tax Related Functions Tax_SalesTaxRate_Avalara() 8

9 Introduction The M.O.M. API is a programmable interface that provides access to your M.O.M. system information using simple, powerful and secure application programming interfaces. To use this document and the API, you must have software development, programming and M.O.M. usage experience. The API was developed to provide high-level business-based transaction functions to interface with major areas of M.O.M., including Order, Customer, Stock and Inventory. By using the API instead of going directly to the database, data and usage is validated by M.O.M. s business logic. Transaction and data integrity is preserved the same way as if the data was entered through the User Interface. Prerequisites The API is developed to support M.O.M. 8.x The API will run on Microsoft Windows XP, Windows Vista and Windows 7 32-bit/64-bit The API is a COM-based interface thus programs working with M.O.M 8 API must allow use of a COM-based interface M.O.M. Workstation 8 is installed..net Framework 4.0 Installation Instructions 1. Log into the PC where API will be installed using a valid Windows account with admin rights. 2. Log into the Dydacomp support site: 3. Under On-Line Technical Support and Downloads, select Misc. Utilities and MOM 8 then click Go. 4. Click the link for M.O.M. API Installer to begin the download and save the file (MOM_API.exe) to a folder on the PC and note the location. 5. Go to Control Panel to unininstall the existing M.O.M. API install. 6. Go to the Windows System folder to verify the following 4 files are not found. If found, delete them manually: 9

10 7. Launch the installer. 8. Follow the on-screen instructions to finish the install. 9. Make sure Install Samples is checked to save the sample documentation/code and MOM API User Guide to the specified location. 10. Verify the install, as well as the API version, by viewing the Windows Add/Remove Programs screen (Figure 1) or viewing the Windows system folder (Figure 2). Figure 1a Windows 7 Programs and Features screen 10

11 Figure 1b WindowsXP Add/Remove Programs screen Figure 2a Windows7 64-bit system folder shows the MOM API files 11

12 Figure 2b Windows XP system folder shows the MOM API files NOTE: All 3 mom_api.* files must have the same Modified date. If not, uninstall (remove) the MOM API, then delete all 3 mom_api.* files, then reinstall the MOM API. 12

13 API Support Policy The API is developed to work with M.O.M. version 8.x. All questions regarding the API should be directed to customer support. Dydacomp does not guarantee that an application written against one API version will work with future API versions. Our intent is to keep the API consistent from version to version and minimize changes required to port applications to newer API versions. The API version supported coincides with the support lifecycle of the product version. This means that as long as M.O.M. 8 is not end-of-life and is supported, the API will be supported. Dydacomp provides support for the M.O.M. API but not programming advice and resources to interface with the API. It is assumed that the programmer working with the API will have the technical expertise on the language they chose to interface with the API. In the How-To Sample Code section later in this guide, we provide sample codes for several different programming languages to illustrate using the API to complete common transactions. If you require professional services to support your API programming needs, please contact our customer support at (800) Using the M.O.M. API The M.O.M. API is a programmable interface that enables other programs to exchange data with the M.O.M. database. This is a COM based interface and an instance of the API must be created and used as a reference for all the functions supported by the API. There are specific functions in the API that must be called to establish the working environment. They need to be called in a set order before using the API to exchange data with the M.O.M. system. These functions are listed in the appendix. Also, the API offers specific functions to help make working with orders, stock items and customers more streamlined. Establish the working environment Before you can use the API, you need to create an instance of the API object based on its class definition, and store the reference to the object you create for all future calls. An instance of the API is created by using the CREATEOBJECT command in the programming language you are using to access the API. The class definition of the MOM API is mom_api.momfunctions. Example: ox = CreateObject( mom_api.momfunctions ) 13

14 ox now contains a reference to the M.O.M. API object and all of the API functions/properties are exposed to it. There are two additional function calls that MUST be made, in sequence, to complete the API to M.O.M. connection. These only need to be called once for each session. 1. Connect the API to a specific M.O.M. database. If using the SQL version of M.O.M., use the DB_Connect_SQL function. For the FoxPro version of M.O.M., use the DB_Connect_VFP function. 2. Log into the API with a valid M.O.M. user ID and password. It is highly recommended that you do not use a login ID that is active in M.O.M. during the time the API will be in use. API Functions System Related Functions The following functions allow you to connect and login to the API. The System Related Functions include: DB_Connect_SQL DB_Connect_VFP Log_In Add_Parameter Clear_Parameters Get_Parameter_Count Is_Parameter Is_ParameterList_ok 14

15 DB_Connect_SQL This function connects the API to a specified SQL M.O.M. database. Parameters: Name Description Required lcconnstr String value - connection information for the server and database the API will connect to Return Values: Return Value Description -1 Failure to connect to specified server/database Positive Value Success Output: None Examples: Visual FoxPro: Connecting using a trusted connection: nretval = ox.db_connect_sql( Driver=SQL Server;server=momserver;database=mailordermanager ) Connecting using a non trusted connection: nretval = ox.db_connect_sql( Driver=SQL Server;server=momserver;database=mailordermanager;uid=userid;pwd=password;trusted_connection =no ) 15

16 DB_Connect_VFP This function connects the API to a specified FoxPro M.O.M. database. Parameters: Name Description Required lcmaindir lcshareddir String value - full path to the folder where specific company M.O.M. database (momdata.dbc) resides String value - full path to the folder where shared M.O.M. database (momshare.dbc) resides Return Values: Return Value Description -1 Failure to connect to M.O.M. database Positive Value Success Output:.Error_Msg will contain reason for failed connection. Examples: Visual FoxPro: nretval = ox.db_connect_vfp( E:\MOMWIN\Company2, E:\MOMWIN ) 16

17 Log_In This function must be called after connecting to a VFP or SQL M.O.M. database. M.O.M. user login ID and password to use the API. You will need a valid Parameters: Name Description Required lcusercode lcuserpassword String value - valid three character M.O.M. Login ID String value - valid password for M.O.M. Login ID Return Values: Return Value Description -1 Failure to log in 1 Successfully logged in Output: ox.error_msg will contain reason for failed log in attempt. Examples: Visual FoxPro: nretval = ox.log_in( MOM, Password ) 17

18 Add_Parameter This function returns the number of parameters added using the ADD_PARAMETER() API function. Parameters: Name Description Required lcfieldname Field Name lcvalue String representation of field names data type. See Function s optional parameter table. No Return Values: Return Value Description -1 Failed to add parameter 1 Successfully added parameter Output: None Examples: Visual FoxPro: nretval = ox.add_parameter( NTAXR, ) 18

19 Clear_Parameters This function clears the parameters that were added using the ADD_PARAMETER() API function. Parameters: Name Description Required None Return Values: Return Value Description -1 Failed to clear the parameters added using the ADD_PARAMETER() 1 Successfully cleared the parameters added using the ADD_PARAMETER() Output: None Examples: Visual FoxPro: nretval = ox.clear_parameters() 19

20 Get_Parameter_Count This function returns the number of parameters added using the ADD_PARAMETER() API function. Parameters: Name Description Required None Return Values: Return Value Description -1 Failed to determine parameter count Zero value or positive value If successful, returns the number of parameters added using the ADD_PARAMETER() Output: None Examples: Visual FoxPro: nretval = ox.get_parameter_count() 20

21 Order Related Functions The following functions expose the ability to modify existing or new orders in the M.O.M. database. You can work on multiple orders at the same time using this API. By default, the API will not automatically save changes to the database for new orders created using the Order_Create function if the reference to the API object is released before explicitly calling the Order_Save function for each open order. To override this default behavior, set the Save_Partial_Orders property of the API object to True. This can be done as follows: ox.save_partial_orders =.t. Before working on an order, you either have to create a new order using the Order_Create function, or open an existing order using the Order_Modify function. You can create and edit as many orders as you want in a single session, as all the other order related functions accept the order number as a parameter. The data dictionary, located in the M.O.M. help file, provides definitions of every field of information stored in the CMS file. The Order Related Functions Include: Order_Create Order_Modify Order_Save Order_Payment_CC Order_Payment_CC_Auth Order_Payment_EC Order_Payment_EC_Auth Order_Payment_CK Order_Payment_IN Order_Payment_COD Order_Payment_PP Order_Sales_Info Order_Promotion Order_Shipping Order_Calculate_Totals Order_Address_ShippingType Order_Address_BillTo Order_Address_ShipTo Order_Address_SoldTo Order_Add_Item OrdDetail_Delete OrdDetail_Info OrdDetail_Address 21

22 OrdDetail_GiftMessage Order_Hold Order_StopReview Order_Notes Order_BoxLabel Order_Instructions Order_Memo_Default Order_Memo_Custom Order_Alternate_ID Order_Internet_ID Order_Create This function is used to create a new order in the M.O.M. database. You need to supply the M.O.M. customer number that will be the bill-to customer for the order. Optionally, you can also set the ship-to customer, sold-to customer and type of order. Parameters: Name Description Required lncustnum lnshipnum lnsoldnum lcshiptype Integer value M.O.M. customer number. This will be the bill-to customer for the order. Integer value M.O.M. customer number. This will be the ship-to customer for the order. Integer value M.O.M. customer number. This will be the sold-to customer for the order. String value - Order shipping type. If not blank, value must be one of the following: B, S, M, G No default 0 No default 0 No default B B = Billing Address is same as Shipping address 22

23 S = Separate Shipping Address for Entire Order M = Multiple Separate Shipping Address for each Line Item G = Gift Order One or More Recipients Return Values: Return Value Description -1 Failure to create new order Positive value New Order Number required for other order specific functions Output: ox.error_msg will contain reason why system could not create new order. Examples: Visual FoxPro: nretval = ox.order_create(1001,0,0, B ) 23

24 Order_Modify This function must be called once before modifying an existing order in the M.O.M. database. If the order is being accessed in the M.O.M. system, the API will not be able to modify it. If the API can grab the order, users in the M.O.M. system will not be able to access the order until the API releases it. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. Return Values: Return Value Description -1 Failure - could not modify order 1 Success Output: ox.error_msg will contain reason why system could not modify the order. Examples: Visual FoxPro: nretval = ox.order_modify(1001) 24

25 Order_Save This function will save any changes you have made to the order; release the hold on the order the API has, and makes the order available in the M.O.M. system. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_save(1001) 25

26 Order_Payment_CC This function will set the payment method for an order to credit card. Parameters: Name Description Required lnorderno lccardtype lccardnumber lcexp_date lccc_cvc Integer value M.O.M. order number to modify. String value two digit M.O.M. credit card type value String value credit card number ** String value credit card expiration date format MM/YY String value credit card CVC code No Return Values: Return Value Description -1 Failure 1 Success ** The credit card number can be passed in as plain text, or as an encrypted value as long as you set the Enc_Key and Enc_Type properties of the API. See the Reference section for supported encryption types. If lcreference and paid are set the order will be marked as pre-paid and ignore the pre-approval information. Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_payment_cc(1001, VI, ,01/13,1234 ) 26

27 Order_Payment_CC_Ex This function will set the payment method for an order to credit card. Similar to Order_Payment_CC(), but provides additional parameters. The card holder name, the pre-paid amount, and pre-paid reference information. Parameters: Name Description Required lnorderno lccardtype lccardnumber lcexp_date lccc_cvc Integer value M.O.M. order number to modify. String value two digit M.O.M. credit card type value String value credit card number ** String value credit card expiration date format MM/YY String value credit card CVC code No lccardholder Name on Credit Card No lcreference Reference for pre-paid amount No lnpaid Pre-Paid Amount. If not zero, the pre-approval information is ignored. No Return Values: Return Value Description -1 Failure 1 Success ** The credit card number can be passed in as plain text, or as an encrypted value as long as you set the Enc_Key and Enc_Type properties of the API. See the Reference section for supported encryption types. 27

28 If lcreference and paid are set the order will be marked as pre-paid and ignore the pre-approval information. Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_payment_cc_ex(1001, VI, ,01/13,1234, John Doe, ref123, 24.98) 28

29 Order_Payment_CC_Auth This function will set the payment method for an order to credit card with a payment authorization code. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lccardtype String value two digit M.O.M. credit card type value lccardnumber String value credit card number ** lcexp_date String value credit card expiration date format MM/YY lccc_cvc String value credit card CVC code No Default: Empty String lcrcode String value response code of the transaction lcapproval String value approval code of the transaction lcantrans_id String value transaction id for this authorization. lnauth_amt Number value dollar amount that has been authorized. lcauth_time String value datatime format YYYY-MM-DD lcavs String value -Address verification response No Default: Empty String lccardholder String value name as it appears on the credit card. No Default: Empty String 29

30 lcreference String value- Extra info regarding pre-payment amount No Default: Empty String lnpaid Number value- Pre-payment amount No Default: 0.00 Return Values: Return Value Description -1 Failure 1 Success ** If parameter is not required, you will still need to pass the default parameter value. ** The credit card number can be passed in as plain text, or as an encrypted value as long as you set the Enc_Key and Enc_Type properties of the API. See the Reference section for supported encryption types. If lcreference and paid are set the order will be marked as pre-paid and ignore the pre-approval information. Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_payment_cc_auth( 1001, VI, , 01/13,1234, 1, , 12345, 99.99, ,,,,0 ) 30

31 Order_Payment_EC This function will set the payment method for an order to echeck. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lcroutingnum String value ABA Routing No Default: empty string lcbankname String value Bank No Default: empty string lcaccountnum String value Account No Default: empty string lcaccttype2 String value P or B No Default: empty string lcaccttype String value Checking or Savings No Default: empty string lcchecknum String value Check No Default: empty string lccardholder String value Account Holder No Default: empty string lcbankstate String value Bank State No Default: empty string lcdrlicense String value Driver s License No Default: empty string lcdlstate String value License State No Default: empty string ** If parameter is not required, you will still need to pass the default parameter value. Return Values: Return Value Description -1 Failure 1 Success 31

32 ** The routing number and account number can be passed in as plain text, or as an encrypted value as long as you set the Enc_Key and Enc_Type properties of the API. See the Reference section for supported encryption types. Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_payment_ec( 10031, , XYZ Bank, , P, Checking, 0755, ,,, ) 32

33 Order_Payment_EC_Auth This function will set the payment method for an order to echeck with a payment authorization code. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lcroutingnum String value ABA Routing lcbankname String value Bank lcaccountnum String value Account lcaccttype2 String value P or B No Default: empty string lcaccttype String value Checking or Savings lcchecknum String value Check No Default: empty string lccardholder String value Account Holder No Default: empty string lcbankstate String value Bank State No Default: empty string lcdrlicense String value Driver s License No Default: empty string lcdlstate String value License State No Default: empty string lcrcode lcapproval String value- Response code of the transaction. For an authorize.net account this field should be 1= approved. 2 = declined. This should always be a 1 because you should not allow an order to go through on the web if the echeck is declined. String value-approval code of the transaction provided by authorize.net lcantrans_id String value the authorize.net 33

34 lnauth_amt transaction ID for this authorization. This must be filled in otherwise the system will not be able to locate the authorization on authorize.net to capture the funds. The Authorize.net transaction ID is 9 digits long. Number value dollar amount that has been authorized. lcauth_time String value datatime format : YYYY-MM-DD Note: If not passing in parameter value, use empty string for string parameters and zero for numeric parameters. Return Values: Return Value Description -1 Failure 1 Success ** The routing number and account number can be passed in as plain text, or as an encrypted value as long as you set the Enc_Key and Enc_Type properties of the API. See the Reference section for supported encryption types. If lcreference and paid are set the order will be marked as pre-paid and ignore the pre-approval information. Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_payment_ec_auth( 34

35 10031, , XYZ Bank, , P, Checking, 0755, ,,,,, 1, , ,99.99, ) Order_Payment_CK This function will set the payment method for an order to check. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lcchecknum String value Check number lncheckamount Numeric value Check amount Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_payment_ck(1001, 12345,10.95) Order_Payment_IN This function will set the payment method for an order to invoice. Parameters: Name Description Required 35

36 lnorderno lndiscountpercent lndiscountdays lnduedays lcponumber Integer value M.O.M. order number to modify. Numeric value discount percentage if offering terms Numeric value discount days if offering terms Numeric value due days if offering terms String value purchase order number No No No No Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_payment_in(1001,5,10,30, PO12345 ) 36

37 Order_Payment_COD This function will set the payment method for an order to COD. Parameters: Name Description Required lnorderno llcashonly llfedexanypayment llfedexguaranteedfunds llfedexcurrency Integer value M.O.M. order number to modify. No No No No Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_payment_cod(1001) 37

38 Order_Payment_PP This function will set the payment method for an order to PayPal. Parameters: Name Description Required lnorderno lcpaypalid lcantrans_id lnauth_amt lcauth_time Integer value M.O.M. order number to modify. String value The PayPal ID (Typically Address) of the Buyer. String value 17 Digit Code that comes back from PayPal called the txn_id value. Number value dollar amount of the PayPal Transaction String value datatime format YYYY-MM-DD The date and time in which the PayPal Transaction was completed. Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: 38

39 Visual FoxPro: nretval = ox.order_payment_pp(1001) 39

40 Order_Sales_Info This function allows you to set specific data elements related to sales information on the order. Parameters: Name Description Required lnorderno lcsourcekey lccatalog_code lcsales_id lcorder_type lcorder_priority Integer value M.O.M. order number to modify. String value source key for order. String value catalog code for order String value M.O.M. sales ID for order. String value M.O.M. order type. String value M.O.M. order priority. Either blank or H for high priority. No No No No No Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_sales_info(1001, SOURCE11, CAT11, MOM, WEB, H ) 40

41 Order_Promotion This function allows you to set or remove an order promotion code on the order. Parameters: Name Description Required lnorderno lcordpromo llremove Integer value M.O.M. order number to modify. String value M.O.M. order promotion code. Boolean value will remove any existing order promotion from the order if True. No No Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_promotion(1001, PROMO11 ) 41

42 Order_Shipping This function allows you to set specific the shipping method, charges and ship ahead flag on the order. Parameters: Name Description Required lnorderno lcshippingmethod llshipahead lnshippingamount llshipmodify Integer value M.O.M. order number to modify. String value M.O.M. shipping method code. Boolean value True to ship available items now, False to wait for all items to be filled before shipping. Numeric value fixed shipping amount to be used for the order. Boolean value setting to True will lock shipping charge at it s current value. No No No Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_shipping(1001, UPS,.F.,10.95,.T.) 42

43 Order_Calculate_Totals This function will calculate the order total by running the same business logic used in M.O.M. Order promotions, shipping calculations and tax calculations are all performed in this step. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_calculate_totals(1001) 43

44 Order_Address_ShippingType This function is used to update the shipping type of an order in the M.O.M. database. Parameters: Name Description Required lnorderno lnbillnum lnshipnum lnsoldnum lcshiptype Integer value M.O.M. order number the item belongs to. Integer value M.O.M. Bill-to customer number to modify. Integer value M.O.M. Ship-to customer number to modify. Integer value M.O.M. Sold-to customer number to modify. String value - Order shipping type. If not blank, value must be one of the following: B, S, M, G B = Billing Address is same as Shipping address S = Separate Shipping Address for Entire Order M = Multiple Separate Shipping Address for each Line Item No Default: 0 No Notes: Default: Empty String When lcshiptype= B, lnshipnum must be zero When lcshiptype= S, lnshipnum must be greater than zero When lcshiptype= G, lnshipnum must be zero When lcshiptype= M, lnshipnum must be zero G = Gift Order One or More Recipients Return Values: 44

45 Return Value Description -1 Failure to add line item 1 Success ** If parameter is not required, you will still need to pass the default parameter value. Output: ox.error_msg will contain reason why system could not update order. Examples: Visual FoxPro: nretval = ox.order_address_shippingtype( , 1234, 2468, 3691, S ) 45

46 Order_Address_BillTo This function is used to update the bill-to address of an order in the M.O.M. database. Parameters: Name Description Required lnorderno lnbillnum Integer value M.O.M. order number the item belongs to. Integer value M.O.M. Bill-to customer number to modify. Return Values: Return Value Description -1 Failure to add line item 1 Success Output: ox.error_msg will contain reason why system could not update order. Examples: Visual FoxPro: nretval = ox.order_address_billto( , 1234) 46

47 Order_Address_ShipTo This function is used to update the ship-to address of an order in the M.O.M. database. Parameters: Name Description Required lnorderno lnshipnum Integer value M.O.M. order number the item belongs to. Integer value M.O.M. Ship-to customer number to modify. Return Values: Return Value Description -1 Failure to add line item 1 Success Output: ox.error_msg will contain reason why system could not update order. Examples: Visual FoxPro: nretval = ox.order_address_shipto( , 1234) 47

48 Order_Address_SoldTo This function is used to update the sold-to address of an order in the M.O.M. database. Parameters: Name Description Required lnorderno lnsoldnum Integer value M.O.M. order number the item belongs to. Integer value M.O.M. Sold-to customer number to modify. Return Values: Return Value Description -1 Failure to add line item 1 Success Output: ox.error_msg will contain reason why system could not update order. Examples: Visual FoxPro: nretval = ox.order_address_soldto( , 1234) 48

49 Order_Add_Item This function is used to add a new line item to an order in the M.O.M. database. Parameters: Name Description Required lnorderno lcitem lnquantity lluse_price lnprice Integer value M.O.M. order number the item belongs to. String value - full M.O.M. stock number of item to be added. Numeric value quantity of item to add to the order. Boolean value - If True, you must also pass the lnprice and lndiscount parameters. Numeric value selling price of item. No default False No lndiscount Integer value discount on item. No lnship_to lcship_via Integer value ship-to customer number for item. (Used for Multiple ship-to and Gift-to orders) String value Valid three character M.O.M. shipping code. Shipping method for this item. No No lcgiftmsg1 String value gift message line 1 No lcgiftmsg2 String value gift message line 2 No lcgiftmsg3 String value gift message line 3 No lcgiftmsg4 String value gift message line 4 No lcgiftmsg5 String value gift message line 5 No lcgiftmsg6 String value gift message line6 No 49

50 Return Values: Return Value Description -1 Failure to add line item 1 Success Output: ox.error_msg will contain reason why system could not add line item. Examples: Visual FoxPro: nretval = ox.order_add_item(1001, A-OTHER,1,.T.,100,10) 50

51 OrdDetail_Create This function is used to add a new line item to an order in the M.O.M. database. Parameters: Name Description Required lnorderno lcnumber lnqty lluse_price lnprice Integer value M.O.M. order number the item belongs to. String value - full M.O.M. stock number of item to be added. Numeric value quantity of item to add to the order. Boolean value - If True, you must also pass the lnprice and lndiscount parameters. If FALSE, MOM will set default price and discount. Numeric value selling price of item. No default False No lndiscount Integer value discount on item. No Return Values: Return Value Description -1 Failure to add line item Positive value Success Output: ox.error_msg will contain reason why system could not create line item. Examples: Visual FoxPro: nretval = ox.orddetail(1001, A-OTHER,1,.T.,100,10) 51

52 OrdDetail_Delete This function is used to update the Order Line Item general info in the M.O.M. database. Parameters: Name Description Required lnorderno lnitem_id lcreasoncode Integer value M.O.M. order number the item belongs to. Integer value Order Line Item ID String value M.O.M. Reason Code Return Values: Return Value Description -1 Failed to update 1 Success Output: ox.error_msg will contain reason why system could not delete line item. Examples: Visual FoxPro: nretval = ox.orddetail_delete( , 8888, Z ) 52

53 OrdDetail_Info This function is used to update the Order Line Item general info in the M.O.M. database. Parameters: Name Description Required lnorderno lnitem_id lnorderqty Integer value M.O.M. order number the item belongs to. Integer value Order Line Item ID Integer value Order Qty of line item No Default: 0 lndisc Integer value - Discount % off No Default: 0 lccustinfo String value Line Item Custom Info No Default: Empty String lcship_when String value Order Line Item Schedule Shipment Date No Default: Empty String lcshipvia String value Order Line Item Special Shipping Via (Optional) No Default: Empty String Return Values: Return Value Description -1 Failed to update 1 Success ** If parameter is not required, you will still need to pass the default parameter value. Output: ox.error_msg will contain reason why system could not add line item. Examples: Visual FoxPro: nretval = ox.orddetail_info(1534, 2021, 2, 0, ****,, UPN ) 53

54 OrdDetail_Address This function is used to update the order line item address in the M.O.M. database. Parameters: Name Description Required lnorderno lnitem_id lncustnum Integer value M.O.M. order number the item belongs to. Integer value Order Line Item ID Integer value M.O.M. customer number. This will be the Ship-to or Gift-to customer number for the order. Return Values: Return Value Description -1 Failed to update 1 Success Output: ox.error_msg will contain reason why system could not update line item. Examples: Visual FoxPro: nretval = ox.orddetail_address( , 8888, 1234) 54

55 OrdDetail_GiftMessage This function is used to update the order line item gift message in the M.O.M. database. Parameters: Name Description Required lnorderno lnitem_id Integer value M.O.M. order number the item belongs to. Integer value Order Line Item ID lcgiftmsg1 String value gift message line 1 No Default: Empty String lcgiftmsg2 String value gift message line 2 No Default: Empty String lcgiftmsg3 String value gift message line 3 No Default: Empty String lcgiftmsg4 String value gift message line 4 No Default: Empty String lcgiftmsg5 String value gift message line 5 No Default: Empty String lcgiftmsg6 String value gift message line 6 No Default: Empty String Return Values: Return Value Description -1 Failed to update 1 Success ** If parameter is not required, you will still need to pass the default parameter value. Output: ox.error_msg will contain reason why system could not update line item. Examples: Visual FoxPro: nretval = ox.orddetail_giftmessage( , 8888, you, say, goodbye, I, say, hello ) 55

56 Order_Hold This function is used to put an order on Hold in the M.O.M. database. Parameters: Name Description Required lnorderno lnholdtype lcholdreason Integer value M.O.M. order number. Integer value Hold Type. 0 = Remove from Hold 1 = Do Not Ship/Manifest Until 2= Do Not Process Order Until 3= On Permanent Hold String value Valid M.O.M. Order Hold Reason Code. No default 0 No default: Empty String lchold_until String value Date YYYY-MM-DD when lnholdtype = 1 or 2 Return Values: Return Value Description -1 Failure to create new order 1 Success Output: ox.error_msg will contain reason why system could not put order on hold. Examples: Visual FoxPro: nretval = ox.order_hold(1001,1, H1, ) 56

57 Order_StopReview This function stops an order for review and prevents further processing of order. Once order is marked, it requires a manager s Authorization to release the order for processing. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lccomment Stop Review Comment No llrelease Release from Order Review. User must be a manager to release order for processing. No Default: false 57

58 Return Values: Return Value Description -1 Failure - could not modify order 1 Success Output: ox.error_msg will contain reason why system could not stop order for review. Examples: Visual FoxPro: nretval = ox.order_stopreview(1001, API,.F.) 58

59 Order_Notes This function will update the Order Notes of a specified Order Number. Left pane of Instructions/Notes tab on order entry screen. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lcnote String value Order Notes No Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_notes(1001, Order Notes ) 59

60 Order_BoxLabel This function will set the Instructions to Appear on All Box Labels of a specified Order Number. Center pane of Instructions/Notes tab on order entry screen. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lcinstruct1 String value Instructions to Appear on All Box Label Line 1. No Default: Empty String lcinstruct2 String value Instructions to Appear on All Box Label Line 2. No Default: Empty String lcinstruct3 String value Instructions to Appear on All Box Label Line 3. No Default: Empty String lcinstruct4 String value Instructions to Appear on All Box Label Line 4. No Default: Empty String lcinstruct5 String value Instructions to Appear on All Box Label Line 5. No Default: Empty String lcinstruct6 String value Instructions to Appear on All Box Label Line 6. No Default: Empty String Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_boxlabel(1001, line1, line2, line3, line4, line5, line6 ) 60

61 Order_Instructions This function will update the Order Instructions of a specified Order Number. Right pane of Instructions/Notes tab on order entry screen. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lcinstruct String value Order Instructions No Default: Empty String Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_instructions(1001, Order Instructions ) 61

62 Order_Memo_Default This function will update the Order Memo of a specified Order Number based on the source key parameter. Sales Information tab of order entry screen. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lcsourcekey String value Valid Source Key No Default: empty string ** If parameter is not required, you will still need to pass the default parameter value. Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_memo_default(1001, Source Key ) 62

63 Order_Memo_Custom This function will update the Order Memo of a specified Order Number. Sales Information tab of order entry screen. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lcline1 String value Order Memo Line 1 No Default: empty string lcline2 String value Order Memo Line 2 No Default: empty string lcline3 String value Order Memo Line 3 No Default: empty string ** If parameter is not required, you will still need to pass the default parameter value. Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_memo_custom(1001, Line1, Line2, Line3 ) 63

64 Order_Alternate_ID This function will update the Alternate Order ID of a specified Order Number Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lcalt_order String value Alternate Order ID No Default: empty string ** If parameter is not required, you will still need to pass the default parameter value. Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_alternate_id(1001, ORD12345 ) 64

65 Order_Internet_ID This function will update the Internet ID of a specified Order Number Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lcinternetid String value Internet ID No Default: empty string ** If parameter is not required, you will still need to pass the default parameter value. Return Values: Return Value Description -1 Failure 1 Success Output: ox.error_msg will contain reason for failure. Examples: Visual FoxPro: nretval = ox.order_internet_id(1001, INET12345 ) 65

66 Order_Process_Pick This function performs the stage 1 order processing in MOM, if possible. Because this stage is the first stage, it is not latched to any other stage. However, depending on whether you require an order to be picked before or after the credit card is charged, this stage may be dependent on the completion of credit card approval before processing. Currently, MOM orders having Fedex shipping methods will not generate the tracking number. However, if the Fedex tracking number is generated externally, the tracking number can be updated using the ORDER_BOX_SETTRACKING() API function. Notes: Check status of order after running this function to determine if succesfull. Pick List/Tickets can be completely eliminated from order processing. Some retail mail order companies prefer to pick from the packing slip instead. See Maintain Global Parameters - Forms. Parameters: Name Description Required lnorderno Integer value M.O.M. order number. Return Values: Return Value Description -1 Failure to process order 1 Success Output: ox.error_msg will contain reason why system could not perform action. Examples: Visual FoxPro: nretval = ox.order_modify(268380) nretval = ox.order_process_pick(268380) 66

67 Order_Process_Pack This function performs stage 2 order processing in MOM, if possible. This stage is dependent on completion of Stage 1 unless that stage is not included in order processing, and then the stage is dependent on Credit Card Processing. Currently, MOM orders having Fedex shipping methods will not generate the tracking number. However, if the Fedex tracking number is generated externally, the tracking number can be updated using the ORDER_BOX_SETTRACKING() API function. Note: Check status of order after running this function to determine if succesfull. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. Return Values: Return Value Description -1 Failure - could not process order 1 Success Output: ox.error_msg will contain reason why system could not perform action. Examples: Visual FoxPro: nretval = ox.order_modify(268380) nretval = ox.order_process_pack(268380) 67

68 Order_Process_Invoice This function performs stage 11 order processing in MOM, if possible. For orders that must be shipped, this stage is dependent on the completion of Stage 10. For drop shipped orders, this stage is dependent on the completion of Stage 8-9. For service item orders that are not shipped or drop shipped, this stage is dependent only on the completion of Credit Card Processing. Notes: Check status of order after running this function to determine if succesfull. Some companies prefer to combine invoices with packing slips and pack the invoice right in the customer's box. M.O.M. provides several options for this. See Maintain Global Parameters - Forms for more information. Parameters: Name Description Required lnorderno llinvoicecopy Integer value M.O.M. order number to modify. Boolean value Output Invoice Copy. Default=false lcinvoicepart String value invoice part if llinvoicecopy is false, Default to empty string. if llinvoicecopy is true, set to empty for all invoices Statement of the order. Set to specified inpart letter. Return Values: Return Value Description -1 Failure - could not process order 1 Success Output: ox.error_msg will contain reason why system could not perform action. Examples: 68

69 Visual FoxPro: nretval = ox.order_modify(268380) nretval = ox.order_process_pack(268380) 69

70 Order_Process_ForceShip This function forces the status of the order to shipped, if possible. Note: Check status of order after running this function to determine if succesfull. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. Return Values: Return Value Description -1 Failure - could not process order 1 Success Output: ox.error_msg will contain reason why system could not perform action. Examples: Visual FoxPro: nretval = ox.order_modify(268380) nretval = ox.order_process_forceship(268380) 70

71 Order_Box_SetTracking This function updates the tracking number for a specified box of an order in MOM. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lnbox_id Integer value M.O.M. box id lctrackingno String value tracking # lcship_date String Value YYYY-MM-DD. A valid date string or empty string for blank date. Return Values: Return Value Description -1 Failure - could not process order 1 Success Output: ox.error_msg will contain reason why system could not perform action. Examples: Visual FoxPro: nretval = ox.order_modify(268380) nretval = ox.order_box_settracking(268380, 2345, 1Z , ) 71

72 Order_Cancel This function cancels an order in MOM. Parameters: Name Description Required lnorderno Integer value M.O.M. order number to modify. lclostcode String value M.O.M. lost code lcreturncode lcnotation String value M.O.M. return code String value Notation for cancellation No. Return Values: Return Value Description -1 Failure - unable to perform action on order 1 Success Output: ox.error_msg will contain reason why system could not perform action. Examples: Visual FoxPro: nretval = ox.order_modify(268380) nretval = ox.order_cancel(268380, Z, L, not needed ) 72

AutomationDirect.com Order Import Feature

AutomationDirect.com Order Import Feature AutomationDirect.com Order Import Feature This document describes the requirements to upload a CSV or XML format order file from your system into our AutomationDirect.com E-commerce system to create an

More information

Vantiv ecommerce for Magento 2

Vantiv ecommerce for Magento 2 Vantiv ecommerce for Magento 2 User Guide Version 1.0.0 June 2017 Table of Content 1. Onboarding...3 2. Installation...3 3. Configuration...5 4. Nuances for each MOP...22 5. Checkout...23 6. Stored Payment

More information

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7

Vantiv ecommerce for Magento 1 User Guide. Version 1.0.7 Vantiv ecommerce for Magento 1 User Guide Version 1.0.7 Vantiv ecommerce for Magento 1... 1 User Guide... 1 1. Project... 3 2. Onboarding... 3 3. Installation... 3 4. Configuration... 5 5. Nuances for

More information

TECSYS Streamline Enterprise System Page 1 of 7

TECSYS Streamline Enterprise System Page 1 of 7 TECSYS Streamline Enterprise System Page 1 of 7 Section 1: Module: A/P Accounts Payable 1. 10.3.1 Enhancement to Interface to Scan and Store A/P Invoice Images Module: A/R Accounts Payable > A/P Invoicing..

More information

Gift Card Instructions Daxko Spectrum

Gift Card Instructions Daxko Spectrum Gift Cards Gift card are good to use for a variety of reason: 1. You can track the declining balance on them. 2. You can recharge them; treat it as a cash card. The cards can be attached to a recipient.

More information

Vendio Merchant s Guide. Sold Items. Vendio Services, Inc Campus Drive San Mateo, CA

Vendio Merchant s Guide. Sold Items. Vendio Services, Inc Campus Drive San Mateo, CA Vendio Merchant s Guide Sold Items Vendio Services, Inc. 2800 Campus Drive San Mateo, CA 94403 www.vendio.com Contents Sold Items... 3 Customize... 3 View Options... 3 Filters... 5 Search... 6 Sold Items...

More information

Rakuten.com Merchant Manual

Rakuten.com Merchant Manual Rakuten.com Merchant Manual 1 Table of Contents Signing into your Account..3-4 Manage Shipping Settings 5 Adding Header & Footer.6-9 List/Create a Product..10-17 o Create listing.11 o Create New Product...12

More information

Magento Enterprise Edition. User Guide. Part IV: Customers Sales & Orders Payments Shipping Taxes. Version

Magento Enterprise Edition. User Guide. Part IV: Customers Sales & Orders Payments Shipping Taxes. Version Magento Enterprise Edition User Guide Part IV: Customers Sales & Orders Payments Shipping Taxes Version 1.14.2 Contents Customers 1 Chapter 1: Customer Accounts 3 Customer Account Configuration 4 Customer

More information

MD Helicopters, Inc. On-line Publications Ordering Applications Guide

MD Helicopters, Inc. On-line Publications Ordering Applications Guide MD Helicopters, Inc. On-line Publications Ordering Applications Guide Welcome. This guide is provided to assist you in placing orders for Technical Publications using the new On-line Publications Order

More information

2. QuickBooks Desktop Integration User Guides

2. QuickBooks Desktop Integration User Guides 2. QuickBooks Desktop Integration User Guides Thank you for purchasing my extension. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact

More information

ShelbyNext Financials Portal

ShelbyNext Financials Portal How To Use ShelbyNext Financials Portal Updated: 6/21/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

Pinnacle Cart User Manual v3.6.3

Pinnacle Cart User Manual v3.6.3 Pinnacle Cart User Manual v3.6.3 2 Pinnacle Cart User Manual v3.6.3 Table of Contents Foreword 0 Part I Getting Started Overview 7 Part II Categories & Products 11 1 Manage... Categories Overview 11 Add

More information

Users Manual. Payment Registration Software v User Manual. Revision Date: 5/20/2014 1

Users Manual. Payment Registration Software v User Manual. Revision Date: 5/20/2014 1 Payment Registration Software v. 5.00 User Manual Revision Date: 5/20/2014 1 Table of Contents I. Introduction... 4 II. Smith Payment Registration Pro Module... 4 III. Prerequisites... 4 IV. Installing

More information

V2 Premiums and Fulfillment

V2 Premiums and Fulfillment V2 Premiums and Fulfillment Table of Contents Table of Contents... 2 Create Catalog Items... 3 Create Packages... 8 Create Shippers... 11 Create Inventory Purchases... 11 Create Ask Ladders... 15 Attach

More information

Ordering Tool. The Cisco. Ordering Tool. User Guide

Ordering Tool. The Cisco. Ordering Tool. User Guide Ordering Tool The Cisco Ordering Tool User Guide Table of Contents Ordering Tool User Guide TABLE OF CONTENTS...2 ABOUT THIS GUIDE...6 BENEFITS OF USING THE ORDERING TOOL...6 USING THE ORDERING TOOL...6

More information

Furniture Wizard Security Introduction

Furniture Wizard Security Introduction Furniture Wizard Security Introduction In this section, we will introduce you to the new security features of Furniture Wizard. Furniture Wizard s security will allow you to set permissions for different

More information

USER MANUAL. Fooman Connect: Xero - Magento 2. Quick Links. Leave a Review Reviews help to build a trusted Magento community.

USER MANUAL. Fooman Connect: Xero - Magento 2. Quick Links. Leave a Review Reviews help to build a trusted Magento community. USER MANUAL Fooman Connect: Xero - Magento 2 Quick Links This document is structured in the following sections: 1. 2. 3. 4. Installation Set up in Xero and Magento Using Fooman Connect Troubleshooting

More information

User s. Guide. Integrated Library System. Acquisitions

User s. Guide. Integrated Library System. Acquisitions User s Guide Integrated Library System Acquisitions VIRTUA ILS INTEGRATED LIBRARY SYSTEM Acquisitions User s Guide Version 43.1 January 2004 Copyright 1999-2004 VTLS Inc. All Rights Reserved. Virtua and

More information

VEDATRAK CRM 3.0. User Guide

VEDATRAK CRM 3.0. User Guide VEDATRAK CRM 3.0 User Guide 2 (C) 2006-2012 SUI SOLUTIONS Ltd. All rights reserved. 3 Contents Overview...9 System Requirements...12 Installation Notes...13 Vedatrak Basics...14 User Roles...14 System

More information

ShopRedHeart.com. Home page: Ordering yarn. The Home page is where you find: - New Free Patterns or featured new items.

ShopRedHeart.com. Home page: Ordering yarn. The Home page is where you find: - New Free Patterns or featured new items. ShopRedHeart.com Categories: Yarn (all of our available yarn can be located under this category) Crochet (All of our available Crochet Threads can be found under this category) Needles & Hooks (All Crochet

More information

Your Cart User Manual v3.6

Your Cart User Manual v3.6 Your Cart User Manual v3.6 2 Your Cart User Manual v3.6 Table of Contents Foreword 0 7 Part I Getting Started Overview 11 Part II Categories & Products 1 Manage Categories... Overview 11 Add a New... Category

More information

What's New on Release 26.1

What's New on Release 26.1 What's New on Release 26.1 Welcome to Eagle Release 26.1 (server Level 38). This document summarizes the new features and enhancements. Use the red links below to take you to a particular section of this

More information

FedEx Billing Online User Guide

FedEx Billing Online User Guide FedEx Billing Online User Guide Introduction FedEx Billing Online allows you to efficiently manage and pay your FedEx invoices online. It s free, easy and secure. FedEx Billing Online helps you streamline

More information

Auto Replenishment Module Setup Guide

Auto Replenishment Module Setup Guide Auto Replenishment Module Setup Guide A CustomerLink Exchange document The AcuSport Retail Technology Group (RTG) recommends completing the procedures in this guide to set up the Auto Replenishment (AR)

More information

To login to the Virtual Terminal, click on the link in your Welcome to PPI , enter your user ID and password and click OK.

To login to the Virtual Terminal, click on the link in your Welcome to PPI  , enter your user ID and password and click OK. Welcome to the PPI PayMover Virtual Terminal Training. The Virtual Terminal allows you to process real-time credit card transactions without a standalone hardware terminal. You are able to process credit

More information

Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E:

Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E: Authorize.net CIM - Magento 2 USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Authorize.net CIM extension by using the Magento setup, you are now required

More information

Purchase Order Processor

Purchase Order Processor Purchase Order Processor Last Update: 6/26/13 Digital Gateway, Inc. All rights reserved ii Table of Contents PO PROCESSOR... 1 SETUP... 5 CONNECTION SETTINGS... 5 Overview... 5 PO Processor Settings Manager...

More information

B2B Portal User Guide

B2B Portal User Guide B2B Portal User Guide Table of Contents Introduction..3 Logging In.4 Changing your original password......6 Ordering Product....7 Product Waiting Lists......8 Payment Options.. 14 Finalizing your Order...

More information

Returning Dealer Log In: Password Retrieval: Sign up for existing dealer without web access:

Returning Dealer Log In: Password Retrieval: Sign up for existing dealer without web access: Returning Dealer Log In: 1) For returning dealer, select the first option: I m ready to log in. 2) Enter Dealer ID (customer #), email address & password. 3) Choose sign in Password Retrieval: 1) If you

More information

CyberSource Global Payment Management

CyberSource Global Payment Management CyberSource Global Payment Management Magento 2.x Implementation Guide Version 1.1.0 August 2017 Extract Use this guide to install and configure the CyberSource extension for Magento 2.x. Contents Recent

More information

User Documentation. t-commerce User s Guide

User Documentation. t-commerce User s Guide User Documentation t-commerce User s Guide TRIBUTE INC. USER DOCUMENTATION t-commerce User s Guide Copyright Notice and Trademarks 2000-2007 Tribute, Inc. All rights reserved t-commerce is a registered

More information

PowerStore 2: Customizing the WA_Globals.php file

PowerStore 2: Customizing the WA_Globals.php file PowerStore 2: Customizing the WA_Globals.php file This document covers all the settings included in the WA_Globals.php file for PowerStore 2. Refer to this document for information regarding each of the

More information

Guide PHPro Stock Monitor Module

Guide PHPro Stock Monitor Module Guide PHPro Stock Monitor Module www.phpro.be more info: pieter.caluwaerts@phpro.be Date document: 12/05/2013 Version: 2.2 Owner: PHPro Business Park King Square Veldkant 33A B- 2550 Kontich Author: Pieter

More information

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.7 USER GUID E 2015 SmartOSC and X-POS for ios

uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam POS ios V1.7 USER GUID E 2015 SmartOSC and X-POS for ios uite 401, CFM building, 23 Lang Ha, Hanoi, Vietnam - 84.4 3514 9883 - info@smartosc.com -POS ios V1.7 USER GUID E 2015 SmartOSC and X-POS for ios Table of Contents About X-POS for ios... 5 Main features...

More information

You can use these quick links, and the links on the left sidebar to navigate quickly around this User Manual.

You can use these quick links, and the links on the left sidebar to navigate quickly around this User Manual. USER MANUAL Fooman Connect: Xero (Magento 1) Quick Links This document is structured in the following sections: 1. 2. 3. Installation Set up in Xero and Magento Troubleshooting You can use these quick

More information

CheckNet Users Manual

CheckNet Users Manual CheckNet Users Manual Table of Contents Chapter 1: Logging In Logging In... 3 Forgot Password... 4 Remembering Password Using Hint... 4 Forgot Password Using E-Mail... 4 Initial Log In - Updating User

More information

Contacts & Orders Workflow A detailed guide on how to follow orders, manage contacts & more!

Contacts & Orders Workflow A detailed guide on how to follow orders, manage contacts & more! Contacts & Orders Workflow A detailed guide on how to follow orders, manage contacts & more! Please Note: Storefronts are compatible with all browsers, however, for optimal use of the Admin Interface we

More information

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings...

Table of Contents. Introduction Technical Support Getting Started Data Synchronization General Website Settings... E-Commerce Table of Contents Introduction... 1 Technical Support... 1 Introduction... 1 Getting Started... 2 Data Synchronization... 2 General Website Settings... 3 Customer Groups Settings... 4 New Accounts

More information

The Open Source Enterprise Billing System. User Guide. jbilling User Guide

The Open Source Enterprise Billing System. User Guide. jbilling User Guide www.jbilling.com The Open Source Enterprise Billing System User Guide Page 1 Copyright This document is Copyright 2004-2010 Enterprise jbilling Software Ltd. All Rights Reserved. No part of this document

More information

First Data Global Gateway SM Virtual Terminal User Manual

First Data Global Gateway SM Virtual Terminal User Manual First Data Global Gateway SM Virtual Terminal User Manual Version 1.0 2015 First Data Corporation. All Rights Reserved. All trademarks, service marks, and trade names referenced in this material are the

More information

Important Notice. Important Notice

Important Notice. Important Notice Important Notice Varien reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or service

More information

You can use these quick links, and the links on the left sidebar to navigate quickly around this User Manual.

You can use these quick links, and the links on the left sidebar to navigate quickly around this User Manual. USER MANUAL Fooman Connect: Xero - Magento 2 Quick Links This document is structured in the following sections: 1. 2. 3. Set up in Xero and Magento Using Fooman Connect: Xero Troubleshooting You can use

More information

Splitit USA Inc. User Guide for Merchants

Splitit USA Inc. User Guide for Merchants Splitit USA Inc. User Guide for Merchants Page 1 www.splitit.com COPYRIGHT 2015 Splitit USA Inc. ALL RIGHTS RESERVED RELEASE October 2015 Disclaimer: SPLITIT USA INC. OR ITS SUPPLIERS MAY DISCONTINUE OR

More information

SAMS Club Web Sites Online Store

SAMS Club Web Sites Online Store SAMS Club Web Sites Online Store Last Updated: November 14, 2007 Copyright 2007 Innuity, Inc. All Rights Reserved No part of this document may be reproduced or distributed in any form or by any means,

More information

AXIS 2.10 Release Notes

AXIS 2.10 Release Notes AXIS 2.10 Release Notes May 2017 2016 AcuSport Corporation Notices AXIS 2.10 Release Notes Publication Date: May 2017 Copyright 2017 AcuSport Corporation. 940 Industrial Drive, Suite 107 Sauk Rapids, MN

More information

Welcome to the Goddess Purchasing Portal!

Welcome to the Goddess Purchasing Portal! Goddess Purchasing Portal Quick Reference Guide Welcome to the Goddess Purchasing Portal! URL http://www.goddessproductsinc.com/arkansas.html Login Password Your State of Arkansas Email Address Welcome1

More information

9. CREATING PURCHASE ORDERS ONLINE

9. CREATING PURCHASE ORDERS ONLINE 9. CREATING PURCHASE ORDERS ONLINE Overview: This document will demonstrate how to create purchase orders online in PeopleSoft 8.9. A PO consists of four basic components: header, line(s), schedule(s),

More information

Welcome to Cart32, Sincerely, Cart32 Support Team

Welcome to Cart32, Sincerely, Cart32 Support Team Welcome to Cart32, The purpose of the Getting Started Guide is to cover the basic settings required to start using Cart32. There is an Introduction section to familiarize new users with the Cart32 software

More information

EFI Pace Accounts Receivable Module

EFI Pace Accounts Receivable Module EFI Pace Accounts Receivable Module User Quick Start Guide July 2010 Version 23.02 Copyright 2010 by Electronics for Imaging, Inc. All Rights Reserved. EFI Pace Accounts Receivable Module Administrator

More information

Cutting Edge Products Dealer Website Program USER MANUAL

Cutting Edge Products Dealer Website Program USER MANUAL Cutting Edge Products Dealer Website Program USER MANUAL Welcome to our Dealer Website Program! This User Manual will help you get your new online store up and running quickly. This step-by-step guide

More information

V Features 1. CentOS and RedHat Enterprise Linux 5 support

V Features 1. CentOS and RedHat Enterprise Linux 5 support V7.5.17 Features 1 V7.5.17 Features System CentOS and RedHat Enterprise Linux 5 support CentOS and RedHat Enterprise Linux 5 are now supported operating systems for use with CounterPoint V7.5.17. NOTE:

More information

Fyndiq Magento Extension

Fyndiq Magento Extension Fyndiq Magento Extension User guide. Version 3.0 Introduction 2 Fyndiq Merchant Support 2 Prerequisites 2 Seller account 3 Create the account 3 Your company 4 Contact information 4 Your webshop on Fyndiq

More information

User Guide Mobile Point-of-Sale (mpos), Version 2.0

User Guide Mobile Point-of-Sale (mpos), Version 2.0 User Guide Mobile Point-of-Sale (mpos), Version 2.0 Contents Overview... 1 Features... 1 Getting Started... 2 Login... 3 First Time Login/Password Reset... 3 Setting Security Questions... 4 Password Expiring...

More information

Stripe Payment with Recurring Profile MAGEDELIGHT.COM USER MANUAL E:

Stripe Payment with Recurring Profile MAGEDELIGHT.COM USER MANUAL E: Stripe Payment with Recurring Profile USER MANUAL MAGEDELIGHT.COM E: SUPPORT@MAGEDELIGHT.COM License Key After successful installation of Stripe Payment with recurring extension by using the Magento setup,

More information

PAYMENT SYSTEM RESPONSE CODES

PAYMENT SYSTEM RESPONSE CODES PAYMENT SYSTEM RESPONSE CODES Bank s Text Text APPROVED 00 Approved 08 Honour with ID 11 Approved VIP (not used) 16 Approved, Update Track 3 (not used) 77 Approved (ANZ only) DECLINED 01 Refer to Card

More information

Web Order Interface. How the Web Order Interface Works. Requirements for Your Web Site

Web Order Interface. How the Web Order Interface Works. Requirements for Your Web Site 27 The allows you to configure FTD Mercury so orders placed on your Web site are automatically converted to incoming orders in FTD Mercury. When an order from your Web site is sent to your email address,

More information

Printed Documentation

Printed Documentation Printed Documentation Table of Contents Getting Started... 1 Technical Support... 1 Introduction... 1 Getting Started... 3 Payment Option:... 3 Data Synchronization... 4 General Website settings... 5

More information

QuickSwipe Web User Guide

QuickSwipe Web User Guide QuickSwipe Web User Guide Bluefin Payment Systems Release 12/20/2013 Table of Contents Table of Contents... 1 Overview... 3 Log In... 3 Management... 5 Users... 5 Adding Users... 6 Editing Users... 8 Deleting

More information

CyberSource Global Payment Management for Magento 2

CyberSource Global Payment Management for Magento 2 CyberSource Global Payment Management for Magento 2 User s Guide Version 2.0.3 January 2018 January 2018 CyberSource Global Payment Management for Magento 2.x 1 Contents Recent Changes... 5 1. Introduction:...

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Magento

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Magento About the Tutorial Magento is an open source E-commerce software, created by Varien Inc., which is useful for online business. It has a flexible modular architecture and is scalable with many control options

More information

Getting Started with. InSpiredByYou.com COPYRIGHT STUDIOPLUS SOFTWARE, LLC ALL RIGHTS RESERVED

Getting Started with. InSpiredByYou.com COPYRIGHT STUDIOPLUS SOFTWARE, LLC ALL RIGHTS RESERVED Getting Started with InSpiredByYou.com COPYRIGHT 1998-2013 STUDIOPLUS SOFTWARE, LLC ALL RIGHTS RESERVED i Getting Started with InSpiredByYou Table of Contents Setting Up InSpiredByYou... 3 Set Up an InSpiredByYou

More information

This study guide is continually being revised and improved. When preparing for the exam, remember to check the website for the latest version.

This study guide is continually being revised and improved. When preparing for the exam, remember to check the website for the latest version. Contents Contents Introduction... 1 What Is a Magento 2 Solution Specialist?... 1 Who Should Take This Test?... 1 Prerequisites... 2 Exam Description... 3 Exam Content: Knowledge and Skills... 4 Content

More information

DEALER RESOURCE CENTER TUTORIAL

DEALER RESOURCE CENTER TUTORIAL DEALER RESOURCE CENTER TUTORIAL Please review the General System Requirements and Navigation rules below before proceeding. System Requirements Internet Access is required; the faster, the better. It is

More information

WebStore. Resellers. Brief User Guide. Invite. Self-Register. Log-In. Lost Password. Support. SIPHON 31 May Resellers must be invited to use

WebStore. Resellers. Brief User Guide. Invite. Self-Register. Log-In. Lost Password. Support. SIPHON 31 May Resellers must be invited to use Resellers WebStore Brief User Guide Invite Resellers must be invited to use the SIPHON WebStore. This is important as we need to approve your email address against your account. If you would like to register

More information

Trail s End Popcorn Sales System Manual

Trail s End Popcorn Sales System Manual Manual Reference Guide for Council Users Scouting.Trails-End.com Introduction The Popcorn Sales System makes it easy for you to manage your Trail s End Popcorn Sale using a convenient, web-based platform.

More information

F-Billing Revolution 2015 User Manual F-Billing Software

F-Billing Revolution 2015 User Manual F-Billing Software F-Billing Revolution 2015 User Manual 2 F-Billing Revolution 2015 User Manual Table of Contents Foreword 0 Part I Introduction 4 Part II Quick Start Guide 5 Part III Invoice Email Settings 6 Part IV Invoices

More information

Greater Giving Online Software Go Time

Greater Giving Online Software Go Time Greater Giving Online Software Go Time User Start Guide PRE-EVENT Equipment and Internet Setup Set up registration equipment (laptops, ipads, tablets, PC s) Test internet connection on all devices you

More information

Jet Marketplace Integration with Magento Version: 1.0

Jet Marketplace Integration with Magento Version: 1.0 User Guide for Jet Marketplace Integration with Magento Version: 1.0 OVERVIEW Jet Integration, helps to integrate your Magento store with Jet by establishing a synchronization of products, orders and refunds

More information

Macola Enterprise Suite Release Notes: Macola ES

Macola Enterprise Suite Release Notes: Macola ES Page 1 of 8 Macola Enterprise Suite Release Notes: Macola ES9.5.300 Release: version ES9.5.300 Controlled Release Date: October 26, 2009 Mai Cat Sub Ass Rel Doc ID: Dat General Availability Release Date:

More information

Defect Repair Report as of 10/10/2014

Defect Repair Report as of 10/10/2014 27.05 Page 1 of 16 Release Notes By Module Framework The system reports no longer fail due to special characters in certain report names. 27.05-632 Framework The EFI Pace server now includes a patch for

More information

Getting Started with Transaction Express. Transaction Express User Guide

Getting Started with Transaction Express. Transaction Express User Guide Getting Started with Transaction Express Transaction Express User Guide Table of Contents Transaction Express User Guide... 5 Section 1 Getting Started... 5 Welcome Email... 5 Merchant List... 5 Navigation...

More information

ShipRite Update This is a Critical Update that must be installed by 11/18/2017 in order to load the new UPS/FedEx Holiday Surcharges.

ShipRite Update This is a Critical Update that must be installed by 11/18/2017 in order to load the new UPS/FedEx Holiday Surcharges. ShipRite Update 10.17.3 This is a Critical Update that must be installed by 11/18/2017 in order to load the new UPS/FedEx Holiday Surcharges. Overview Time to Download: 25-40 Seconds. Time to apply update:

More information

Accounts Receivable WalkThrough

Accounts Receivable WalkThrough PRACTICE CS Accounts Receivable WalkThrough Version 2014.x.x TL 30465 9/8/16 Copyright Information Text copyright 2004-2016 by Thomson Reuters. All rights reserved. Video display images copyright 2004-2016

More information

Active Club Manager Learner's Guide. Active Club Solutions, Inc Finley Road Pleasanton, CA 94588

Active Club Manager Learner's Guide. Active Club Solutions, Inc Finley Road Pleasanton, CA 94588 Active Club Manager Learner's Guide Active Club Solutions, Inc. 1530 Finley Road Pleasanton, CA 94588 Revision Date: 27 February 2016 Copyright 2016 by Active Club Solutions, Inc. All rights reserved.

More information

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS

RESOLV EDI CONTROL. User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS RESOLV EDI CONTROL User Guide Version 9.2 for HANA PRESENTED BY ACHIEVE IT SOLUTIONS Copyright 2011-2016 by Achieve IT Solutions These materials are subject to change without notice. These materials are

More information

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1

DSWR User Guide. In effect from January 29 th,, BCLDB Direct Sales Web Reporting User Guide Page 1 DSWR User Guide In effect from January 29 th,, 2017 BCLDB Direct Sales Web Reporting User Guide Page 1 Contents Introduction... 4 Before You Get Started... 4 Registering for the DSWR Application... 5 Log-in...

More information

Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 )

Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 ) Merchant e-solutions Payment Acceptance User Guide for Magento version 2.x ( M2 ) Step-by-step guidance for setup and use of the Payment Acceptance extension for Magento 1 Table of Contents Key Contacts...

More information

CHAPTER 8B PURCHASE ORDER MANAGEMENT

CHAPTER 8B PURCHASE ORDER MANAGEMENT CHAPTER 8B PURCHASE ORDER MANAGEMENT Chapter 8B...1 Purchase Order Maintenance...2 Purchase Order Maintenance...3 Retrieving an Existing Purchase Order...5 Quick Search...6 Deleting an Existing Purchase

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate FedEx Office Print Online Corporate Quick Reference Guide Upload and Print Log in to FedEx Office Print Online Corporate 1. FedEx Office Print Online Corporate is accessible to University Faculty and Staff

More information

Invoice Specification EDI 810

Invoice Specification EDI 810 Invoice Specification EDI 80 This document is solely for the use of Logicbroker, Inc. personnel and its intended client. No part of it may be circulated, Quoted, or reproduced for distribution outside

More information

YourStore A GUIDE TO

YourStore A GUIDE TO A GUIDE TO YourStore 3.0 Selling contact lenses online has never been easier! This is the homepage of YourStore 3.0. 1. The header displays just your company name as its default. The rectangular space

More information

i -Global System Sales Management Module User Manual

i -Global System Sales Management Module User Manual i -Global System Sales Management Module User Manual i-global System Copyright 2004, i-global Solutions Limited. All rights reserved. Sales Management Module User Manual -- Version: 1.02 This product and

More information

QMerchant Manual. Version 14.0

QMerchant Manual. Version 14.0 1 QMerchant Manual QMerchant Manual Version 14.0 This document reflects version 14.0.0 of QMerchant. Some of the screenshots are just examples and may differ from the real product. QBAutomation is a trademark

More information

What's New: Release to

What's New: Release to 26-Apr-2016 Page : 1 14:48:39 Modification and Development Release Notes, new development and modifications completed in release version range included on report. Please review and if interested in any,

More information

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders.

Important Notice. All company and brand products and service names are trademarks or registered trademarks of their respective holders. Important Notice Magento reserves the right to make corrections, modifications, enhancements, improvements, and other changes to its products and services at any time and to discontinue any product or

More information

Wells Fargo Merchant Services. Wells Fargo Mobile Merchant User Guide for Apple ipad Version 3.2

Wells Fargo Merchant Services. Wells Fargo Mobile Merchant User Guide for Apple ipad Version 3.2 Wells Fargo Merchant Services Wells Fargo Mobile Merchant User Guide for Apple ipad Version 3.2 Table of Contents Overview...3 Key Features...3 Download Wells Fargo...4 Mobile Merchant...4 Demo Mode...4

More information

STORE CREDIT USER GUIDE

STORE CREDIT USER GUIDE support@magestore.com sales@magestore.com Phone: 084.4.8585.4587 STORE CREDIT USER GUIDE Version 1.0.0 Magento Compatibility: CE 2.0 Table of Contents 1. INTRODUCTION... 3 2. HOW TO USE (Frontend)... 5

More information

BBVA Compass Spend Net Payables

BBVA Compass Spend Net Payables User Guide BBVA Compass Spend Net Payables User Guide Vault Services Table of Contents Introduction 2 Technical Requirements 2 Getting started 3 Sign In 3 General Navigation 4 Upload/Create Payment 5

More information

Retail Fashion Expert User Guide Independent Customer

Retail Fashion Expert User Guide Independent Customer Retail Fashion Expert User Guide Independent Customer Training Material Document Version: 1.1 Software Version: 1.0 Last Revised: MAY21-10 Expert: Customer Service 204.982.5587 2008 Nygård International

More information

Getting Started With Transaction Express

Getting Started With Transaction Express Getting Started With Transaction Express Table of Contents Product Overview... 8 Welcome Email... 8 Merchant List... 8 Navigation... 9 Left Navigation Sections... 10 Password Security... 11 Change... 12

More information

USER MANUAL Setting Up Fooman Connect: Xero

USER MANUAL Setting Up Fooman Connect: Xero USER MANUAL Setting Up Fooman Connect: Xero This user manual will take you through the set up process for Fooman Connect: Xero. The set up video provides screencasts and takes you through a simplified

More information

Subscriptions and Recurring Payments 2.X

Subscriptions and Recurring Payments 2.X Documentation / Documentation Home Subscriptions and Recurring 2.X Created by Unknown User (bondarev), last modified by Unknown User (malynow) on Mar 22, 2017 Installation Set up cron (for eway) Configuration

More information

ALPHA POS S ERVICES. Hospitality POS Quick Reference Guide

ALPHA POS S ERVICES. Hospitality POS Quick Reference Guide ALPHA POS S ERVICES Hospitality POS Quick Reference Guide Table of Contents Opening Day Procedures...................... Page 3 Staff Operations........................... Page 3 Settling Transactions.........................

More information

Unacknowledged/Late Delivery Web Tool

Unacknowledged/Late Delivery Web Tool Table of Contents Register:... 2 Log on to Web Site:... 2 Logoff Web Site:... 3 List PO s Page:... 4 To Acknowledge PO or Change PO date.... 5 To Mark a PO Shipped.... 6 To Change the Price.... 6 Send

More information

OM Marketplace. October, 2017

OM Marketplace. October, 2017 OM Marketplace October, 2017 1 CONTENTS Contents Page # OM Marketplace Basics 3 About OM Marketplace 4 Login 5 User Preferences 8 Order Management 17 Place An Order 18 Quick Key 27 Upload Order 29 View

More information

Version 10.7 Update Guide

Version 10.7 Update Guide Version 10.7 Update Guide About This Update The primary features in this update are: USPS to Cuba... 2 Confirmation receipt enhancements... 2 New Pro Pack options... 3 Other shipping-related enhancements...

More information

6. Vendor Maintenance

6. Vendor Maintenance 6. Vendor Maintenance Table of Contents Vendor Maintenance... 2 Direct Pay Info... 7 History... 8 Accounts... 10 Del Move... 11 Click on 6. Vendor Maintenance from the Main Menu and the following window

More information

Requirements from client in order to integrate with NPFulfilment. Website URL Secret Key

Requirements from client in order to integrate with NPFulfilment. Website URL Secret Key OpenCart is a turn-key ready "out of the box" shopping cart solution. It has order management and multiple payment gateways already built in and they provide lifetime free support and free software updates.

More information

Procurement Card Purchasing

Procurement Card Purchasing Procurement Card Purchasing Some vendors listed in Mercury as either Punch out vendors or hosted vendors can be paid for using your Procurement Card when placing your order through Mercury Commerce system.

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 Integrator Login... 5 Option

More information