GithubHelp home page GithubHelp logo

klemmari1 / mlinvoice Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emaijala/mlinvoice

0.0 0.0 0.0 24.47 MB

Free web-based invoicing primarily for Finnish companies

Home Page: http://www.labs.fi/mlinvoice.eng.php

License: Other

Shell 0.07% JavaScript 7.21% PHP 70.00% XSLT 18.99% CSS 1.27% HTML 0.81% Dockerfile 0.10% SCSS 1.55%

mlinvoice's Introduction

MLInvoice

In English

MLInvoice is a free web-based invoicing system primarily for Finnish companies. It includes support for creating and emailing PDFs and Finvoice electronic invoices. The code is written and commented in English. The user interface is available in both Finnish and English, and invoices can also be created in both languages independently of the UI language. Different locale settings can be defined in the language files. It is also possible to add new translations without having to touch the code.

Main Features:

  • Client Registry
  • Product Registry
  • PDF Invoices
  • Invoice archiving
  • Reporting
  • Email sending
  • Finvoice support

See the MLInvoice home page at http://www.labs.fi/mlinvoice.eng.php for more information, installation instructions and the change log.

N.B. If you install MLInvoice from git (not using one of the releases), be sure to run "composer install" after downloading or cloning the repository to install external dependencies. This is also the case for the release branch in GitHub. Visit https://getcomposer.org/ if you don't already have composer installed.

Release packages at https://www.labs.fi/mlinvoice_installation.eng.php include the dependencies.

Running with Docker

Running MLInvoice in a Docker container is now also supported. MLInvoice is available at Docker Hub: https://hub.docker.com/r/emaijala/mlinvoice/

For development purposes, Docker and Docker-compose are required. When they are available, it's enough to download MLInvoice, extract it into a directory, enter the directory in a terminal and execute the command docker-compose up. When the containers have been created and have started, MLInvoice will be available at http://localhost:8000/. Note that the database is created in the db_data subdirectory, so make sure not to delete it unless you want to start from scratch.

Useful docker commands:

docker-compose up - Start the containers in foreground (Ctrl-C to stop)

docker-compose up -d - Start the containers in background (use docker-compose stop to stop them)

docker-compose up --build - Start the containers after rebuilding them

docker-compose down - Stop the containers

docker run -it mlinvoice_mlinvoice /bin/bash - Open a terminal inside the container

Running with Vagrant

There is a separate MLInvoice-Vagrant project that allows running MLInvoice under Vagrant. See https://github.com/emaijala/MLInvoice-Vagrant for more information.

Information for Developers

  • SASS is used to create the CSS files.
  • JS files are compiled to a single file.
  • grunt watch can be used to compile scss and js files as they change.
  • The custom icon set is created with Fontello from Font Awesome set.
  • For acceptance tests, MLInvoice must be found at http://localhost/mlinvoice-test.
  • For coverage reports of acceptance tests, pcov needs to be installed (pecl install pcov) and Apache configuration from httpd_mlinvoice_test.conf.sample enabled so that c3 can be accessed via e.g. http://localhost/mlinvoice-test/c3/report/html. Run vendor/bin/phing ci-setup ci-codeception-coverage ci-teardown and check results in tests/_output/acceptance.remote.coverage/.
  • To run a specific test after ci-setup, run e.g. vendor/bin/codecept --steps run acceptance BasicFunctionalityCest:login

Suomeksi

MLInvoice on ilmainen web-pohjainen laskutusjärjestelmä erityisesti suomalaisille yrityksille. Pääominaisuuksia ovat:

  • Asiakasrekisteri
  • Tuoterekisteri
  • PDF-laskut
  • Laskujen arkistointi
  • Raportointi
  • Sähköpostilähetys
  • Finvoice-laskutus

Lisätietoja, asennus- ja päivitysohjeet sekä tiedot muutoksista uusissa versiossa löytyvät MLInvoicen kotisivulta http://www.labs.fi/mlinvoice.php

HUOM! Jos asennat MLInvoicen suoraan git:stä, suorita "composer install" latauksen tai kloonauksen jälkeen asentaaksesi ulkoiset riippuvuudet. Tämä koskee myös release-haaraa GitHubissa. Jos sinulla ei vielä ole composeria asennettuna, käy osoitteessa https://getcomposer.org/.

Julkaistut versiot osoitteessa https://www.labs.fi/mlinvoice_installation.php sisältävät ulkoiset riippuvuudet.

mlinvoice's People

Contributors

emaijala avatar dependabot[bot] avatar rulex avatar roitto avatar ioxo avatar pesiaani avatar bpfh avatar jahau avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.