Sunteți pe pagina 1din 23

Summary

New files
Date 07.09.2016
Smart Order (Web Application)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

Status
Master Page
Solved
Home Page
Solved
Item Details
wip
Pending Order
Solved
Order Summary
Solved
Outstanding
Solved
Outstanding Detail
Solved
Customer-Item Mapping
Solved
Web Order
Solved
Web Order Details
Solved
Brand Selection
Solved
Customer Change
Solved
Order Submit( Cart Summary)
wip
Customer Address ( for guest customer)Solved
Change Password s
Pending
Login
Solved
Integration Testing
Pending

Assign To
Shiv
Shiv
Pranali
Hari
Hari
Nitesh
Nitesh
Hari
Gaurav
Gaurav
Nitesh
Nitesh
Nitesh
Gaurav
Pranali
Nitesh

18
19
20
21

Stock and Upload Data Method


Solved
Shiv
Implementation of Stock, Outstanding and Item upload methods
Web Stock Uploader
wip
Arjun
Sumato Approval
Solved
Jyoti

Return emailid of customer from login credential use to send email in smart order

Page 1

Summary

Pending (%) DoneDate

10 27.09.2016

100 28.09.2016

100 30.09.2016

100 29.09.2016
30 29.09.2016

send email in smart order

Page 2

Master Page

logo

Company Name

Home

Master

LogOut
Cart
Reports

Item Page

Search Item

Filter

Image

ItemCode Category Desc


SizeDesc Rs.3943.33

Note:
on filter click show Category, SubCategory,Brand, ItemGroup and Clear. After selection of any filter show
log in customer name, login as guest

Item Detail Page

Image

Color(Desc Angel)
Thumbnail image ( color)
Product
(Itemcode- (Discount)
Category

(7% Off)Or Rs.R15 Off)

Size
Color Chart
(Red)
(Green)
(Blue)
Size Chart
Size
Rate
MRP
S
200
.
1 Pcs 300 Rs.
Fav Set
SxL

S x XL

Stock
300

Qty
1

+
M x XL

MxL

Add To Cart

Note: color can be in three line, after three line should be scrolling, on selection change bord
on click on fav set fill qty in fav set size,
if retailer then hide rate column, calculate amount according to them
stock column show according to configuration
change border color of qty according to slabwise stock
Ifconsumer=true then
amount=mrp-disocunt* Qty
Else
amount=rate*qty
end
*if consumer = true th display sizes which is MRP greater then 0
on click on thumbnail color and color chart click change color

Cart Summary
Party:

Sajani

Cart: 25 Pcs 15 Items 500.00 Rs.


Place Order

Image

Image

ItemDesc
Color
Size Desc
Qty-1
Remove

Item Code(Sub Category Desc)


Red
S x 6 XL
Rs.200.00
Edit

ItemDesc
Color
Size Desc
Qty-1
Remove

Item Code(Sub Category Desc)


Green
S x 6 XL
Rs.300.00
Edit

Check In
Note if retailer login then update mrp in rate
flipcart
Amount will depend on configuration rate * Qty or mrp * Qty

Open main data with following tables

SELECT Orc_AdDesc, Orc_AdNo,Ordc_ItemNo, Ordc_ColorNo, Itm_Code, Ct_Desc, Cts_N


Co_Desc, Sz_Desc, Ordc_TotalQty,Ordc_TotalAmount, Ordc_TotalAmountMRP, '' AS ImageN
FROM Trn_OrderCopy LEFT JOIN
Trn_OrderTrnCopy ON Ordc_OrcPkNo = Orc_PkNo LEFT JOIN
Mst_ItemMaster ON Itm_No = Ordc_ItemNo LEFT JOIN
Mst_Category ON Ct_No = Itm_CtNo LEFT JOIN
Mst_CategorySub ON Cts_No = Itm_CtsNo LEFT JOIN
Mst_Color On Co_No = Ordc_ColorNo LEFT JOIN
Mst_Size ON Sz_No = Ordc_SizeNo
WHERE Orc_UserNo =<RegistrationPkNo>
Open image table
SELECT Iti_ItmNo, Iti_CoNo, Iti_ImageName
FROM Mst_ItemImage
take loop of product
first find image by itemno+colorno
if not found then
take by only itemno
end

. After selection of any filter show list of selected master

rolling, on selection change border

orNo, Itm_Code, Ct_Desc, Cts_Name,


c_TotalAmountMRP, '' AS ImageName

Masters

Customer Item Mapping

Customer Search

Search

Customer Na Area/Zone

Agent

Sel

Update

Brand Selection
Brand Name Drop Down

OK

Change Customer
Client Name
Area
Agent
Check Box
OK

Customer Address (Guest)


