|
pending:soap:roadmap-1.3 2009/10/29 16:37 |
pending:soap:roadmap-1.3 2009/11/17 10:13 current |
| | * Add [[.:methods:renderReceipt]] - takes a receipt name and transaction ref num and returns text/html receipt | | * Add [[.:methods:renderReceipt]] - takes a receipt name and transaction ref num and returns text/html receipt |
| | * Added [[.:methods:renderReceiptByName]] - takes a receipt name and transaction ref num and returns text/html receipt | | * Added [[.:methods:renderReceiptByName]] - takes a receipt name and transaction ref num and returns text/html receipt |
| | + | * Add [[.:methods:getSyncLog]] method - allow pulling list of gateway db changes (customers, products and invoices) by sequential position number. Makes syncing information with gateway easier. |
| | + | * Add [[.:methods:getSyncLogCurrentPosition]] method - returns the last position in the sync log (useful when setting up a new sync partner) |
| | + | |
| | | | |
| | ==== Products ==== | | ==== Products ==== |
| | * Add method [[.:methods:deleteProduct]] | | * Add method [[.:methods:deleteProduct]] |
| | * Add method [[.:methods:getProduct]] | | * Add method [[.:methods:getProduct]] |
| | + | * Add method [[.:methods:quickUpdateProduct]] |
| | + | * Add method [[.:methods:searchProducts]], [[.:methods:searchProductsCustom]], [[.:methods:searchProductsCount]] - methods that allow for searching products db. |
| | | | |
| | | | |
| | | | |
| | ==== Customers ==== | | ==== Customers ==== |
| | + | * Fix the payment method sorting so that the secondary sort updates all other payment methods to be in the correct order. |
| | * Fix or remove Verify Parameter on updateCustomerPaymentMethod | | * Fix or remove Verify Parameter on updateCustomerPaymentMethod |
| | * Implement a way to feed CVV value to [[pending:soap:methods:runCustomerTransaction]] and run [[pending:soap:methods:runQuickSale]] | | * Implement a way to feed CVV value to [[pending:soap:methods:runCustomerTransaction]] and run [[pending:soap:methods:runQuickSale]] |
| | ==== Products ==== | | ==== Products ==== |
| | | | |
| - | | |
| - | * Add method [[.:methods:getProducts]] | |
| | * Add method [[.:methods:adjustInventory]] | | * Add method [[.:methods:adjustInventory]] |
| | * Add method [[.:methods:addInventoryLocation]] | | * Add method [[.:methods:addInventoryLocation]] |
| | * Add method [[.:methods:getProductCategories]] | | * Add method [[.:methods:getProductCategories]] |
| | * Add method [[.:methods:getProductCategory]] | | * Add method [[.:methods:getProductCategory]] |
| - | * Add method [[.:methods:searchProducts]], [[.:methods:searchProductsCustom]], [[.:methods:searchProductsCount]] | |
| | | | |
| | | | |
| | | | |
| | ==== Misc ==== | | ==== Misc ==== |
| - | | |
| - | * Add [[.:methods:getSyncLog]] - allow pulling list of gateway db changes (customers, products and invoices) by serial number, makes syncing information with gateway easier | |
| | | | |
| | * Add echo variable to verify source key, PIN, Datacenter, timestamp of server, ping, SOAP version, etc. | | * Add echo variable to verify source key, PIN, Datacenter, timestamp of server, ping, SOAP version, etc. |