|
@@ -618,6 +618,7 @@ function report_account_payable_expenses(reporting){
|
|
|
date : moment(item.date_invoice).format('YYYY-MM-DD'),
|
|
|
user_id : item.user_id[1],
|
|
|
partner_id : self.valorNull(item.partner_id[1]),
|
|
|
+ partner_local : self.valorNull(item.comment),
|
|
|
residual_total : residual_total,
|
|
|
amortized_total: accounting.formatMoney(item.amount_total_currency - item.residual_currency, '', CurrencyBase.decimal_places, CurrencyBase.thousands_separator, CurrencyBase.decimal_separator),
|
|
|
amount_total : amount_total,
|
|
@@ -924,6 +925,7 @@ function report_account_payable_expenses(reporting){
|
|
|
date_invoice :{columnWidth: 18, halign:'center'},
|
|
|
user_id :{columnWidth: 23, halign:'left'},
|
|
|
partner_id : {halign:'left'},
|
|
|
+ partner_local : {halign:'left'},
|
|
|
amount_total : {columnWidth: 25, halign:'right'},
|
|
|
amortized_total : {columnWidth: 25, halign:'right'},
|
|
|
residual_total : {columnWidth: 25, halign:'right'},
|