Customer Name
Start Date
M
End Date
M
EmailID
Comments
Name
Address

M
M

Page 9

Login as Guest

Masters

City
State
Pincode
MobileNo
EmailID

drop down or entry


drop down
M

Save

Note: if guest login in then display all columns else hide address details
send order print to enter email id
on download check city in local if not found then generate
in case of guest show Guest Details in place of Customer name
if guest details then hide second email id

Page 10

Masters

Item Search
Item

Search
Category

Size

Brand

Sel

Gravity Creation
Blazo Clothing
Infancy

Page 11

Masters

Page 12

Note: all the grid should be in one div and scrolling, when we check in mobile then data will show in scroll
Pending Order
Customer Selection

Item Selection

DocNo

Party

Date

Search
Agent

Item

Color

Total

Order Summary
Customer Selection
Party

Area

Search
Agent

Generate excel

Total Order

Closed

Dispatch

Outstanding
Customer Selection
Party Name
ABC

Area

Search
Zone

Outstanding

Total

1200

on Party ABC click open billwise details forms


Outstanding Details
ABC
Type

Generate excelGenerate PDF


BillNo

Bill Date

Bill Amount

Outstandin Due Date

Date

Party Name

Area

Zone

Web Order Summary


DocNo

Agent

Web Order Details


Item Code

Back
Desc

Category

SubCategory Color

Total

Qty

en data will show in scroll

Parameters required
1. Type
Total

4 .........

16
2. Login in client pk no

100

Generate PDF
Pending

Repeat OrdPacked W Supply Rat Goods Ret GR Ratio(%)

Back
Due Days

Start Date End Date Qty

Amount

Comment
Detail

Total

1500

Print

3 ..16

Rate

MRP

Amount

1500

Parameters required
1-Manugfacturer
2-Customer
3-Agent
2. Login in client pk no

Upload Item
Screen
1
2
3
4
5

Tables

Pending Order
Order Summary
Outstanding
Outstanding Detail
Stock

Trn_SalePur, Trn_SalePurTrn
Trn_OrderSummary

Mst_Address
Mst_Area
Mst_City
Mst_Country
Mst_MasterCategory
Mst_State
Mst_Tax
Mst_Transport
Mst_Zone
Mst_ItemMaster
Mst_ItemColor
Mst_ItemFavSizeSet
Mst_itemGroup
Mst_ItemImage
Mst_ItemRateMRP
Mst_Brand
Mst_Category
Mst_Color
Mst_Dept
Mst_Size
Mst_SizeExtraDetails
Mst_SubCategory
Trn_Order
Trn_OrderCopy
Trn_OrderTrn
Trn_OrderTrnCopy
Trn_OrderSummary
Trn_Outstanding
Trn_PendingCuttingPOGF
Trn_SalePur
Trn_SalePurTrn
Trn_StockDetails

SmartOrderMethods
To upload items we will create one method for one table with where condition parameter
when we call from WebUploadItem then we will pass blank value, no need to generate record in Trn_WebItemM
, on change of particular row we will pass pkno condition
we will update inused to 1 before generate and after completion update inused with 0 or delete that records

Page 19

Upload Item
through service we will use in of Trn_WebItemModifyRecords

Order Summa Trn_OrderSummary


To upload order summary we will create one method with where condition parameter
we will use Trn_WebItemModifyRecords table to get modified customer records and upload data
when we call from WebUploadItem then pass blank value and no need to generate record in Trn_WebItemMod
Pending Orde we will use same method for generate record in Trn_SalePur and Trn_SalePurTrn table
we will pass ordpkno when change any records
Outstanding

Trn_Outstanding
To upload oustanding we will create method with where condition parameter
we will use Trn_WebItemModifyRecords table to get modified customer data

Stock

Trn_StockDetails
To upload stock we will create method with where condition parameter
we will use Trn_WebItemModifyRecords table to get modified SlpNo

Sales

Trn_Sales
To upload sales we will create method with where condition parameter
we will use Trn_WebItemModifyRecords table to get modified SlpNo
1 WebUpload Item
we will

on update and delete


first generate record in modified table
according to update or delete
update modified table
on service
get updated record
and generate
get deleted record
delete

Page 20

Upload Item

tion parameter
d to generate record in Trn_WebItemModifyRecords table

used with 0 or delete that records

Page 21

Upload Item

done

Adno

ecords and upload data


generate record in Trn_WebItemModifyRecords
ePurTrn table

done

AdNo

done

SlpNo

done

SlpNo

Page 22

UserSetting
Brand Selection
1 Show Smart Order Approved List
2 After selection set client id and compnay name
3 set connection string

Customer Change
1 If IsSmartOrderGuestAllowed true then show guest alowed
2

Page 23

S-ar putea să vă placă și