1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
Commit Graph

4000 Commits

Author SHA1 Message Date
David Bomba
ff4f2f3953 Checks on Company Ledger sanity 2021-01-21 12:33:39 +11:00
David Bomba
f06fc9f720 Minor fix for payment validations' 2021-01-21 10:58:54 +11:00
David Bomba
db9e8ff830 Add rules preventing overpayment on invoices 2021-01-21 10:53:02 +11:00
David Bomba
79723759eb Reduce test data size for large account 2021-01-21 10:05:23 +11:00
David Bomba
7d5b679214 Fix for failed() method returning an error instead of exception 2021-01-21 10:02:39 +11:00
David Bomba
62bc55cf0b Fixes for client authentication to client portal 2021-01-21 10:01:13 +11:00
David Bomba
dadfb6d6a7
Merge pull request #4737 from turbo124/v5-develop
Fixes for dependencies.
2021-01-21 07:59:06 +11:00
David Bomba
cb959fd3a3
Merge branch 'v5-develop' into v5-develop 2021-01-21 07:58:58 +11:00
hillelcoren
80e1103734 New admin portal build 2021-01-20 19:50:58 +00:00
Benjamin Beganović
8d9f9ccf17
Merge pull request #4734 from beganovich/v5-2001-quotes-balance-column
(v5) Client portal: Change quotes terminology
2021-01-20 13:33:35 +01:00
Benjamin Beganović
c4defd55d8 Change quotes terminology:
- Changed "balance" to "amount" in approve page & quotes-table
2021-01-20 13:32:49 +01:00
Benjamin Beganović
8391787d6e
Merge pull request #4733 from beganovich/v5-2001-email-improvements
(v5) E-mail improvements & fixes
2021-01-20 13:19:50 +01:00
Benjamin Beganović
e5c7fc4416 E-mail improvements:
- Removed injection of Tailwind CSS in the TemplateEngine.php
- Removed tailwindcss@1.4.6.css & tailwind-1.2.0.css
- Updated master template of e-mails for greeting, signature & footer sections
- Updated generic template for emails
- Updated footer (clean up)
- Fixed EntitySentObject.php class name
- Removed css-inliner.php config file
- Updated button component for e-mails
2021-01-20 13:18:17 +01:00
hillelcoren
4c74151ea5 New admin portal build 2021-01-20 12:04:51 +00:00
hillelcoren
9e8fdb562e New admin portal build 2021-01-20 12:02:37 +00:00
David Bomba
e054894ffa Working on payments 2021-01-20 21:59:24 +11:00
David Bomba
ea20c55468
Merge pull request #4726 from louis-lau/v5-fix-smtp-tls-wording
Fix mail TLS options wording
2021-01-20 20:15:36 +11:00
Benjamin Beganović
52d4911042
Merge pull request #4723 from beganovich/v5-1901-cp-messages
(v5) Client portal: Set a background & center a header message
2021-01-20 09:54:29 +01:00
David Bomba
887b2bb8c8
Merge pull request #4730 from turbo124/v5-stable
5.0.52
2021-01-20 14:54:36 +11:00
David Bomba
d63be4c852 5.0.52 2021-01-20 14:53:14 +11:00
David Bomba
a021bd83d9 Clean up emails 2021-01-20 14:49:22 +11:00
David Bomba
92e5465679 Entity mail failure email 2021-01-20 12:59:39 +11:00
David Bomba
d8c8901aa0 Update framework dependencies 2021-01-20 09:55:44 +11:00
David Bomba
039290694f
Merge pull request #4729 from turbo124/v5-develop
Update
2021-01-20 09:54:44 +11:00
David Bomba
935bde6907 Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2021-01-20 09:53:36 +11:00
David Bomba
35c9f8b7e4
Merge pull request #4728 from turbo124/v5-stable
5.0.51
2021-01-20 09:43:00 +11:00
David Bomba
3c535fa4a2 Version bump 2021-01-20 09:42:35 +11:00
David Bomba
656d7941cb
Merge pull request #4727 from turbo124/v5-develop
Fixes for Migration
2021-01-20 09:41:53 +11:00
David Bomba
612df00a2f Fixes for migration 2021-01-20 09:35:52 +11:00
David Bomba
5ce2a035da Fixes for approve / convert quotes 2021-01-20 08:30:04 +11:00
hillelcoren
ac09860fb6 New admin portal build 2021-01-19 20:51:13 +00:00
Louis Laureys
50ec039f3e Fix mail TLS options wording 2021-01-19 21:31:39 +01:00
hillelcoren
3451fb4eea New admin portal build 2021-01-19 20:30:04 +00:00
David Bomba
cfc144b6ec Group Document defaults 2021-01-20 07:22:14 +11:00
Benjamin Beganović
c983abf1a1
Merge pull request #4725 from beganovich/v5-1901-fixes-for-sofort
(v5) Fixes for SOFORT payments
2021-01-19 16:08:38 +01:00
Benjamin Beganović
4413580b39 Add authorize view for SOFORT 2021-01-19 16:07:58 +01:00
Benjamin Beganović
2757caee7c
Merge pull request #4722 from beganovich/v5-1901-authorize-net
(v5) Authorize.net refactor
2021-01-19 16:01:28 +01:00
Benjamin Beganović
c1bf3e5044 double-check 2021-01-19 15:27:35 +01:00
Benjamin Beganović
ee8e75e8f7 Set a background & center a header message 2021-01-19 15:23:10 +01:00
Benjamin Beganović
617cc54de9 - Pass instance of AuthorizePaymentDriver.php as $gateway instead of CompanyGateway record
- Define required fields for AuthorizePaymentDriver.php
- Update references to $gateway (CompanyGateway)
- Pass $countries to required-client-info.blade.php
- Handle country submission for required-client-info.blade.php
- Only show non-filled fields in RequiredClientInfo.php
2021-01-19 14:36:07 +01:00
Benjamin Beganović
8ed701519b Change views to authorize.blade & pay.blade
Change structure to use the new one
Add $data to pay now button
2021-01-19 14:03:18 +01:00
Benjamin Beganović
6295a2647d refactor authorize.blade.php 2021-01-19 13:43:03 +01:00
Benjamin Beganović
1a2d1d9828
Merge pull request #4719 from beganovich/v5-1901-fixes-for-designs
(v5) Invoice design fixes
2021-01-19 12:38:18 +01:00
Benjamin Beganović
bc8d77fec2 design fixes 2021-01-19 12:37:27 +01:00
Benjamin Beganović
321c2e806a
Merge pull request #4716 from beganovich/v5-1901-remove-brs-from-templates
(v5) Remove <br/> from template defaults
2021-01-19 11:17:03 +01:00
Benjamin Beganović
924af2a981 Remove <br/> from template defaults 2021-01-19 11:15:54 +01:00
Benjamin Beganović
5dd38421e7
Merge pull request #4709 from beganovich/v5-1801-refactor-email-templates
(v5) Refactor email templates
2021-01-19 11:07:39 +01:00
Benjamin Beganović
b8d8f977cc Update e-mail templates
Removed fedeisas/laravel-mail-css-inliner
2021-01-19 11:05:47 +01:00
David Bomba
cfbf6e8f4e Working on email failure notifications 2021-01-19 20:16:29 +11:00
David Bomba
f8f08f3bcf
Merge pull request #4715 from turbo124/v5-stable
Version bump
2021-01-19 17:34:25 +11:00