Forum

Ask, reply and learn. Join the community of Akaunting.

New Discussion

Create company-button doesn't respond

Martin Dybdal   ( User )

Commented 4 years ago

Hi I wanted to try out Akaunting, but after login, when I go to akaunting.com/cloud, to create the company, I can't get any further. The "Create company" button doesn't respond. I've tried in both Firefox and Safari (on Mac OS X).

No errors are shown in the Javascript console in either browser. The button just doesn't seem to do anything.

Hope you can help

Martin Dybdal   ( User )

Commented 4 years ago

I now tried to look into it myself, and it seems like the javascript event for that button, is just commented out completely:

jQuery('#create_company').click(function(e) {
//e.preventDefault();

/*var company_name = jQuery('#company_name').val();

if (!company_name) {
return false;
}*/

//alert('Test');

/*woopra.track({
name: 'akcloud',
company_name: company_name
});*/

/*ga('send', {
hitType: 'event',
eventCategory: 'Button',
eventAction: 'Click',
eventLabel: 'Create Company'
});*/

//fbq('track', 'CreateCompanyButton');
});

https://akaunting.com/public/themes/front/js/custom.js?v=1.3.3

Peter Vercauteren   ( User )

Commented 4 years ago

I have the same issue but for me it gives following error:
Failed to load resource: the server responded with a status of 500 () (on /cloud/companies xhr request)

Please login or register to leave a response.

Showing 1 to 3 of 3 discussions