David Bomba
031fd819f5
Add license header
2023-04-21 15:44:44 +10:00
David Bomba
f0487b2560
Refactor for e-invoices
2023-04-21 15:44:11 +10:00
David Bomba
28637ae78c
Refactor for e-invoices
2023-04-21 15:18:17 +10:00
David Bomba
d06fa55f31
Move e_invoice_type to settings object
2023-04-21 07:54:35 +10:00
David Bomba
78e429d559
Fixes for taxes
2023-04-19 16:51:01 +10:00
David Bomba
35d84496ef
Minor fixes for e invoices
2023-04-19 11:11:04 +10:00
Lars Kusch
4ff9da777d
Fixes for the tests
2023-04-17 11:55:38 +02:00
David Bomba
a365d11661
Minor cleanup?
2023-04-17 18:23:07 +10:00
Lars Kusch
81b5c8783e
Renamed to e_invoice
2023-04-17 09:24:16 +02:00
Lars Kusch
24b2993198
Corrected minor issue
2023-04-06 15:54:08 +02:00
Lars Kusch
7965f51507
Added support for the new auto-tax model
2023-04-06 11:48:32 +02:00
Lars Kusch
573b802f70
Fixed a little typo
2023-04-06 11:08:07 +02:00
Lars Kusch
5ce5e8f042
Added accurate payment instructions
2023-04-05 15:43:02 +02:00
Lars Kusch
6756de3c2b
Added Xinvoice to more pdf-downlaods
2023-04-05 15:31:40 +02:00
Lars Kusch
66b0d287b8
Added compatibilty to XRechnung 2.2
2023-04-05 14:57:26 +02:00
Lars Kusch
cdda4a6594
More improvements and fixes
2023-04-05 14:33:23 +02:00
Lars Kusch
66193b6e6a
More improvements
2023-04-05 11:43:37 +02:00
Lars Kusch
fd72b1dce5
Fixed some bugs
2023-04-05 11:41:26 +02:00
Lars Kusch
3239431faa
Fixes some bugs and finished refactoring for calc method
2023-04-05 11:39:54 +02:00
Lars Kusch
d079a02bff
Refactoring to use the $invoice->calc() method
2023-04-05 11:22:41 +02:00
Lars Kusch
dabfe543f1
More fixes
2023-04-04 11:46:51 +02:00
Lars Kusch
073fee4c5b
Add Xinvoice to E-Mail
2023-04-04 09:18:22 +02:00
Lars Kusch
f2c38bb948
Add Xinvoice to E-Mail
2023-04-04 08:58:01 +02:00
Lars Kusch
73ac25072f
More fixes
2023-04-03 21:00:47 +02:00
Lars Kusch
1c339cd208
More fixes
2023-04-03 17:55:40 +02:00
Lars Kusch
0e74d6e03d
Created API for XInvoice
2023-04-03 14:34:47 +02:00
Lars Kusch
8da6911e0e
Simplified switch statement
2023-03-14 21:41:43 +01:00
Lars Kusch
92f2678370
Add different types of taxes in the european union
2023-03-14 21:39:17 +01:00
Lars Kusch
d5bb25fb35
Minor fix
2023-03-14 21:26:28 +01:00
Lars Kusch
b1be93828a
Implement different invoice taxes
2023-03-14 21:26:08 +01:00
Lars Kusch
dd49768aef
Fixes for XInvoice and differniate between Profiles
2023-03-13 08:50:37 +01:00
Lars Kusch
a765153642
Create XInvoice automatically, when enabled
2023-03-13 08:28:46 +01:00
Lars Kusch
d4bc9de472
Renamed class to respect english convention
...
Added support for saving file
2023-03-13 08:07:54 +01:00
Lars Kusch
060cc2d6a0
Add support for "Leitweg-ID" and po-number
2023-03-13 08:01:17 +01:00
Lars Kusch
454182f49c
Improve implementation
2023-03-12 12:58:48 +01:00
Lars Kusch
c11ff31cc3
Minor fixes
2023-03-12 12:46:10 +01:00
Lars Kusch
cd50941bc1
Added discounts and surcharges
2023-03-12 12:45:04 +01:00
Lars Kusch
f3ed4abd9f
Inital version for XRechnung / ZugFerd
2023-03-12 12:13:59 +01:00
David Bomba
043cc121b2
Refactor constructor
2023-03-09 13:56:34 +11:00
David Bomba
594646823c
Add UBL feature to invoices
2023-03-08 20:47:13 +11:00
David Bomba
4babfbb651
php-cs-fixer
2023-02-16 12:36:09 +11:00
David Bomba
6c86d7151a
Update copyright year
2023-01-29 09:21:40 +11:00
David Bomba
e0170dbecf
Show credit payment amounts in the client portal
2023-01-19 14:45:34 +11:00
David Bomba
de41d2546c
Fixes for touching reminders inappropriately
2023-01-13 22:26:12 +11:00
David Bomba
894c2011b0
Improve clean up of stale gateway fees
2023-01-11 15:43:54 +11:00
David Bomba
78358f2e49
Fixes for use path
2023-01-07 02:38:08 +11:00
David Bomba
10e3492140
Check late invoice, webhooks
2023-01-07 02:32:40 +11:00
David Bomba
7ac4786bff
Refactor to remove dispatchSync from code path
2022-08-01 07:30:04 +10:00
Nikola Cirkovic
c75b1d303f
Cirkovic/ina 16 fixes ( #50 )
...
* Dispatch | PdfCreatorTest | Removed deprecated method
* Dispatch | Remove deprecated dispatchNow() method and use dispatchSync or call handle() on class where return is mandatory.
2022-06-24 21:15:14 +10:00
Shift
19080933b6
Apply Laravel coding style
...
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.
You may customize the code style applied by adding a [PHP CS Fixer][1] or [PHP CodeSniffer][2] ruleset to your project root. Feel free to use [Shift's Laravel ruleset][3] to help you get started.
For more information on customizing the code style applied by Shift, [watch this short video][4].
[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://github.com/squizlabs/PHP_CodeSniffer
[3]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
[4]: https://laravelshift.com/videos/shift-code-style
2022-06-21 09:57:17 +00:00