In Canada 2 taxes can be charged in some provinces: provincial (PST) and federal (GST). As a business you register for tax numbers which need to appear on each invoice. When specifying "Canada" and t...
How do I get it to work on my android mobile?
Hi, I want to add a new Category type other than the list available. How can I add new Category Type using GUI or using code?
How can I add a new field (Expiration date) to the product page " items " . Can I find help please ?
A line item can have a fraction set as the qantity.When setting the quantity to 0.125 ( 1/8th) this gets stored and processed ok.However wen editing a saved invoice the 3rd digit is dropped, so 0.125 ...
Hello, I would like to know if it is possible to modify the master file of mail.blade.php (I can't find it), so that I change some things in the header and footer. What I am trying to do is change th...
Dear Development team. I noticed a bug in currency conversion calculation as detailed below: Example: Assume default currency AUD rate 1 Assueme second currency USD rate 0.70 Assume item value $10...
Hi, I'm new to Akaunting. I installed it to play around a bit. I am looking for a basement to a custom project. Looks good so far - great work! What would you recommend for extending existing...
Hi, I'm trying to develop a custom module, so far I've added a submenu like this: https://imgur.com/u8Zg62C (I'm unable to insert the image). The next step is to create the front-end. So I was wond...
What is the proper way of creating custom API endpoint in Akaunting please? Can I modify routes/api.php and add my controller on app\Http\Controllers\Api\? How about internal requests?