ssfakude commited on
Commit
cff7749
1 Parent(s): c538f54

Add NO. and Order No.

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -159,6 +159,8 @@ elif authentication_status:
159
  cf_1nav_net_weight = j[11]
160
  cf_1nav_amount = j[18]
161
  cf_1nav_location_code = j[10]
 
 
162
  now = datetime.now()
163
 
164
 
@@ -264,6 +266,8 @@ elif authentication_status:
264
  cf_1nav_req_del_date = str(j[5])[:10]
265
  cf_1nav_shipping_date = str(j[11])[:10]
266
  cf_1nav_doc_date =str(j[10])[:10]
 
 
267
  now = datetime.now()
268
 
269
 
@@ -298,6 +302,8 @@ elif authentication_status:
298
  "cf_1nav_customer_name":cf_1nav_customer_name,
299
  "cf_1nav_sales_resp":cf_1nav_sales_resp,
300
  "cf_1nav_amount":cf_1nav_amount,
 
 
301
  "cf_1nav_net_weight":cf_1nav_net_weight,
302
  "cf_1nav_req_del_date":cf_1nav_req_del_date,
303
  "cf_1nav_shipping_date":cf_1nav_shipping_date,
 
159
  cf_1nav_net_weight = j[11]
160
  cf_1nav_amount = j[18]
161
  cf_1nav_location_code = j[10]
162
+
163
+
164
  now = datetime.now()
165
 
166
 
 
266
  cf_1nav_req_del_date = str(j[5])[:10]
267
  cf_1nav_shipping_date = str(j[11])[:10]
268
  cf_1nav_doc_date =str(j[10])[:10]
269
+ cf_1nav_no =j[0]
270
+ cf_1nav_order_no =j[6]
271
  now = datetime.now()
272
 
273
 
 
302
  "cf_1nav_customer_name":cf_1nav_customer_name,
303
  "cf_1nav_sales_resp":cf_1nav_sales_resp,
304
  "cf_1nav_amount":cf_1nav_amount,
305
+ "cf_1nav_no" : cf_1nav_no,
306
+ "cf_1nav_order_no" :cf_1nav_order_no ,
307
  "cf_1nav_net_weight":cf_1nav_net_weight,
308
  "cf_1nav_req_del_date":cf_1nav_req_del_date,
309
  "cf_1nav_shipping_date":cf_1nav_shipping_date,