IService Members

The IService type exposes the following members.

Methods


  Name Description
Public method ChangeCurrentWarehouse
Changes the currently logged warehouse
Public method Equals(System.Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetAllChangedDebtorTransactions
Gets all debtor transactions (for all debtors) changed since the provided date.
Public method GetAllChangedSalesOrders
Gets all changed sales orders changed since the provided date.
Public method GetAllDebtorSalesOrders
Gets all sales orders for a given debtor.
Public method GetAllSalesOrdersReadyForPicking
Gets all sales orders which are ready for picking in the current warehouse.
Public method GetChangedDebtors
Gets the debtors which have changed since the provided date.
Public method GetChangedDebtorTransactions
Gets all debtor transactions changed since the provided date, for a given Debtor.
Public method GetChangedInventoryItems
Gets the inventory items which have changed since the provided date.
Public method GetCurrentUser
Gets the current user.
Public method GetDebtor
Gets a single debtor, given the Debtor ID.
Public method GetDebtorFromAccountNo
Gets the debtor using the account no.
Public method GetDebtors
Gets a list of all the debtors.
Public method GetDebtorTransactions
Gets the debtor transactions for a given debtor.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetInventoryCategories
Gets a list of inventory categories.
Public method GetInventoryClassifications
Gets the inventory classifications.
Public method GetInventoryItem
Gets an inventory item, given the InventoryID
Public method GetInventoryItemFromPartNo
Gets the inventory item from a part no.
Public method GetInventoryItemFromUPC
Gets the inventory item from a UPC code.
Public method GetInventoryItems
Gets all the inventory items.
Public method GetInventoryItemStockLevelsByBinLocation
Get the bin locations and quantities of stock for a given inventory item in the current warehouse, ordered by the item No.
Public method GetPhysicalWarehouses
Gets a list of the warehouses.
Public method GetPrice
Gets a price for a product.
Public method GetPriceSimple
Gets a price for a product, using simplified parameters. Assumes warehouse is the warehouse the current user is logged into.
Public method GetSalesOrder
Gets a sales order, given an InvoiceID
Public method GetSalesOrderFromInvoiceNo
Gets the sales order from Invoice No.
Public method GetSalesOrderFromOrderNo
Gets the sales order from Order No.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Logoff
Logs off
Public method Logon
Logs on with the specified user name and password. Calling the Logon will establish a session, all subsequent calls must be with the same session.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SaveDebtor
Saves the debtor.
Public method SaveInventoryCategory
Saves the inventory category.
Public method SaveInventoryItem
Saves an inventory item.
Public method SaveSalesOrder
Saves the sales order.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)