David Bomba
6a3b447395
Fixes for single account creation
2022-12-01 12:50:03 +11:00
David Bomba
c085845da1
fixes for tests
2022-12-01 12:41:28 +11:00
David Bomba
49ac6a3d50
Fixes for tests
2022-12-01 12:00:53 +11:00
David Bomba
0268cdbf9e
Refactor for Stripe payment intents + charges + new api
2022-11-29 21:43:40 +11:00
David Bomba
806689c63d
Fixes for demo mode
2022-11-29 20:09:54 +11:00
David Bomba
31988d0387
Fixes for creating backup directory if it does not exist
2022-11-27 09:46:24 +11:00
David Bomba
bb4687f18d
Clean up how we execute scheduled commands
2022-11-27 07:52:49 +11:00
David Bomba
5c60dab8c6
Refactor the way we execute scheduled commands
2022-11-26 14:38:09 +11:00
David Bomba
dc8adf8378
Improve cron definitions to prevent race conditions
2022-11-26 12:38:09 +11:00
David Bomba
a91feab3b6
Smooth out cron jobs
2022-11-26 12:10:18 +11:00
David Bomba
0210cededc
Support latest version of Stripe API
2022-11-26 07:29:15 +11:00
David Bomba
5316340c29
Subscriptions v2
2022-11-23 19:32:03 +11:00
David Bomba
15b4d17bcc
enforce password protection across entire client portal if invoice passwords are required
2022-11-23 12:26:52 +11:00
David Bomba
5cd2a7afe4
minor fixes
2022-11-17 17:31:52 +11:00
David Bomba
b441a08156
Expired quote notifications
2022-11-15 21:25:34 +11:00
David Bomba
a87b8d1e99
EPC QR Codes WIP
2022-11-11 14:52:50 +11:00
David Bomba
52a01cb924
Add filters to Bank Integrations
2022-11-11 10:13:11 +11:00
David Bomba
818a4d56f8
Updated translations
2022-11-08 07:04:00 +11:00
David Bomba
18ce82ceed
clean up for user
2022-11-07 08:20:14 +11:00
David Bomba
08dbbade14
Pass references instead of full models into auto bill jobs
2022-10-28 12:10:20 +11:00
David Bomba
07d7326f63
Improve check data
2022-10-27 14:47:40 +11:00
David Bomba
ce47e30aa2
Merge branch 'v5-develop' into yodlee
2022-10-24 08:43:02 +11:00
David Bomba
0bc64273dd
Minor fixes for check data
2022-10-14 21:19:41 +11:00
David Bomba
b163dac38d
Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
2022-10-13 21:37:40 +11:00
David Bomba
f0b9bb3673
Minor fixes for company ledger
2022-10-13 20:28:50 +11:00
David Bomba
6728754d4b
Minor fixes
2022-10-12 17:05:24 +11:00
David Bomba
0a2cb6f88d
Merge branch 'v5-develop' into yodlee
2022-10-06 20:55:44 +11:00
David Bomba
64c5e2a4e4
Minor fixes
2022-10-02 11:00:32 +11:00
David Bomba
e90710d2f0
Fixes for check data
2022-09-11 22:03:36 +10:00
David Bomba
c0cb157309
Merge branch 'v5-develop' into yodlee
2022-09-07 14:54:50 +10:00
David Bomba
52d5afbce0
Remove DispatchNow()
2022-09-07 14:15:27 +10:00
David Bomba
9846a3e18f
Fixes for default mark down settings
2022-09-05 17:18:08 +10:00
David Bomba
7381ceecbc
Update client presenter methods
2022-09-05 13:12:47 +10:00
David Bomba
fc8064fd86
Add checks for ninja portal urls
2022-09-05 08:37:11 +10:00
David Bomba
59f5eca578
Improve query efficiency
2022-09-01 17:37:55 +10:00
David Bomba
24cfda9b18
Add checks for oauth provider id
2022-08-29 17:07:20 +10:00
David Bomba
8f0316a2ec
Improve Check Data
2022-08-28 11:08:15 +10:00
David Bomba
72ad8915e9
Portuguese translations updated
2022-08-17 09:20:27 +10:00
David Bomba
37883b4e67
Add documentation for console scheduler
2022-08-16 09:53:22 +10:00
David Bomba
3b1d0e07e2
Automating data pulls
2022-08-12 13:41:55 +10:00
David Bomba
1e3b1c08da
Remove dispatchSync
2022-08-01 17:43:26 +10:00
David Bomba
7ac4786bff
Refactor to remove dispatchSync from code path
2022-08-01 07:30:04 +10:00
David Bomba
fd42442beb
Minor fixes for check data
2022-07-27 17:37:37 +10:00
David Bomba
9b6bfbf96c
merge v5-dev
2022-07-17 20:38:00 +10:00
David Bomba
00eb180afc
minor fixes
2022-07-17 15:26:35 +10:00
David Bomba
5246846018
Company Import|Export for purchase orders
2022-07-16 12:26:55 +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
06d910a53b
Use Faker methods
...
Accessing Faker properties was deprecated in Faker 1.14.
2022-06-21 09:59:36 +00:00
Shift
c89b142eec
Streamline $commands
property
2022-06-21 09:58:33 +00: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
David Bomba
e8108ed34c
Updates for hosted platform
2022-06-19 13:01:29 +10:00
David Bomba
f85efed650
Update language files for inventory management
2022-06-09 10:53:44 +10:00
David Bomba
1e7214e2e7
Adjust memory settings for queue work
2022-06-04 18:38:04 +10:00
David Bomba
16f52e0f45
Fixes for check data
2022-05-29 18:17:03 +10:00
David Bomba
13a1447b79
Padding out react application
2022-05-27 13:10:32 +10:00
David Bomba
d211e75c26
Prep for react
2022-05-27 12:08:51 +10:00
David Bomba
92b5af5a39
Merge pull request #7456 from CirkaN/Cirkovic/INA-5
...
Cirkovic/INA-5 (Ninja task scheduler)
2022-05-27 12:05:47 +10:00
David Bomba
51455cacef
Page numbering for PDFs
2022-05-25 16:34:43 +10:00
Nikola Cirkovic
270166b050
INA-5 | Fix syntax
2022-05-23 21:32:43 +02:00
Nikola Cirkovic
492eb5ffbd
Merge branch 'v5-develop' into Cirkovic/INA-5
2022-05-23 02:33:06 +02:00
David Bomba
66f3a4fc14
Improve system maintenance task
2022-05-20 09:46:21 +10:00
David Bomba
16e55d89ec
Add a System maintenance teask
2022-05-19 20:39:02 +10:00
Nikola Cirkovic
753978fe86
INA-5 | TaskScheduler Job [WIP]
2022-05-19 00:33:38 +02:00
David Bomba
6a99cba813
Analytics on queue size
2022-05-15 20:43:50 +10:00
David Bomba
aeae0a19ab
Adjust delays for observers
2022-05-15 20:14:14 +10:00
David Bomba
7c3613455d
Ledger refactor
2022-05-15 17:51:06 +10:00
David Bomba
4e8389f72e
Minor fixes for check data
2022-05-13 14:06:21 +10:00
David Bomba
eaa6ba1d39
Fixes for ACH notification with WePay
2022-05-11 16:29:56 +10:00
David Bomba
f5a9e5ffbe
Minor fixes
2022-05-10 11:25:26 +10:00
David Bomba
871122d1ba
Minor improvements to CSV exports
2022-05-07 17:10:23 +10:00
David Bomba
37ea391ae4
FIxes for check data
2022-05-07 09:50:25 +10:00
David Bomba
ba5037c6da
Refactor Ledger Service
2022-05-06 08:40:34 +10:00
David Bomba
6f491dfb92
Update Copyright text
2022-04-27 13:20:41 +10:00
David Bomba
171bbd2f95
Minor fixes
2022-04-24 18:51:41 +10:00
David Bomba
70c5f268ed
Fixes for type checks
2022-04-21 16:04:59 +10:00
David Bomba
ebc498a815
Type checking
2022-04-21 12:07:08 +10:00
David Bomba
e4fc7fa55a
Fixes for tests
2022-03-29 20:06:35 +11:00
David Bomba
746dc07aa0
Fixes for queues trying to call SQS
2022-03-19 15:40:53 +11:00
David Bomba
8e6772ef75
Refactor for self updater
2022-03-19 14:10:00 +11:00
David Bomba
95af436f12
Replace config:clear with optimize
2022-03-18 10:33:26 +11:00
David Bomba
9ccc43cece
Fixes for check data
2022-03-16 13:06:25 +11:00
David Bomba
94730fe924
Fixes for auto bill time scheduling
2022-03-13 12:18:20 +11:00
David Bomba
6aa8f31149
Sort companies by code in client registration page
2022-03-10 16:46:33 +11:00
David Bomba
983d23d797
Set default auto bill time to 12:20
2022-03-10 16:27:15 +11:00
David Bomba
6351cc8c60
Fixes for balances
2022-03-10 12:17:05 +11:00
David Bomba
7dbb8154f5
Refactor to use increments
2022-03-09 14:44:05 +11:00
David Bomba
406b21625c
Move auto bill to +12 UTC
2022-03-09 07:38:43 +11:00
David Bomba
b1d6f602ce
Checks for company user in check data
2022-03-08 22:19:25 +11:00
David Bomba
88f730b9a1
Fixes for EWay
2022-03-08 21:49:33 +11:00
David Bomba
10ef13fb9e
Minor fixes for backup update
2022-03-05 17:51:04 +11:00
David Bomba
9ab15426eb
Fixes for backup script
2022-03-05 14:11:16 +11:00
David Bomba
bed77a2710
Text email stubs
2022-03-04 13:08:18 +11:00
David Bomba
e9e8e259e8
Fixes for deleting payments
2022-03-01 21:25:18 +11:00
David Bomba
15a9e55fc7
Fixes for CSV import - ensure clients/vendors have a contact
2022-02-25 22:36:52 +11:00
David Bomba
86c43c58b9
Refactor for backup update console command
2022-02-25 15:38:06 +11:00
David Bomba
abf6aa0a0b
Add fix for vendor contacts in check data script
2022-02-22 22:58:04 +11:00
David Bomba
3bad699bfa
Fixes for backup update command
2022-02-20 18:22:28 +11:00
David Bomba
92e2c7c614
Clean up
2022-02-19 16:11:30 +11:00
David Bomba
25f8cd249d
Add in checks for account payments
2022-02-19 07:12:00 +11:00
David Bomba
0d37208d65
Align Reminder cron to Reminder console job
2022-01-04 16:15:35 +11:00
David Bomba
375e6f1faf
Fixes for statements
2021-12-19 15:58:59 +11:00
David Bomba
cda41fbd46
Tests for redis vs database performance
2021-12-17 18:04:34 +11:00
David Bomba
47be74321c
Fixes for invoking Public filesystem driver unnecessarily
2021-11-25 08:04:25 +11:00
David Bomba
ce3ea99f22
Remove daily check data
2021-11-21 08:18:03 +11:00
David Bomba
889f669257
Convenience helper for exporting translations to json format
2021-11-16 20:31:30 +11:00
David Bomba
3b4afd4537
Minor fixes for check data
2021-11-07 17:12:51 +11:00
David Bomba
e2a6cd65cc
Refactor invitation links
2021-11-06 11:46:12 +11:00
David Bomba
68b228f45f
Minor fixes for Check Data
2021-11-05 15:24:37 +11:00
David Bomba
5ad82c124d
Fixes for check data
2021-11-04 18:25:15 +11:00
David Bomba
5ccbc0e1f0
Minor fixes for logging
2021-11-04 16:00:49 +11:00
David Bomba
74b60e44ab
mindor fixes for check data scripts
2021-11-03 20:37:17 +11:00
David Bomba
757e3b1ed2
Working on check data
2021-11-01 22:15:56 +11:00
David Bomba
cdb7166395
Refactor checkdata script
2021-10-31 17:01:51 +11:00
David Bomba
5ee9a60899
Prevent docker installations from reaching some test data creation console commands
2021-10-22 06:57:07 +11:00
David Bomba
ae3edef16c
Refactor for backup storage location
2021-10-20 14:05:46 +11:00
David Bomba
ba2f78dad0
Refactor counter/patterns to allow User variables
2021-10-17 13:49:32 +11:00
David Bomba
fc8d56ad0e
Minor fixes for GiroPay
2021-10-10 09:37:42 +11:00
David Bomba
26eb145d79
Fixes for SEPA
2021-10-09 10:35:45 +11:00
David Bomba
a303e9bf95
Refactor schedule checker
2021-10-08 21:06:24 +11:00
David Bomba
a679ec1f3c
Reschedule recurring expenses just after +0 UTC
2021-10-02 18:46:03 +10:00
David Bomba
5ddbc0f507
Fixes for recurring crons
2021-10-02 11:10:12 +10:00
Lukas Mueller
33fe019df0
Made sure to restart the queue as part of the post-update procedure
2021-09-26 13:21:03 +02:00
David Bomba
a93baadd1a
Minor fixeS
2021-09-22 18:50:19 +10:00
=
fb61138e73
Square Payment DriveR
2021-09-19 21:10:27 +10:00
David Bomba
02de2607e0
Fixes for recurring expenses
2021-09-14 18:52:54 +10:00
David Bomba
f0eb912e07
fixes
2021-09-09 15:14:05 +10:00
David Bomba
4d35ed3ce5
Add S3 clean up on hosted
2021-09-08 14:14:46 +10:00
David Bomba
1fb6030bc8
Fixes for check data
2021-09-08 13:55:45 +10:00
David Bomba
5e71af94be
Fixes for repairing invitations
2021-09-08 13:45:10 +10:00
David Bomba
b12190e554
Add fixing of invitations into check data script
2021-09-08 09:29:20 +10:00
=
72bbcf2bb2
Prevent duplicate events firing on save
2021-09-05 20:31:08 +10:00
David Bomba
fb0403b104
Minor fixes for hosted migrations
2021-09-05 20:11:25 +10:00
David Bomba
b4d34f74cc
move hosted migrations into correct folder
2021-09-05 20:07:10 +10:00
David Bomba
ff130ae8a2
Hosted Migration Console Command
2021-09-05 19:40:50 +10:00
David Bomba
32dc4554c2
Fixes for eager loading with multiple groups
2021-09-04 17:28:08 +10:00
David Bomba
846a966a47
Minor fixes for creating sample data
2021-09-03 21:20:52 +10:00
=
8b57f386bb
Register Recurring Expenses Cron
2021-08-24 21:59:21 +10:00
=
77c072fd10
Square payments
2021-08-14 19:32:16 +10:00
David Bomba
bc81043973
Fixes for Molli
2021-08-11 16:43:20 +10:00
David Bomba
7b73104a45
Merge branch 'paytrace' into v5-develop
2021-08-11 10:03:02 +10:00
=
e6ccb9bde7
Email quota exceeded emails
2021-08-07 20:56:42 +10:00
Benjamin Beganović
b7c248eec5
PayTrace improvements ( #43 )
...
* Refactor credit card payment JavaScript
* CreditCard.php: Rename $paytrace_driver to $paytrace
* Credit card: Support for token billing (frontend)
* Fixes for "save card" label
* Credit card: Authorize
* Allow PayTrace to be seeded from CreateSingleAccount
* Add PayTrace decrypted config to ninja.testvars
* Extract to separate JavaScript
* Scaffold Dusk test
* CreditCard -> CreditCardTest
* CreditCard -> CreditCardTest
* Scaffold pay with new card test
* Fixes for gateway_key in CreateSingleAccount
* Production builds
2021-07-28 07:59:44 +10:00
Benjamin Beganović
b324c4292b
Inject Mollie in CreateSingleAccount & ninja config
2021-07-23 13:42:13 +02:00
David Bomba
9ecbaea186
Minor fixes
2021-07-21 09:21:46 +10:00
Benjamin Beganović
f852640083
Merge pull request #6192 from beganovich/v5-client-portal-tests-dusk
...
Reworking client portal tests
2021-07-14 13:08:57 +02:00
David Bomba
15c3e826c2
Fixes client balance
2021-07-13 19:09:02 +10:00
Benjamin Beganović
2be806bb8e
Merge remote-tracking branch 'upstream/v5-develop' into v5-client-portal-tests-dusk
2021-07-12 15:58:53 +02:00
Benjamin Beganović
de33f510f6
Support for Braintree in CreateSingleAccount
2021-07-09 15:56:16 +02:00
Benjamin Beganović
758335ab08
Support for WePay in CreateSingleAccount
2021-07-09 15:16:14 +02:00
David Bomba
5204c9518a
Minor fixes for check dta
2021-07-07 08:11:44 +10:00
David Bomba
17fe35be04
Add recurring invoices into checks
2021-07-06 17:22:12 +10:00
David Bomba
fe2448196f
Fixes for scheduler check
2021-07-05 21:58:22 +10:00
Benjamin Beganović
a6dc7a99fb
Add createRecurringInvoice($client) in CreateSingleAccount.php
2021-07-05 11:49:01 +02:00
David Bomba
f6aebc5a8b
Fixes for credits
2021-07-04 07:46:25 +10:00
David Bomba
cdff2af444
Constrain recurring / reminders if the client is archived / deleted
2021-07-02 20:03:44 +10:00
David Bomba
1f6a61f63f
Only check data that has been modified in the last two days
2021-07-02 15:42:51 +10:00
David Bomba
4bc096c7c6
Minor fixes for check data
2021-07-01 20:58:38 +10:00
David Bomba
7a33050b56
Fixes for check data script
2021-06-30 18:32:31 +10:00
David Bomba
ad2fcf6b0d
Fixes for check data script
2021-06-30 18:28:30 +10:00
David Bomba
b840eb8412
Fixes for check data script
2021-06-27 17:48:35 +10:00
David Bomba
2bf90ea529
Fixes for check data script
2021-06-27 14:52:15 +10:00
=
80d033b952
Minor fixes for subdomain filling
2021-06-25 19:56:36 +10:00
David Bomba
293b12e348
Fixes for login where the user is not attached to an account
2021-06-22 21:14:08 +10:00
David Bomba
a76678e7b4
Fixes for check data script
2021-06-22 19:02:26 +10:00
David Bomba
a04be52615
Cross fill subdomains
2021-06-22 17:45:55 +10:00
David Bomba
2da5ac6caa
Subdomain filling
2021-06-22 17:24:14 +10:00
David Bomba
452808116a
Import check data script
2021-06-21 08:18:30 +10:00
David Bomba
36f6cbbcc9
Update license in codebase
2021-06-16 16:58:16 +10:00
David Bomba
2e1a6ef6c4
HostedUsers console command
2021-06-14 18:10:46 +10:00
David Bomba
7469ca30eb
HostedUsers console command
2021-06-14 18:06:34 +10:00
=
2b6f0870b3
Tests for clean up S3 orphans
2021-06-13 20:09:52 +10:00
David Bomba
a42223a0be
Clean up filesystem:
2021-06-13 19:44:33 +10:00
David Bomba
c367ea60ae
Timezone Offset implementation
2021-06-11 08:20:46 +10:00
David Bomba
a5054f87a5
Fixes for endless reminders
2021-06-10 11:15:21 +10:00
David Bomba
7627d3566d
Improve query efficiency
2021-06-09 20:19:23 +10:00
David Bomba
3d880f2dd3
Updates for Password Protection with OAuth
2021-06-09 16:22:25 +10:00
David Bomba
ada4777a57
Check DB script
2021-06-09 14:37:02 +10:00
David Bomba
cd1062cff9
Check DB script
2021-06-09 14:27:48 +10:00
David Bomba
2bbfa72288
Console command to check Multi DB
2021-06-09 13:47:26 +10:00
=
f93a92bde9
Prevent Docker from restarting the queues
2021-06-09 10:27:01 +10:00
David Bomba
b629b9dcba
Better logging for company importer
2021-06-08 20:39:07 +10:00
David Bomba
9fad98017b
Update fr_CA langs
2021-06-07 08:41:04 +10:00
David Bomba
e03dec3ed2
Improve check data scripts
2021-06-06 10:09:55 +10:00
David Bomba
2c4476675c
Improve check data scripts
2021-06-05 16:11:42 +10:00
David Bomba
df56346c2b
Improve check data scripts
2021-06-05 16:10:31 +10:00
David Bomba
a40e5d28d7
Improve check data scripts
2021-06-05 15:58:37 +10:00
David Bomba
b9191bf67a
Company Ledger Adjustment
2021-05-31 15:27:26 +10:00
David Bomba
95e27fd5ac
Fixes for import
2021-05-26 20:01:06 +10:00
David Bomba
65ccf75375
Fixes for import
2021-05-26 19:51:04 +10:00
David Bomba
e76567f337
Fixes for creating an account using OAuth
2021-05-26 16:14:47 +10:00
David Bomba
fb17dd7e0b
Force stripe amount to int
2021-05-26 16:04:38 +10:00
David Bomba
7618666c4b
Fixes for tests
2021-05-26 12:37:16 +10:00
David Bomba
16ad9b8d89
Fixes for mocked data
2021-05-26 09:14:41 +10:00
David Bomba
372471b267
Playground variables for multi-db testing
2021-05-15 17:03:12 +10:00
David Bomba
f9fae690a0
Tests for import
2021-05-15 16:54:27 +10:00
David Bomba
8a582f7800
Fixes for reset password
2021-05-13 20:18:30 +10:00
David Bomba
b780b636d6
Add flag to disable internal queue
2021-05-12 15:36:23 +10:00
David Bomba
4979ed94de
Minor fixes
2021-05-10 21:05:44 +10:00
David Bomba
2f9e9dc81f
Port Mobile Localization
2021-05-04 14:47:37 +10:00
David Bomba
2eae22221f
Clean up update
2021-04-30 14:29:27 +10:00