0
Hola,
acabo de pagar la suscripción y he instalado Invoice Manager en una instalación de Joomla nueva y limpia. Al acceder al componente hay un error de javascript "Uncaught SyntaxError: Invalid or unexpected token" que impide que el componente se ejecute bien por lo que se muestran errores en la vista y no funcionan los botones de la barra de navegación.
A continuación muestro el error tal y como se produce.
PD: A mí también me encanta Vue.js
acabo de pagar la suscripción y he instalado Invoice Manager en una instalación de Joomla nueva y limpia. Al acceder al componente hay un error de javascript "Uncaught SyntaxError: Invalid or unexpected token" que impide que el componente se ejecute bien por lo que se muestran errores en la vista y no funcionan los botones de la barra de navegación.
A continuación muestro el error tal y como se produce.
var vm = {
summary : {
num_invoices: 0,
total_invoices: [],
total_income: [],
pending_income: [],
taxes: {
},
update: 0
},
animatedSummary : {
num_invoices: 0,
total_invoices: 0,
total_income: 0,
pending_income: 0,
taxes: {
}
},
invoices: [],
current_action: '',
current_invoice: new Invoice({id:0,
items:[],
payments:[],
taxes:{
},
history: [],
language: 'en-GB'
}),
format: {
before : "",
after : "",
currency_before : "",
currency_after : "",
currency_id : "1",
noMoreEntriesText : "No more entries to show...",
decimals : "2",
number_decimals : "2",
decpoint : ".",
thousands : ",",
minus_format : "minus",
},
alltaxes: {
},
type: type,
split_view: split_view,
instant_preview: instant_preview,
isLoading: true,
more_items: true,
cal_start: "",
cal_end: "",
time: "",
periodOffset: 0,
status_id: "",
keywords: "",
user_id: "
",
filter_currency_id: "0",
filter_order: "i.id",
filter_order_Dir: "DESC",
currencies: ...
PD: A mí también me encanta Vue.js
Responses (7)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hola Germinal,
he configurado todo y sigue el problema, pero he visto que a la variable user_id se le asigna $this->user_id en el archivo administrator\components\com_invoices\views\invoices\tmpl\default.php y $this->user_id no está definida en administrator\components\com_invoices\views\invoices\view.html.php -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »