How can I override the vue component like the AkauntingDropzoneFileUpload.vue
I find it hard to understand the documentation. Once I have created a module, installed it I created a menu item (good). It does not go in second position as it should: ``` public function handle(...
Hello Guys, I am trying to deploy a new instance in stagging with Laragon. when i run "php -v" from the terminal this is what i get: λ php -v PHP 7.4.15 (cli) (built: Feb 2 2021 20:47:4...
Hi ! I have this problem when i run : npm run dev or npm run prod : npm run prod > [email protected] prod /System/Volumes/Data/projets_internet/akaunting > npm run production > [email protected]
Why I can't run php artisan module:make-component MyAlert my-blog anymore?
I want to import revenue and payments data from another system. I haven't found any endpoints in api.php for it. Is there any way to do it?
Dear Akainting support team, let me describe a bug: Given: web version Version 2.1.1 When: I create a new bill. Then: The bill number stays as the previous bill number. Expected result: The bi...
Hi, I'm a developer and I am considering to build modules for akaunting. I found it strange that the index.php is placed in the root instead of in the public folder as is standard in most modern ...
I cloned Akaunting from Github into my pc, when I run composer install it shows errors saying like I have installed PHP 8 and required is 7.3.0. Your lock file does not contain a compatible set of ...
I've created a listener using PaymentMethodShowing with the following function: public function handle(Event $event) { $method['name'] = 'Payment Method Name'; $method['code...