webmenedzser / billingo
Integrate Craft Commerce with Billingo
Installs: 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 6
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0
- craftcms/commerce: ^4.0.0
- froccsos/billingo-api-connector: ^1.1.1
- dev-master
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.14
- 1.5.13
- 1.5.12
- 1.5.11
- 1.5.10
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/add-event-before-request
- dev-dependabot/npm_and_yarn/minimist-1.2.8
- dev-dependabot/npm_and_yarn/minimatch-3.1.2
- dev-dependabot/npm_and_yarn/node-fetch-2.6.7
- dev-dependabot/npm_and_yarn/ansi-regex-5.0.1
- dev-dependabot/npm_and_yarn/handlebars-4.7.7
- dev-dependabot/npm_and_yarn/y18n-4.0.1
This package is auto-updated.
Last update: 2024-10-31 15:06:02 UTC
README
This plugin will connect Craft Commerce with Billingo: whenever an Order is paid, a new invoice will be generated in Billingo. Once a Refund is made (even if it is a partial or a full refund) a new invoice will be generated while the previous one will be stornoed.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later, and Craft Commerce 3.2.0 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require webmenedzser/billingo
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Billingo for Craft Commerce.
Billingo for Craft Commerce Overview
This plugin will connect Craft Commerce with Billingo: whenever an Order is paid, a new invoice will be generated in Billingo. Once a Refund is made (even if it is a partial or a full refund) a new invoice will be generated while the previous one will be stornoed.
Features:
- New invoice is generated when a successful payment is made.
- On a partial refund the previous invoice is stornoed and a new one is generated with the new price.
- On a full refund the invoice will stornoed.
- If a target volume is set, the plugin will automatically download the newly generated invoice there.
- Normal and Proform Invoices supported.
- Configurable settings:
- Invoice Type: Normal / Proform
- Invoice Template Languages: hu, en, de, fr, hr, it, ro, slo
- Electronic Invoice: yes / no
- Ask Billingo to send e-mails to clients
- VAT options: 0%, 5%, 18%, 27%
- Rounding options: 0, 1, 5, 10
- Block ID
- Unit Type string
- Invoice Volume
- NEW! Map your Craft Commerce gateways to Billingo Payment Methods.
- NEW! Override some of your default settings (Due Days & Invoice Type) for your payment gateways.
- Support for Project Config
Configuring Billingo for Craft Commerce
Navigate to Settings 🡒 Billingo for Craft Commerce, or copy vendor/webmenedzser/billingo/src/config.php
to config/billingo.php
and edit it to your needs.
Found a bug?
Check the issues or open a new one!
Brought to you by dr. Ottó Radics