1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 17:31:35 +02:00
Commit Graph

6077 Commits

Author SHA1 Message Date
David Bomba
7fa19a140a Minor fixes for delivery notes with illegal chars 2022-01-30 18:39:35 +11:00
David Bomba
4b9e4dfe5f Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2022-01-30 13:51:41 +11:00
David Bomba
4769204a3f Fixes for rounding display on line items 2022-01-30 13:51:30 +11:00
David Bomba
263bcd8126 Add ability to purge clients 2022-01-30 10:46:39 +11:00
David Bomba
548510d686 Improvements for credits 2022-01-28 16:30:40 +11:00
David Bomba
c7c26532c5 Allow negative invoices 2022-01-28 10:56:14 +11:00
David Bomba
e6759db35d Hosted metrics 2022-01-28 10:06:26 +11:00
David Bomba
afe3766e71 Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2022-01-28 10:06:11 +11:00
David Bomba
0cffb3d227 Add hosted parameters 2022-01-28 10:06:07 +11:00
David Bomba
171f2c82e6 Move cors middle out of globals and into api only routes 2022-01-28 08:51:53 +11:00
David Bomba
605dbb5bdd Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2022-01-28 07:20:03 +11:00
David Bomba
055e0ecb8c Fixes for stripe currency conversions 2022-01-28 07:19:58 +11:00
David Bomba
2de19e83f7 Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop 2022-01-27 16:15:56 +11:00
David Bomba
61f7cefae6 Fixes for client statements where no products / invoices are present 2022-01-27 16:15:30 +11:00
David Bomba
3d14f24f49 Validation rules for converting expired quotes to invoices 2022-01-27 12:36:42 +11:00
David Bomba
1668a3b684 Fixes for wave imports - invoice date 2022-01-27 09:16:45 +11:00
David Bomba
77199fc697 Performance improvements for payment reponses 2022-01-26 23:01:54 +11:00
David Bomba
0b2a8eac1a Minor fixes for checking payment values 2022-01-26 17:30:43 +11:00
David Bomba
dedc689e58 Update options for refunds on Paypal Gateway 2022-01-26 07:42:58 +11:00
David Bomba
3a4b474511 Remove Client from CompanyImport - RecurringExpense number 2022-01-26 07:36:56 +11:00
David Bomba
320204ec67 Remove viewed from csv imports 2022-01-25 15:35:31 +11:00
David Bomba
1888ac2426 Fixes for negative credits 2022-01-25 13:43:44 +11:00
David Bomba
fe3ebc3a87 Fixes for client portal authentications 2022-01-25 09:24:05 +11:00
David Bomba
a2503f0f40 Fixes for stripe payments 2022-01-24 21:53:46 +11:00
David Bomba
4c68d6ba79 Minor fixes for braintree credit card failures 2022-01-24 14:45:57 +11:00
David Bomba
3ac8d456d5 Confirm charges using Stripe webhooks 2022-01-24 14:30:32 +11:00
David Bomba
da7ac32703 Decorate stripe payment intents with payment hashes and gateway ids 2022-01-24 14:24:47 +11:00
David Bomba
cd1dbc1f56 Fixes for clientcontact data leak 2022-01-24 10:29:47 +11:00
David Bomba
ac0efe9ead Improves for interacting with gmail API 2022-01-23 23:18:09 +11:00
David Bomba
56186840f2 Rollback for ninja mailer 2022-01-23 17:36:07 +11:00
David Bomba
51f04058df Rollback fixes for designs 2022-01-23 17:32:51 +11:00
David Bomba
048b792da0 Additional analytic metrics 2022-01-23 10:28:13 +11:00
David Bomba
370d932eb1 Fixes for stripe gateways in hosted 2022-01-22 15:22:59 +11:00
David Bomba
f4ea1d730c Fixes for sofort - hosted 2022-01-22 15:11:11 +11:00
David Bomba
9715caeff0 Query cleanup 2022-01-21 17:07:50 +11:00
David Bomba
4ed115143f Charts for react dashboard 2022-01-21 17:04:01 +11:00
David Bomba
6b9f211812 Update route throttling limits 2022-01-21 14:58:58 +11:00
David Bomba
5471eb2571 Fixes for Stripe FPX 2022-01-21 14:35:16 +11:00
David Bomba
4fededc59a Charting 2022-01-21 12:25:13 +11:00
David Bomba
38031ec7a3 Fixes for chart tests 2022-01-21 12:00:32 +11:00
David Bomba
c60045da58 Fixes for client_id queries on client list 2022-01-21 10:37:39 +11:00
David Bomba
4df25b2421
Merge pull request #7146 from turbo124/v5-develop
Update composer.lock
2022-01-21 08:26:20 +11:00
David Bomba
e98264707a Charts for react 2022-01-20 20:09:08 +11:00
Lars Kusch
2c09321163 Add FPX Payment class 2022-01-20 08:29:41 +01:00
Lars Kusch
26d48f6e98 Alter Stripe Payment Driver 2022-01-20 08:29:30 +01:00
Lars Kusch
bff8d1f95c Added PaymentType 2022-01-20 08:27:05 +01:00
Lars Kusch
1ef114e685 Added FPX to Gateway-Config 2022-01-20 08:25:11 +01:00
Lars Kusch
efbead2e45 Add Gateway Typ 2022-01-20 08:23:06 +01:00
David Bomba
5bb221931f Charts for react 2022-01-20 12:15:33 +11:00
David Bomba
96243e09a2
Merge pull request #7141 from turbo124/v5-develop
Fixes for counter reset
2022-01-20 09:30:06 +11:00