Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
4651 5077 d 7 h rajveer /trunk/ Added support to failfast. If service is unable to get parameters from config server, it must fail. It must not continue with default parameters.  
/trunk/PaymentService/src/main/java/in/shop2020/payment/service/PaymentServer.java
/trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/PaymentServiceHandler.java
/trunk/PyProj/src/shop2020/config/ConfigServer.py
/trunk/PyProj/src/shop2020/content/main/ContentServer.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/model/v1/catalog/CatalogServer.py
/trunk/PyProj/src/shop2020/model/v1/order/TransactionServer.py
/trunk/PyProj/src/shop2020/model/v1/user/UserContextServer.py
/trunk/PyProj/src/shop2020/purchase/main/PurchaseServer.py
4503 5099 d 19 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