| Line 182... |
Line 182... |
| 182 |
t_lineitem.mrp = lineitem.mrp
|
182 |
t_lineitem.mrp = lineitem.mrp
|
| 183 |
t_lineitem.logisticsCost = lineitem.logisticsCost
|
183 |
t_lineitem.logisticsCost = lineitem.logisticsCost
|
| 184 |
t_lineitem.codCollectionCharges = lineitem.codCollectionCharges
|
184 |
t_lineitem.codCollectionCharges = lineitem.codCollectionCharges
|
| 185 |
t_lineitem.returnQty = lineitem.returnQty
|
185 |
t_lineitem.returnQty = lineitem.returnQty
|
| 186 |
t_lineitem.damaged_expiry_timestamp = to_java_date(lineitem.damaged_expiry_timestamp)
|
186 |
t_lineitem.damaged_expiry_timestamp = to_java_date(lineitem.damaged_expiry_timestamp)
|
| - |
|
187 |
t_lineitem.igstRate = lineitem.igstRate
|
| - |
|
188 |
t_lineitem.cgstRate = lineitem.cgstRate
|
| - |
|
189 |
t_lineitem.sgstRate = lineitem.sgstRate
|
| - |
|
190 |
t_lineitem.hsnCode = lineitem.hsnCode
|
| 187 |
return t_lineitem
|
191 |
return t_lineitem
|
| 188 |
|
192 |
|
| 189 |
def to_t_alert(alert):
|
193 |
def to_t_alert(alert):
|
| 190 |
t_alert = T_Alert()
|
194 |
t_alert = T_Alert()
|
| 191 |
t_alert.id = alert.id
|
195 |
t_alert.id = alert.id
|
| Line 231... |
Line 235... |
| 231 |
wha.address = warehouse_address_master.address
|
235 |
wha.address = warehouse_address_master.address
|
| 232 |
wha.id = warehouse_address_master.id
|
236 |
wha.id = warehouse_address_master.id
|
| 233 |
wha.pin = warehouse_address_master.pin
|
237 |
wha.pin = warehouse_address_master.pin
|
| 234 |
wha.state_id = warehouse_address_master.state_id
|
238 |
wha.state_id = warehouse_address_master.state_id
|
| 235 |
wha.contact_number = warehouse_address_master.contact_number
|
239 |
wha.contact_number = warehouse_address_master.contact_number
|
| - |
|
240 |
wha.contact_person = warehouse_address_master.contact_person
|
| 236 |
return wha
|
241 |
return wha
|
| 237 |
def to_t_emi_scheme(emi_scheme):
|
242 |
def to_t_emi_scheme(emi_scheme):
|
| 238 |
t_emi_scheme = T_EmiScheme()
|
243 |
t_emi_scheme = T_EmiScheme()
|
| 239 |
if emi_scheme:
|
244 |
if emi_scheme:
|
| 240 |
t_emi_scheme.id = emi_scheme.id
|
245 |
t_emi_scheme.id = emi_scheme.id
|