<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SmartDukaan &#x2013; /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift</title><description>WebSVN RSS feed &#x2013; SmartDukaan</description><lastBuildDate>Mon, 27 Jul 2026 11:03:57 +0530</lastBuildDate><generator>WebSVN 2.8.6-DEV</generator><language>en</language><link>https://svn.smartdukaan.com/log.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;max=40&amp;peg=5336</link><atom:link href="https://svn.smartdukaan.com/rss.php?path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;peg=5336&amp;repname=SmartDukaan" rel="self" type="application/rss+xml" />
<item><pubDate>Thu, 31 May 2012 14:42:56 +0530</pubDate><dc:creator>rajveer</dc:creator><title>Rev 5336 – Added method to clear iteminventorycache in thrift. Also added script ...</title><description>&lt;div&gt;&lt;strong&gt;rajveer – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added method to clear iteminventorycache in thrift. Also added script to call the service method.&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;+ /trunk/PyProj/src/shop2020/model/v1/catalog/script/ClearItemAvailabilityCache.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Category.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5336&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5336&amp;peg=5336</guid></item>
<item><pubDate>Wed, 30 May 2012 17:10:25 +0530</pubDate><dc:creator>rajveer</dc:creator><title>Rev 5324 – Offloaded item object in thrift. Removed item inventory and otherinfo.</title><description>&lt;div&gt;&lt;strong&gt;rajveer – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Offloaded item object in thrift. Removed item inventory and otherinfo.&lt;/div&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5324&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5324&amp;peg=5336</guid></item>
<item><pubDate>Tue, 29 May 2012 14:30:54 +0530</pubDate><dc:creator>mandeep.dhir</dc:creator><title>Rev 5313 – Trac#1312 Added method to extract current inventory in a warehouse ...</title><description>&lt;div&gt;&lt;strong&gt;mandeep.dhir – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Trac#1312 Added method to extract current inventory in a warehouse&lt;br /&gt;
Reviewer: Rajveer&lt;/div&gt;~ /trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/CurrentInventoryController.java&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5313&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5313&amp;peg=5336</guid></item>
<item><pubDate>Tue, 29 May 2012 12:04:28 +0530</pubDate><dc:creator>rajveer</dc:creator><title>Rev 5305 – Removed unused fields from the item object in thrift. Also ...</title><description>&lt;div&gt;&lt;strong&gt;rajveer – 9 file(s) modified&lt;/strong&gt;&lt;br/&gt;Removed unused fields from the item object in thrift. Also removed, one unused table from service. Offloaded thrift item (now it will not get inventory along with item).&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Category.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5305&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5305&amp;peg=5336</guid></item>
<item><pubDate>Mon, 28 May 2012 19:06:07 +0530</pubDate><dc:creator>rajveer</dc:creator><title>Rev 5296 – Changed the logic to have only itemId. Now it will ...</title><description>&lt;div&gt;&lt;strong&gt;rajveer – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Changed the logic to have only itemId. Now it will not consider warehouse location.&lt;/div&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5296&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5296&amp;peg=5336</guid></item>
<item><pubDate>Tue, 22 May 2012 15:16:54 +0530</pubDate><dc:creator>mandeep.dhir</dc:creator><title>Rev 5237 – Trac#1167 Caching all vendor item mappings for faster lookup</title><description>&lt;div&gt;&lt;strong&gt;mandeep.dhir – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Trac#1167 Caching all vendor item mappings for faster lookup&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/Support/src/main/java/in/shop2020/support/controllers/UpdatesController.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5237&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5237&amp;peg=5336</guid></item>
<item><pubDate>Mon, 21 May 2012 13:22:23 +0530</pubDate><dc:creator>amit.gupta</dc:creator><title>Rev 5217 – Added Catalog Support for Coming soon. #1279</title><description>&lt;div&gt;&lt;strong&gt;amit.gupta – 20 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added Catalog Support for Coming soon.&lt;br /&gt;
#1279&lt;/div&gt;+ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ComingSoon.java&lt;br /&gt;+ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ComingSoonDialog.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemDetails.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemForm.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/CatalogServiceImpl.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/shared/Item.java&lt;br /&gt;+ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/ComingSoonDialog.ui.xml&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/ItemDetails.ui.xml&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/ItemForm.ui.xml&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/status.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5217&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5217&amp;peg=5336</guid></item>
<item><pubDate>Wed, 16 May 2012 10:14:51 +0530</pubDate><dc:creator>mandeep.dhir</dc:creator><title>Rev 5185 – Trac#981 DOA replacement support. Fixing reserved field when order is ...</title><description>&lt;div&gt;&lt;strong&gt;mandeep.dhir – 32 file(s) modified&lt;/strong&gt;&lt;br/&gt;Trac#981 DOA replacement support. Fixing reserved field when order is cancelled from PO_RAISED etc. states &gt; 7(BILLED).&lt;/div&gt;+ /trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/DoaInController.java&lt;br /&gt;+ /trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/DoaOutController.java&lt;br /&gt;~ /trunk/InventoryManager/src/main/resources/shiro.ini&lt;br /&gt;+ /trunk/InventoryManager/src/main/webapp/js/doa.js&lt;br /&gt;+ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/doa-in-index.vm&lt;br /&gt;+ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/doa-out-index.vm&lt;br /&gt;~ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/index.vm&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/purchase/main/handler/PurchaseServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/purchase/PurchaseService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/purchase/PurchaseService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/warehouse/ttypes.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/warehouse/WarehouseService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/warehouse/WarehouseService.py&lt;br /&gt;~ /trunk/Support/src/main/java/in/shop2020/support/controllers/CourierDetailsController.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/purchase/PurchaseService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/warehouse/InventoryItem.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/warehouse/ScanType.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/warehouse/WarehouseService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/PurchaseService/PurchaseService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/WarehouseService/WarehouseService.thrift&lt;br /&gt;~ /trunk/WarehouseService/src/main/java/in/shop2020/warehouse/domain/InventoryItem.java&lt;br /&gt;~ /trunk/WarehouseService/src/main/java/in/shop2020/warehouse/handler/InventoryItemHandler.java&lt;br /&gt;~ /trunk/WarehouseService/src/main/java/in/shop2020/warehouse/persistence/InventoryItemMapper.java&lt;br /&gt;~ /trunk/WarehouseService/src/main/java/in/shop2020/warehouse/service/handler/WarehouseServiceHandler.java&lt;br /&gt;~ /trunk/WarehouseService/src/main/resources/in/shop2020/warehouse/persistence/InventoryItemMapper.xml&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5185&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5185&amp;peg=5336</guid></item>
<item><pubDate>Fri, 04 May 2012 00:58:11 +0530</pubDate><dc:creator>mandeep.dhir</dc:creator><title>Rev 5110 – Trac#969, Trac#976, Trac#1058, Trac#909, Trac#996, Trac#1067, Trac#1175 Virtual warehouse modelling ...</title><description>&lt;div&gt;&lt;strong&gt;mandeep.dhir – 78 file(s) modified&lt;/strong&gt;&lt;br/&gt;Trac#969, Trac#976, Trac#1058, Trac#909, Trac#996, Trac#1067, Trac#1175&lt;br /&gt;
Virtual warehouse modelling&lt;br /&gt;
Bulk scan In feature&lt;br /&gt;
Categorization of Serialized vs NonSerialized items&lt;br /&gt;
Screen to display items whose inventory update was missed due to key mismatch&lt;/div&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/event/AddJacketNumberEvent.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/inbox/InboxPresenter.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/inbox/InboxPresenterImpl.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/inbox/JacketInfoBox.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/inbox/OrderDetails.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/MainPresenterImpl.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/CatalogUtils.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/handler/AddJacketNumberHandler.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/handler/AuthHandler.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/handler/BillOrderHandler.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/TransactionUtils.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/shared/actions/AddJacketNumberRequest.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/shared/actions/AuthResponse.java&lt;br /&gt;~ /trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/shared/actions/Order.java&lt;br /&gt;~ /trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/CurrentInventoryController.java&lt;br /&gt;+ /trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/IgnoredItemMappingController.java&lt;br /&gt;+ /trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/LoginController.java&lt;br /&gt;~ /trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/PurchaseController.java&lt;br /&gt;~ /trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/PurchaseOrderController.java&lt;br /&gt;x /trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/RaisePOController.java&lt;br /&gt;~ /trunk/InventoryManager/src/main/resources/shiro.ini&lt;br /&gt;~ /trunk/InventoryManager/src/main/webapp/css/common.css&lt;br /&gt;+ /trunk/InventoryManager/src/main/webapp/css/demo_page.css&lt;br /&gt;+ /trunk/InventoryManager/src/main/webapp/css/demo_table.css&lt;br /&gt;+ /trunk/InventoryManager/src/main/webapp/css/demo_table_jui.css&lt;br /&gt;~ /trunk/InventoryManager/src/main/webapp/js/current-inventory.js&lt;br /&gt;~ /trunk/InventoryManager/src/main/webapp/js/purchase.js&lt;br /&gt;~ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/current-inventory-show.vm&lt;br /&gt;+ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/ignored-item-mapping-index.vm&lt;br /&gt;~ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/index.vm&lt;br /&gt;+ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/item-number-mapping.vm&lt;br /&gt;~ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/purchase-order-edit.vm&lt;br /&gt;~ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/purchase-order-index.vm&lt;br /&gt;~ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/purchase-order-show.vm&lt;br /&gt;~ /trunk/InventoryManager/src/main/webapp/WEB-INF/content/purchase-show.vm&lt;br /&gt;x /trunk/InventoryManager/src/main/webapp/WEB-INF/content/raisePO-index.vm&lt;br /&gt;x /trunk/InventoryManager/src/main/webapp/WEB-INF/content/raisePO-result.vm&lt;br /&gt;~ /trunk/PyProj/src/shop2020/helpers/impl/DataAccessor.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/helpers/impl/HelperServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;x /trunk/PyProj/src/shop2020/model/v1/catalog/script/PurchaseOrderProcessor.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/purchase/main/handler/PurchaseServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/logistics/ttypes.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/ttypes.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/warehouse/ttypes.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/warehouse/WarehouseService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/warehouse/WarehouseService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/logistics/LogisticsInfo.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryType.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/ItemType.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Warehouse.java&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/WarehouseType.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/Order.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/TransactionService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/warehouse/ScanType.java&lt;br /&gt;x /trunk/ThriftConfig/src/main/java/in/shop2020/warehouse/Warehouse.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/warehouse/WarehouseService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/LogisticsService/LogisticsService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/OrderService/OrderService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/WarehouseService/WarehouseService.thrift&lt;br /&gt;~ /trunk/WarehouseService/src/main/java/in/shop2020/warehouse/domain/InventoryItem.java&lt;br /&gt;~ /trunk/WarehouseService/src/main/java/in/shop2020/warehouse/handler/InventoryItemHandler.java&lt;br /&gt;~ /trunk/WarehouseService/src/main/java/in/shop2020/warehouse/service/handler/WarehouseServiceHandler.java&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5110&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=5110&amp;peg=5336</guid></item>
<item><pubDate>Sat, 14 Apr 2012 12:17:05 +0530</pubDate><dc:creator>mandeep.dhir</dc:creator><title>Rev 4985 – PLB related changes Added methods in service to read the ...</title><description>&lt;div&gt;&lt;strong&gt;mandeep.dhir – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;PLB related changes&lt;br /&gt;
Added methods in service to read the keys of missed inventory updates.&lt;br /&gt;
Trac#1118&lt;/div&gt;~ /trunk/PyProj/src/shop2020/config/resources/shop2020.cfg&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4985&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4985&amp;peg=5336</guid></item>
<item><pubDate>Fri, 13 Apr 2012 16:48:46 +0530</pubDate><dc:creator>rajveer</dc:creator><title>Rev 4979 – Modelling of holidays on for all vendors. This will take ...</title><description>&lt;div&gt;&lt;strong&gt;rajveer – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Modelling of holidays on for all vendors. This will take care of monthly, weekly and specific holidays for all vendors.&lt;/div&gt;~ /trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/HolidayType.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4979&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4979&amp;peg=5336</guid></item>
<item><pubDate>Thu, 12 Apr 2012 11:50:46 +0530</pubDate><dc:creator>phani.kumar</dc:creator><title>Rev 4957 – Ticket #1026 Enhancement need in selection criteria for master sheet ...</title><description>&lt;div&gt;&lt;strong&gt;phani.kumar – 13 file(s) modified&lt;/strong&gt;&lt;br/&gt;Ticket #1026 Enhancement need in selection criteria for master sheet generator&lt;br /&gt;
reviewer: Rajveer&lt;/div&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogService.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogServiceAsync.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemActions.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/CatalogServiceImpl.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/FileDownloadServlet.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/MasterSheetGenerator.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/shared/Utils.java&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4957&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4957&amp;peg=5336</guid></item>
<item><pubDate>Mon, 09 Apr 2012 15:02:59 +0530</pubDate><dc:creator>amit.gupta</dc:creator><title>Rev 4934 – Added changes for Loading items with least delivery date on ...</title><description>&lt;div&gt;&lt;strong&gt;amit.gupta – 15 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added changes for Loading items with least delivery date on top...&lt;/div&gt;~ /trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/logistics/LogisticsService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/logistics/LogisticsService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/logistics/LogisticsService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/LogisticsService/LogisticsService.thrift&lt;br /&gt;~ /trunk/Website/src/main/java/in/shop2020/serving/controllers/EntityController.java&lt;br /&gt;~ /trunk/Website/src/main/webapp/js/all.js&lt;br /&gt;~ /trunk/Website/src/main/webapp/js/entity.js&lt;br /&gt;~ /trunk/Website/src/main/webapp/WEB-INF/content/entity-show.vm&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4934&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4934&amp;peg=5336</guid></item>
<item><pubDate>Wed, 21 Mar 2012 14:07:30 +0530</pubDate><dc:creator>phani.kumar</dc:creator><title>Rev 4762 – Ticket #995 Refinements to catalog/item model reviewer: Rajveer</title><description>&lt;div&gt;&lt;strong&gt;phani.kumar – 24 file(s) modified&lt;/strong&gt;&lt;br/&gt;Ticket #995 Refinements to catalog/item model&lt;br /&gt;
reviewer: Rajveer&lt;/div&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemActions.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemDetails.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemForm.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/CatalogServiceImpl.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/FileDownloadServlet.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/MasterSheetGenerator.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/shared/Item.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/ItemDetails.ui.xml&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/ItemForm.ui.xml&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/script/AddNewCategory.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/script/ItemLoader.py&lt;br /&gt;+ /trunk/PyProj/src/shop2020/model/v1/catalog/script/one_time_Item_product_group_change.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Category.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/VendorItemMapping.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4762&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4762&amp;peg=5336</guid></item>
<item><pubDate>Thu, 15 Mar 2012 16:36:23 +0530</pubDate><dc:creator>phani.kumar</dc:creator><title>Rev 4725 – Ticket #962 itemloader script changed to reduce duplicate items and ...</title><description>&lt;div&gt;&lt;strong&gt;phani.kumar – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Ticket #962 itemloader script changed to reduce duplicate items and catalogdash board also changed&lt;br /&gt;
reviewer: mandeep dhir&lt;/div&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogService.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogServiceAsync.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemForm.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/CatalogServiceImpl.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/MasterSheetGenerator.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/shared/Utils.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/ItemForm.ui.xml&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/script/ItemLoader.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4725&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4725&amp;peg=5336</guid></item>
<item><pubDate>Wed, 07 Mar 2012 12:34:50 +0530</pubDate><dc:creator>phani.kumar</dc:creator><title>Rev 4649 – Ticket #937 authorization pop ups for selling price and transfer ...</title><description>&lt;div&gt;&lt;strong&gt;phani.kumar – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Ticket #937 authorization pop ups for selling price and transfer price&lt;br /&gt;
reviewer: Rajveer&lt;/div&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogDashboard.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogService.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogServiceAsync.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemDetails.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/CatalogServiceImpl.java&lt;br /&gt;~ /trunk/Common/src/main/java/in/shop2020/utils/ConfigClientKeys.java&lt;br /&gt;~ /trunk/PyProj/src/shop2020/config/resources/shop2020.cfg&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4649&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4649&amp;peg=5336</guid></item>
<item><pubDate>Tue, 14 Feb 2012 14:47:59 +0530</pubDate><dc:creator>phani.kumar</dc:creator><title>Rev 4506 – Ticket #889 Aramex Logistics Reconcilation using thier api Ticket #891 ...</title><description>&lt;div&gt;&lt;strong&gt;phani.kumar – 24 file(s) modified&lt;/strong&gt;&lt;br/&gt;Ticket #889 Aramex Logistics Reconcilation using thier api&lt;br /&gt;
Ticket #891 Support for Preferred vendor in Catalog&lt;br /&gt;
reviewer: Mandeep Dhir&lt;/div&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogDashboard.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemDetails.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/CatalogServiceImpl.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/shared/Item.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/ItemDetails.ui.xml&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py&lt;br /&gt;+ /trunk/PyProj/src/shop2020/model/v1/order/script/AramexLogisticsReconciliation.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Category.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/ItemInventory.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/Order.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/TransactionService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/OrderService/OrderService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4506&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4506&amp;peg=5336</guid></item>
<item><pubDate>Fri, 03 Feb 2012 17:06:08 +0530</pubDate><dc:creator>phani.kumar</dc:creator><title>Rev 4431 – get live data button to get data from prod in ...</title><description>&lt;div&gt;&lt;strong&gt;phani.kumar – 17 file(s) modified&lt;/strong&gt;&lt;br/&gt;get live data button to get data from prod in catalogdashboard&lt;br /&gt;
reviewer: Rajveer&lt;/div&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogService.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogServiceAsync.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemDetails.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/CatalogServiceImpl.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/shared/Item.java&lt;br /&gt;+ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/shared/ItemInventory.java&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Category.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/ItemInventory.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4431&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4431&amp;peg=5336</guid></item>
<item><pubDate>Thu, 02 Feb 2012 13:27:41 +0530</pubDate><dc:creator>phani.kumar</dc:creator><title>Rev 4423 – add and delete similar item view in catalogdashboard reviewer: Rajveer</title><description>&lt;div&gt;&lt;strong&gt;phani.kumar – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;add and delete similar item view in catalogdashboard&lt;br /&gt;
reviewer: Rajveer&lt;/div&gt;+ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/AddSimilarItemDialog.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogService.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogServiceAsync.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemDetails.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/CatalogServiceImpl.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/shared/Item.java&lt;br /&gt;+ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/AddSimilarItemDialog.ui.xml&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/ItemDetails.ui.xml&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4423&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4423&amp;peg=5336</guid></item>
<item><pubDate>Tue, 31 Jan 2012 17:19:37 +0530</pubDate><dc:creator>anupam.singh</dc:creator><title>Rev 4406 – Added defaultWarehouse, isWarehousePreferenceSticky fields and changed logic for assigning warehouse ...</title><description>&lt;div&gt;&lt;strong&gt;anupam.singh – 8 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added defaultWarehouse, isWarehousePreferenceSticky fields and changed logic for assigning warehouse id during order creation.&lt;br /&gt;
&lt;br /&gt;
Reviewer : Rajveer&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/test/CatalogTest.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4406&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4406&amp;peg=5336</guid></item>
<item><pubDate>Tue, 24 Jan 2012 17:00:55 +0530</pubDate><dc:creator>anupam.singh</dc:creator><title>Rev 4375 – Removed VendorId field from warehouse class in Catalog Service  ...</title><description>&lt;div&gt;&lt;strong&gt;anupam.singh – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Removed VendorId field from warehouse class in Catalog Service&lt;br /&gt;
&lt;br /&gt;
Reviewer : Rajveer&lt;/div&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Warehouse.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4375&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4375&amp;peg=5336</guid></item>
<item><pubDate>Tue, 24 Jan 2012 13:09:06 +0530</pubDate><dc:creator>anupam.singh</dc:creator><title>Rev 4370 – Created a dashboard for raising manual PO&apos;s  Reviewer : ...</title><description>&lt;div&gt;&lt;strong&gt;anupam.singh – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Created a dashboard for raising manual PO&apos;s&lt;br /&gt;
&lt;br /&gt;
Reviewer : Mandeep&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/test/CatalogTest.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;+ /trunk/Support/src/main/java/in/shop2020/support/controllers/RaisePOController.java&lt;br /&gt;+ /trunk/Support/src/main/java/in/shop2020/support/services/PdfPoSheetGenerator.java&lt;br /&gt;+ /trunk/Support/src/main/webapp/WEB-INF/content/authfail.vm&lt;br /&gt;+ /trunk/Support/src/main/webapp/WEB-INF/content/raisePO-index.vm&lt;br /&gt;+ /trunk/Support/src/main/webapp/WEB-INF/content/raisePO-result.vm&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4370&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4370&amp;peg=5336</guid></item>
<item><pubDate>Tue, 17 Jan 2012 16:18:05 +0530</pubDate><dc:creator>anupam.singh</dc:creator><title>Rev 4333 – Added a comment</title><description>&lt;div&gt;&lt;strong&gt;anupam.singh – 1 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added a comment&lt;/div&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4333&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4333&amp;peg=5336</guid></item>
<item><pubDate>Tue, 17 Jan 2012 15:47:38 +0530</pubDate><dc:creator>anupam.singh</dc:creator><title>Rev 4332 – Many to Many mapping supported between vendor and warehouse Reveiwer ...</title><description>&lt;div&gt;&lt;strong&gt;anupam.singh – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Many to Many mapping supported between vendor and warehouse&lt;br /&gt;
Reveiwer : Rajveer&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/test/CatalogTest.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/crm/ttypes.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4332&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4332&amp;peg=5336</guid></item>
<item><pubDate>Sat, 14 Jan 2012 01:57:41 +0530</pubDate><dc:creator>rajveer</dc:creator><title>Rev 4320 – Added method to update inventory for our warehouse when user ...</title><description>&lt;div&gt;&lt;strong&gt;rajveer – 7 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added method to update inventory for our warehouse when user scans in an item.&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/warehouse/main/handler/WarehouseHandler.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4320&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4320&amp;peg=5336</guid></item>
<item><pubDate>Fri, 06 Jan 2012 16:56:28 +0530</pubDate><dc:creator>varun.gupta</dc:creator><title>Rev 4295 – Ticket #756, #811 - Product Notification Requests Report and Functionality ...</title><description>&lt;div&gt;&lt;strong&gt;varun.gupta – 28 file(s) modified&lt;/strong&gt;&lt;br/&gt;Ticket #756, #811 - Product Notification Requests Report and Functionality to add warranty expiry date to each order at it&apos;s creation.&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/user/impl/CartDataAccessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/ttypes.py&lt;br /&gt;~ /trunk/Support/src/main/java/in/shop2020/support/controllers/HotspotReconciliationController.java&lt;br /&gt;+ /trunk/Support/src/main/java/in/shop2020/support/controllers/ProductNotificationsController.java&lt;br /&gt;+ /trunk/Support/src/main/webapp/WEB-INF/content/product-notifications-index.vm&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/ItemNotificationRequestCount.java&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/ProductNotification.java&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/ProductNotificationRequest.java&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/ProductNotificationRequestCount.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/LineItem.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/OrderStatus.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/TransactionService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/OrderService/OrderService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4295&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4295&amp;peg=5336</guid></item>
<item><pubDate>Wed, 04 Jan 2012 16:41:24 +0530</pubDate><dc:creator>anupam.singh</dc:creator><title>Rev 4283 – trac#793 : Re-factored vendor-warehouse mapping and billing flow. Reviewer : ...</title><description>&lt;div&gt;&lt;strong&gt;anupam.singh – 12 file(s) modified&lt;/strong&gt;&lt;br/&gt;trac#793 : Re-factored vendor-warehouse mapping and billing flow.&lt;br /&gt;
Reviewer : Rajveer&lt;br /&gt;
&lt;br /&gt;
Merged methods for billing in case of our warehouse and other warehouse.&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/TransactionService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/OrderService/OrderService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4283&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4283&amp;peg=5336</guid></item>
<item><pubDate>Wed, 16 Nov 2011 08:38:30 +0530</pubDate><dc:creator>chandranshu</dc:creator><title>Rev 4063 – Added support to generate the inventory stock report for a ...</title><description>&lt;div&gt;&lt;strong&gt;chandranshu – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added support to generate the inventory stock report for a particular vendor&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/script/InventoryStockReportGenerator.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4063&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4063&amp;peg=5336</guid></item>
<item><pubDate>Fri, 11 Nov 2011 13:47:24 +0530</pubDate><dc:creator>chandranshu</dc:creator><title>Rev 4024 – Added support for new columns required in the inventory stock ...</title><description>&lt;div&gt;&lt;strong&gt;chandranshu – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added support for new columns required in the inventory stock reports&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;+ /trunk/PyProj/src/shop2020/model/v1/catalog/script/InventoryStockReportGenerator.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/test/CatalogTest.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/runutils/inventory-status-report.sh&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/AvailableAndReservedStock.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4024&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=4024&amp;peg=5336</guid></item>
<item><pubDate>Mon, 24 Oct 2011 16:59:55 +0530</pubDate><dc:creator>chandranshu</dc:creator><title>Rev 3872 – Added search support in the catalog dashboard</title><description>&lt;div&gt;&lt;strong&gt;chandranshu – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added search support in the catalog dashboard&lt;/div&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogDashboard.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogService.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogServiceAsync.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/CatalogTree.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemList.java&lt;br /&gt;+ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/SearchItemBox.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/CatalogServiceImpl.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/ItemList.ui.xml&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3872&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3872&amp;peg=5336</guid></item>
<item><pubDate>Fri, 21 Oct 2011 14:39:42 +0530</pubDate><dc:creator>chandranshu</dc:creator><title>Rev 3848 – Added new methods to the catalog service to retrieve items ...</title><description>&lt;div&gt;&lt;strong&gt;chandranshu – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added new methods to the catalog service to retrieve items in a range&lt;/div&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3848&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3848&amp;peg=5336</guid></item>
<item><pubDate>Mon, 10 Oct 2011 15:18:14 +0530</pubDate><dc:creator>rajveer</dc:creator><title>Rev 3556 – Added code to handle different pricing for multiple sources.</title><description>&lt;div&gt;&lt;strong&gt;rajveer – 2 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added code to handle different pricing for multiple sources.&lt;/div&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/UserModel/UserModel.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3556&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3556&amp;peg=5336</guid></item>
<item><pubDate>Tue, 20 Sep 2011 13:06:51 +0530</pubDate><dc:creator>rajveer</dc:creator><title>Rev 3374 – Added GenericService and isAlive call in this service. Extended other ...</title><description>&lt;div&gt;&lt;strong&gt;rajveer – 21 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added GenericService and isAlive call in this service. Extended other services from this service.&lt;/div&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/crm/CRMService.java&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/generic&lt;br /&gt;+ /trunk/ThriftConfig/src/main/java/in/shop2020/generic/GenericService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/logistics/LogisticsService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/TransactionService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/user/PromotionService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/user/UserContextService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/payments/PaymentService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/utils/HelperService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/warehouse/WarehouseService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CRMService/CRMService.thrift&lt;br /&gt;+ /trunk/ThriftGen/thriftsrc/GenericService&lt;br /&gt;+ /trunk/ThriftGen/thriftsrc/GenericService/GenericService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/Helpers/HelperService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/LogisticsService/LogisticsService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/OrderService/OrderService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/PaymentService/PaymentService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/UserModel/UserModel.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/WarehouseService/WarehouseService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3374&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3374&amp;peg=5336</guid></item>
<item><pubDate>Mon, 19 Sep 2011 13:15:41 +0530</pubDate><dc:creator>chandranshu</dc:creator><title>Rev 3361 – Corrected the type of preferred warehouse from long to string</title><description>&lt;div&gt;&lt;strong&gt;chandranshu – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Corrected the type of preferred warehouse from long to string&lt;/div&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/shared/Item.java&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3361&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3361&amp;peg=5336</guid></item>
<item><pubDate>Mon, 19 Sep 2011 12:47:30 +0530</pubDate><dc:creator>chandranshu</dc:creator><title>Rev 3359 – Adding support for Chaitnaya to adjust the delivery estimate and ...</title><description>&lt;div&gt;&lt;strong&gt;chandranshu – 10 file(s) modified&lt;/strong&gt;&lt;br/&gt;Adding support for Chaitnaya to adjust the delivery estimate and set the preferred warehouse&lt;/div&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemDetails.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/client/ItemForm.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/server/CatalogServiceImpl.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/java/in/shop2020/catalog/dashboard/shared/Item.java&lt;br /&gt;~ /trunk/CatalogDashboard/src/main/resources/in/shop2020/catalog/dashboard/client/ItemDetails.ui.xml&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3359&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3359&amp;peg=5336</guid></item>
<item><pubDate>Mon, 19 Sep 2011 12:06:34 +0530</pubDate><dc:creator>chandranshu</dc:creator><title>Rev 3355 – Added support to manipulate the estimate of an item&apos;s delivery</title><description>&lt;div&gt;&lt;strong&gt;chandranshu – 11 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added support to manipulate the estimate of an item&apos;s delivery&lt;/div&gt;~ /trunk/PyProj/src/shop2020/logistics/service/impl/DataAccessor.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3355&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3355&amp;peg=5336</guid></item>
<item><pubDate>Fri, 16 Sep 2011 20:18:04 +0530</pubDate><dc:creator>varun.gupta</dc:creator><title>Rev 3348 – Added method to retrieve brands for a given category</title><description>&lt;div&gt;&lt;strong&gt;varun.gupta – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added method to retrieve brands for a given category&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3348&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3348&amp;peg=5336</guid></item>
<item><pubDate>Thu, 15 Sep 2011 16:47:48 +0530</pubDate><dc:creator>chandranshu</dc:creator><title>Rev 3323 – Added a method to update item inventory history</title><description>&lt;div&gt;&lt;strong&gt;chandranshu – 4 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added a method to update item inventory history&lt;/div&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3323&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3323&amp;peg=5336</guid></item>
<item><pubDate>Tue, 30 Aug 2011 11:18:58 +0530</pubDate><dc:creator>rajveer</dc:creator><title>Rev 3089 – &quot;Removed unused column similarityIndex from item table. Also removed references.</title><description>&lt;div&gt;&lt;strong&gt;rajveer – 6 file(s) modified&lt;/strong&gt;&lt;br/&gt;&quot;Removed unused column similarityIndex from item table. Also removed references.&lt;/div&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/Item.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3089&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3089&amp;peg=5336</guid></item>
<item><pubDate>Mon, 29 Aug 2011 19:54:02 +0530</pubDate><dc:creator>rajveer</dc:creator><title>Rev 3086 – Added email notification sender. We will send email to the ...</title><description>&lt;div&gt;&lt;strong&gt;rajveer – 14 file(s) modified&lt;/strong&gt;&lt;br/&gt;Added email notification sender. We will send email to the users who want to receive the notifications for the out of stock products.&lt;/div&gt;~ /trunk/PyProj/src/shop2020/helpers/impl/DataAccessor.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/helpers/impl/EmailSender.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/helpers/impl/HelperServiceHandler.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataAcessors.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/model/v1/catalog/impl/InventoryServiceHandler.py&lt;br /&gt;+ /trunk/PyProj/src/shop2020/model/v1/catalog/script/ProductNotifier.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/InventoryService.py&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/utils/HelperService-remote&lt;br /&gt;~ /trunk/PyProj/src/shop2020/thriftpy/utils/HelperService.py&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/catalog/InventoryService.java&lt;br /&gt;~ /trunk/ThriftConfig/src/main/java/in/shop2020/utils/HelperService.java&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/CatalogService/CatalogService.thrift&lt;br /&gt;~ /trunk/ThriftGen/thriftsrc/Helpers/HelperService.thrift&lt;br /&gt;</description><link>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3086&amp;peg=5336</link><guid>https://svn.smartdukaan.com/revision.php?repname=SmartDukaan&amp;path=%2Ftrunk%2FThriftGen%2Fthriftsrc%2FCatalogService%2FCatalogService.thrift&amp;rev=3086&amp;peg=5336</guid></item>
</channel></rss>