BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
trunk
/
PyProj
/
src
/
shop2020
/
helpers
/
impl
/
model
/
DashboardUser.py
– Rev 8303
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
8303
4487 d 18 h
amar.kumar
/trunk/
Additional Changes related to Ebay
/trunk/Support/src/main/java/in/shop2020/support/controllers/EbayAwbUploaderController.java
/trunk/Support/src/main/webapp/WEB-INF/content/ebay-awb-uploader-authsuccess.vm
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/MainPresenterImpl.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/inbox/InboxPresenter.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/inbox/InboxPresenterImpl.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/inbox/OrderDetails.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/CourierDetailsGenerator.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/InvoiceServlet.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/TransactionUtils.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/handler/AuthHandler.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/handler/OrderCountsHandler.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/handler/OrderHandler.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/shared/actions/AuthResponse.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/shared/actions/OrderCountsRequest.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/shared/actions/OrderRequest.java
/trunk/PyProj/src/shop2020/helpers/impl/model/DashboardUser.py
/trunk/PyProj/src/shop2020/model/v1/inventory/script/InventoryStockReportGenerator.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService.py
/trunk/PyProj/src/shop2020/thriftpy/utils/ttypes.py
/trunk/Support/src/main/java/in/shop2020/support/controllers/EbayBluedartPaisapayUploaderController.java
/trunk/Support/src/main/java/in/shop2020/support/controllers/EbayListingUploaderController.java
/trunk/Support/src/main/java/in/shop2020/support/controllers/EbayNormalOrderCreatorController.java
/trunk/Support/src/main/java/in/shop2020/support/controllers/EbayPsOrderCreatorController.java
/trunk/Support/src/main/java/in/shop2020/support/controllers/EbayPsOrderUpdateController.java
/trunk/Support/src/main/webapp/WEB-INF/content/ebay-dashboard-authsuccess.vm
/trunk/ThriftConfig/src/main/java/in/shop2020/model/v1/order/TransactionService.java
/trunk/ThriftConfig/src/main/java/in/shop2020/utils/DashboardUser.java
/trunk/ThriftConfig/src/main/java/in/shop2020/utils/HelperService.java
/trunk/ThriftGen/thriftsrc/Helpers/HelperService.thrift
/trunk/ThriftGen/thriftsrc/OrderService/OrderService.thrift
2823
5283 d 8 h
chandranshu
/trunk/PyProj/src/shop2020/
Warehouse service code
/trunk/PyProj/src/shop2020/warehouse
/trunk/PyProj/src/shop2020/warehouse/__init__.py
/trunk/PyProj/src/shop2020/warehouse/main
/trunk/PyProj/src/shop2020/warehouse/main/WarehouseServer.py
/trunk/PyProj/src/shop2020/warehouse/main/__init__.py
/trunk/PyProj/src/shop2020/warehouse/main/handler
/trunk/PyProj/src/shop2020/warehouse/main/handler/WarehouseHandler.py
/trunk/PyProj/src/shop2020/warehouse/main/handler/__init__.py
/trunk/PyProj/src/shop2020/warehouse/main/model
/trunk/PyProj/src/shop2020/warehouse/main/model/LineItem.py
/trunk/PyProj/src/shop2020/warehouse/main/model/Purchase.py
/trunk/PyProj/src/shop2020/warehouse/main/model/PurchaseOrder.py
/trunk/PyProj/src/shop2020/warehouse/main/model/Scan.py
/trunk/PyProj/src/shop2020/warehouse/main/model/StockLedger.py
/trunk/PyProj/src/shop2020/warehouse/main/model/Supplier.py
/trunk/PyProj/src/shop2020/warehouse/main/model/Warehouse.py
/trunk/PyProj/src/shop2020/warehouse/main/model/WarehouseDashboardUser.py
/trunk/PyProj/src/shop2020/warehouse/main/model/__init__.py
/trunk/PyProj/src/shop2020/warehouse/test
/trunk/PyProj/src/shop2020/warehouse/test/__init__.py
/trunk/PyProj/src/shop2020/helpers/impl/model/DashboardUser.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/Convertors.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/catalog/ttypes.py
2783
5285 d 7 h
chandranshu
/trunk/PyProj/src/shop2020/
Added support for our billing
/trunk/PyProj/src/shop2020/helpers/impl/model/DashboardUser.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/Convertors.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataService.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/OrderServiceHandler.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService-remote
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/TransactionService.py
/trunk/PyProj/src/shop2020/thriftpy/model/v1/order/ttypes.py
/trunk/PyProj/src/shop2020/thriftpy/utils/HelperService.py
/trunk/PyProj/src/shop2020/thriftpy/utils/ttypes.py
2445
5311 d 6 h
chandranshu
/trunk/PyProj/src/shop2020/helpers/impl/
Moved out the DashboardUser class into its own file. Started returning the dashboard user from the authenticate method
/trunk/PyProj/src/shop2020/helpers/impl/model
/trunk/PyProj/src/shop2020/helpers/impl/model/DashboardUser.py
/trunk/PyProj/src/shop2020/helpers/impl/model/__init__.py
/trunk/PyProj/src/shop2020/helpers/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/helpers/impl/DataService.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServiceHandler.py