Akaunting

Akaunting is an emerging accounting software. The basic version is completely free and very suitable for most small to medium-sized businesses. Based on the popular and open-source Laravel framework, it is particularly flexible due to its modular structure.

Features

With our module for Akaunting, mass sending to contacts can be easily set up. Both SMS and voice messages are supported. Additionally, automatic SMS sending is supported as soon as an invoice is created. Of course, you can contact us at any time with suggestions for improvement.

Download

The module can be downloaded via the repository on GitHub.

Installation

  1. 1

    Open terminal and change directory

    Navigate to the modules directory within the Akaunting installation.

  2. 2

    Clone library

    git clone https://github.com/seven-io/akaunting Seven && cd Seven
    
  3. 3

    Install dependencies

    composer install && npm i && npm run build
    
  4. 4

    Link module with Akaunting

    cd ../../ && php artisan module:install seven 1
    
Last updated: 5 days ago