Home | What's New | Features | Download | Purchase | Document | Support | FAQ

 
  • 2008-04-17
    • Download the SellerForce Server to fix the "HTTPError 503 ServiceUnavailable" problem.
  • 2007-10-09
    • The problem of checking amazon.com feedback is fixed.
  • 2006-07-29
    • Bug fix - The default mailclass option can not be "First Class Mail" in the DAZzle options.
  • 2006-05-04
    • The problem of checking amazon.com feedback is fixed.
  • 2006-02-18
    • New SKU generation pattern for SellerForce Desktop.
  • 2006-02-11
    • New 1.5 version is released.
    • Bug fix - The *.ini files were being saved in the current working directory instead of the sfdesktop directory.
    • Now you can export the shipment history, including the trackking# and ship date.
    • Export half.com uploader file with specified action.
    • Add open-date field for the inventory table.
  • 2006-01-18
    • The problem of checking amazon.com feedback is fixed.
  • 2006-01-13
    • Now, your script can access the whole price check result, including all information (price, condition, rating, feedback, ignored, etc) about offers.
  • 2006-01-11
    • New orders import option "Order Source".
    • New half.com sales report import scheme.
    • The csv import code had been reworked.
  • 2006-01--1
    • Fixed a price check bug, if you have "Consider only Top X Prices" option, SF will return the top unsorted prices, so the most possible case is all USED prices will be ignored. Now, the bug is fixed.
  • 2005-11-17
    • The problem of downloading feedbacks is fixed, all users should download the upgrade.
  • 2005-11-07
    • In the DAZzle window, the Value of Items does not include the shipping fee now.
  • 2005-11-03
    • The script user-interface is redesigned.
      The script window is integrated into the management window. it is more convenient to write and run scripts.
    • Now, all management windows have the script writing function.
    • The script execution is faster, the code is optimized.
    • A new option "Hide highlight display of grid rows as grids lost focus".
    • A default "request feedback" email template.
    • A new script "generate sku.py" to generate a sku sequence.
    • Important: If you had changed the default layout of management windows, you have to redo the changes because the layout files are changed now.
  • 2005-10-30
    • New price check option "Ignore sellers whose feedback amount is less than x"
  • 2005-10-26
    • Delay load
      Now, two new options help you to browse a huge dataset, "Initial fetched row count" and "Row fetching step".
      You can setup SellerForce does not load the whole dataset as browsing, querying the database, instead that SellerForce loads only Initial row count, and display a button "Fetch more", if click, more rows will be loaded by the row fetching step.
    • Adding navigation buttons in edit form. "Next" and "Previous"
      All editor forms have the two new buttons "Next" and "Previous".
    • Improved scriptwriting  interface
      The script writing interface has been improved.
      Now the script executing namespace will be reused, so all local variables will be reserve, this allows your script to execute a sequential tasks.
      A special function "script_none" will be invoked if exists, you can execute clean function in the function, the script_done is always invoked at the last time of running script.
    • Starting from this version, SellerForce will display a build version, like "version 1.4 build 2005-10-26".
  • 2005-10-24
    • SellerForce 1.4 has been released!
    • A new script writing feature has been implemented.
      By writing your own scripts, you can integrate your own unique business calculations within the SellerForce internal database. This will allow you to achieve many new tasks.
      For example you can:
      • Calculate cost, implement pricing with your own business logic rather than being limited by the SellerForce price check options.
      • Generate sku's automatically with product id, condition, and location.
      • Modify item comments in bulk.
      • Adjust selling price by a percent.
      • The possibilities are limited only by your imagination.
    • New price check options.
      Ignore sellers whose price is less than x of my cost.
      Ignore sellers whose price is more than x of my cost.
      Ignore sellers whose feedback rating is less than x.
    • A new database tool.
      You can now compact the SellerForce database. This feature greatly enhances record access times therefore improving performance.
    • The order search function is redesigned.
      You can search orders quickly by order#, recipients, email and note.
      You can search in order items by sku, title, order item status and ship method.
      You can search in the message history, for example: you can find orders you have sent a special email to.
    • Check Amazon Feedback.
      This feature retrieves feedback by order number from Amazon and updates the feedback rating field in the orders table.
  • 2005-10-08
    • Export with fields conjunction
      As exporting, several fields can be conjunct as a single export column. For example:
      Define the following of export fields map,

      Field Column Name
      Comments  item-note
      Media
      Edition

      Comments, media, edition will be combined as a single export column "item-note", for this case, you can include media and edition information into the item-node automatically.
    • Upload with specified export scheme
      You can now specify the export scheme in the upload dialog.
      It is convenient if you want to upload multiple listings with different export scheme.
  • 2005-10-05
    • Added the 10 lowest price columns as database fields. These lowest price values are retrieved during price check and saved to the database. Therefore the speed of "Export Offers Report" is faster because the data is available instantly. In the previous version they were extracted from the "Price Check" result dataset.
    • The QueryBuilder now supports expressions as well as fixed values. 
      For example: sales_rank<=1000 and price<=min(lowest_new_price, lowest_used_price)*0.5. 
      The flexibility of this option gives you the ability to do sales analysis right within SellerForce. There is no longer a need to use "Export Offers Report" just so you can import the data into another application to analyze.
    • You can now insert database fields into the hyperlinks in your label/email templates. 
      You may ask. What would this be useful for? Think about the following example. 
      You have created an email template to request buyers to leave feedback for you. Within that email you inserted a hyperlink "Leave Feedback", but then you found out the hyperlink URL could only have a fixed string even if you entered it like http://www.amazon.com/gp/feedback/leave-customer-feedback.html/?&rating=5&order={order_id}. 
      Now with the power of SellerForce, the order_id can be replaced with the real Order Number from Amazon in your database.
    • Sort column is saved now in the grid config file.
  • 2005/09/26
    • New version 1.3
    • New price check column "Condition Offers" that indicates the offers number in your item condition category.
    • New price check column "Ignored Offers" that indicates how many offers are ignored by the price check engine.
    • More price check options, the price check engine can now exclude those offers that are too low or too high than your price.
    • A special price check option for used items that indicates how to compare the price of used items and new items.
    • New price check option "price priority", you can specify "minimal price priority" or "maximal price priority".
    • New shipping option "default hidden postage" for printing domestic postage.
    • Execute automatic tasks after printed postage, print customized labels, send customized email messages and change the order status.
    • A new popup menu command ""synchronize order items status"" in the order window.
  • 2005/09/22
    • New version 1.2
    • The DAZzle integration was improved observably, you can get more automation as printing postage with many new options. SellerForce can now decide the appropriate mail class according to domestic/international orders, ship method (standard or expedited), or even the product dimensions. Also you can specify the default "Delivery Confirmation" for mail classes, and define the default "Customs description" for international orders.
    • Now, you can click the new "Addresses Verification" button to verify addresses before print the real postages.
    • New Price Check Columns "Amazon Price" and "Total Offers".
    • When you go to enter new inventory items, you can click "Save as Entry Template". The inventory importing now considers the template as the default imported values,  it is useful as you hope to import a plain ISBN listing, you can specify other default values like item condition, category, quantity, such as.
    • You can now look more details in the order history, including SKU, Title, Price, so you can get information quickly as you are doing customer support.
  • 2005/09/20
  • 2005/09/19
    • SellerForce is upgraded to Version 1.1, a lot of improvement and new features.
    • The behavior of "listed on amazon" column was changed, it now is the order position of your price listed on amazon.com, it represents more information than the old conception.
    • For inventory items, there is "weight" field that is the packing weight, but the field didn't get usage well. Now, when you print postage with DAZzle, the packing weight will be filled automatically according to the SKU of order items. More time saving.
    • New fields "Rubber Stamp 1-5" in the DAZzle printing postage window, and Rubber Stamp1 = SKU, Rubber Stamp2 = Title.
    • You can now specify multiple dazzle layout files.
    • Color international orders.
    • New "pick list" printing label template.
    • New option "as printing postage, plus the packaging materials weigh".
    • Browse amazon.com offers by the looking condition tab.
  • 2005/09/17
    • Add a new import option "Check key field map", so you can skip the checking of key field and the message "sku is a key field, you must set a column map to the field", this is useful when you are just importing a ISBN listing for price check, but consider to set KeyField for other cases.
 

Copyright © 2005 by SellerForce software. All rights reserved.