|
@@ -557,6 +557,9 @@ function report_guide_smile_analytic(reporting){
|
|
|
id : invoice.id,
|
|
|
number : (invoice.number),
|
|
|
doctor_name : partner[0].medic[1],
|
|
|
+ mobile : self.valorNull(partner[0].mobile),
|
|
|
+ email : self.valorNull(partner[0].email),
|
|
|
+ city : self.valorNull(partner[0].city),
|
|
|
product_id : item.product_id[0],
|
|
|
product_name : item.product_id[1],
|
|
|
ean13 : self.valorNull(product.ean13),
|
|
@@ -849,6 +852,9 @@ function report_guide_smile_analytic(reporting){
|
|
|
number: {columnWidth: 24},
|
|
|
date_create :{columnWidth: 17},
|
|
|
partner_name:{columnWidth: 20},
|
|
|
+ mobile : {columnWidth: 12},
|
|
|
+ email : {columnWidth: 15},
|
|
|
+ city : {columnWidth: 15},
|
|
|
ean13:{columnWidth: 10},
|
|
|
doctor_name :{columnWidth: 40},
|
|
|
product_name :{columnWidth: 40},
|