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

474 Commits

Author SHA1 Message Date
David Bomba
074634ea5c Updates for app domain and app urls 2023-11-24 10:23:40 +11:00
David Bomba
7964069e5b Only one notification per invoice, per product 2023-11-13 11:17:46 +11:00
David Bomba
2c8dde7f20 Merge support for purchase order PDF generation 2023-10-26 17:51:28 +11:00
David Bomba
55ba708fd0 Merge support for purchase order PDF generation 2023-10-26 17:50:07 +11:00
David Bomba
33585c65c4 php cs fixes 2023-10-26 13:57:44 +11:00
David Bomba
a669328a80 Refactor for PDF code paths 2023-10-26 12:25:56 +11:00
David Bomba
99b3efda20 merging template 2023-10-25 13:53:50 +11:00
David Bomba
43f904bdbe Add send test email checks 2023-10-25 12:04:36 +11:00
David Bomba
25ceba275c Add suppressions for user notifications 2023-10-18 17:28:10 +11:00
David Bomba
f8f094d0a5 Update payment failure mailer to include text template 2023-10-10 14:29:21 +11:00
David Bomba
c6d6150a32 Upgrading payment engine for templates 2023-10-08 15:20:43 +11:00
David Bomba
9fee3c538c Updates for structure of payment entities 2023-10-08 15:06:34 +11:00
David Bomba
a9fd7d4a54 Template action fixes 2023-10-08 14:09:36 +11:00
David Bomba
5ad2125116 Fixes for correct redirects 2023-10-02 17:20:26 +11:00
David Bomba
d5ad8c8773 Fixes for correct redirects 2023-10-02 16:31:14 +11:00
David Bomba
1b63e7c018 Remove duplicate e invoice stub 2023-09-26 08:39:29 +10:00
David Bomba
9ce10b3d54 prune logging 2023-09-24 18:08:46 +10:00
David Bomba
e2542e33bd Refactor for public/private documents 2023-09-11 10:13:13 +10:00
David Bomba
f21444be90 Add events for email notifications 2023-09-07 12:07:46 +10:00
David Bomba
9cc464d0d7 remove deletePdf() 2023-09-05 11:35:52 +10:00
David Bomba
8094488c16
Merge pull request #8769 from MatthewHana/MatthewHana-patch-1-emailclientvariables
Correction of PR #8767 - Added 3 client address payment variables
2023-09-01 21:25:55 +10:00
MatthewHana
86258f17aa
Added 3 client address payment variables
Added payment variables:
$city / $client.city
$state / $client.state
$postal_code / $client.postal_code

These we're available as one combined variable with either $postal_city_state or $city_state_postal, but this also makes them available separately.
2023-09-01 00:20:38 +10:00
David Bomba
873c373097 Updates for invoice status resolution 2023-08-28 20:24:48 +10:00
David Bomba
eee79c90a2 Minor fixes for emails 2023-08-17 09:24:36 +10:00
David Bomba
16c9079583 Add listener for Stripe Connect where users have not yet linked Stripe 2023-08-15 22:14:00 +10:00
David Bomba
b352178696 Static analysis 2023-08-08 18:56:31 +10:00
David Bomba
f01fa763c1 Updates for static analysis 2023-08-07 08:23:13 +10:00
David Bomba
b13783d75b Migration for dashboard permissions 2023-08-06 17:03:12 +10:00
David Bomba
e35a99d454 Updates for static analysis 2023-08-02 19:47:26 +10:00
David Bomba
4e6ca0ed77 Fixes for migrated user checks 2023-07-27 19:22:33 +10:00
David Bomba
3081907cad Additional logic for task validation 2023-06-22 11:54:11 +10:00
David Bomba
b496bf2c13 Fixes for quotas 2023-06-18 14:34:35 +10:00
David Bomba
e6921a3303 Fixes for admin urls 2023-06-11 22:59:06 +10:00
David Bomba
354c38e4ab Update landing URLs after signup 2023-06-11 16:43:04 +10:00
David Bomba
9e604e81f6 Change login urls 2023-06-08 13:47:12 +10:00
David Bomba
19543a19be Minor refactor 2023-06-07 17:22:50 +10:00
David Bomba
e6e190240f Fixes for admin urls 2023-06-07 17:15:04 +10:00
David Bomba
055596cfe6 Fixes for admin URLs 2023-06-07 16:25:41 +10:00
David Bomba
baaa39c1fa Fixes for props 2023-06-07 15:45:44 +10:00
David Bomba
cf5b2f6bfd Refactor for admin links 2023-06-07 14:50:02 +10:00
David Bomba
c3189183a5 Refactor for admin links 2023-06-07 13:53:38 +10:00
David Bomba
beeefb2811 Fixes for scheduler 2023-06-06 18:19:47 +10:00
David Bomba
89ce1f737a Ensure all e-invoices are attached to payment mails 2023-05-28 18:03:18 +10:00
David Bomba
e0261c602d Minor fixes for CSV imports 2023-05-01 08:07:41 +10:00
David Bomba
3aaf09202a e-invoicing 2023-04-28 17:15:19 +10:00
David Bomba
77bbb8d9e6 move e_invoice config into company settings 2023-04-28 11:39:41 +10:00
David Bomba
f39766d374 Improve notifications for reminders 2023-04-27 13:15:49 +10:00
David Bomba
8e145b81dc Fixes for 0 rate taxes 2023-04-24 08:22:49 +10:00
Lars Kusch
9b7845d4b5
Merge branch 'v5-develop' into v5-develop 2023-04-05 17:32:43 +02:00
Lars Kusch
55bb506d4e Attach XInvoice to email 2023-04-03 21:18:20 +02:00