Subversion Repositories SmartDukaan

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
11801 4313 d 10 h manish.sharma /trunk/ Committed by Manish Sharma for Direct Scan to Amazon Warehouses on 26-Jun-2014  
/trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/BulkPurchaseController.java
/trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/PurchaseController.java
/trunk/InventoryManager/src/main/java/in/shop2020/inventory/controllers/PurchaseOrderController.java
/trunk/InventoryManager/src/main/webapp/WEB-INF/content/bulk-purchase-show.vm
/trunk/InventoryManager/src/main/webapp/WEB-INF/content/purchase-new.vm
/trunk/InventoryManager/src/main/webapp/WEB-INF/content/purchase-order-show.vm
/trunk/InventoryManager/src/main/webapp/WEB-INF/content/purchase-show.vm
/trunk/PyProj/src/shop2020/purchase/main/handler/PurchaseServiceHandler.py
/trunk/PyProj/src/shop2020/purchase/main/model/Purchase.py
/trunk/PyProj/src/shop2020/thriftpy/purchase/PurchaseService-remote
/trunk/PyProj/src/shop2020/thriftpy/purchase/PurchaseService.py
/trunk/PyProj/src/shop2020/thriftpy/purchase/ttypes.py
/trunk/ThriftConfig/src/main/java/in/shop2020/purchase/Purchase.java
/trunk/ThriftConfig/src/main/java/in/shop2020/purchase/PurchaseService.java
/trunk/ThriftGen/thriftsrc/PurchaseService/PurchaseService.thrift
/trunk/WarehouseService/src/main/java/in/shop2020/warehouse/service/handler/WarehouseServiceHandler.java
6380 4889 d 15 h amar.kumar /trunk/ Changes for
1) Adding recieved timestamp of purchase
2) We have to remove the option of continuing a purchase
3) Stop changing inventory for real warehouses

Reviewed by Amar
 
/trunk/InventoryManager/src/main/webapp/WEB-INF/content/current-inventory-show.vm
/trunk/InventoryManager/src/main/webapp/WEB-INF/content/purchase-order-show.vm
/trunk/PyProj/src/shop2020/purchase/main/model/Purchase.py
4503 5177 d 7 h mandeep.dhir /trunk/PyProj/src/shop2020/purchase/ Trac#888 Inventory/Warehouse management for serialized items.
Separeted purchase order service and warehouseservice
Added form in UI to create item number mapping
Added validation to avoid repeated scan of same item
 
/trunk/PyProj/src/shop2020/purchase
/trunk/PyProj/src/shop2020/purchase/__init__.py
/trunk/PyProj/src/shop2020/purchase/main
/trunk/PyProj/src/shop2020/purchase/main/PurchaseServer.py
/trunk/PyProj/src/shop2020/purchase/main/__init__.py
/trunk/PyProj/src/shop2020/purchase/main/handler
/trunk/PyProj/src/shop2020/purchase/main/handler/PurchaseServiceHandler.py
/trunk/PyProj/src/shop2020/purchase/main/handler/__init__.py
/trunk/PyProj/src/shop2020/purchase/main/model
/trunk/PyProj/src/shop2020/purchase/main/model/LineItem.py
/trunk/PyProj/src/shop2020/purchase/main/model/Purchase.py
/trunk/PyProj/src/shop2020/purchase/main/model/PurchaseOrder.py
/trunk/PyProj/src/shop2020/purchase/main/model/Supplier.py
/trunk/PyProj/src/shop2020/purchase/main/model/__init__.py
/trunk/PyProj/src/shop2020/purchase/main/script
/trunk/PyProj/src/shop2020/purchase/main/script/__init__.py
/trunk/PyProj/src/shop2020/purchase/test
/trunk/PyProj/src/shop2020/purchase/test/__init__.py