1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00
invoiceninja/app/Utils/Traits
David Bomba 37a826374b
Remove settings from invoice table (#3051)
* Implement client/group/company level counters clientCounter, groupCounter and counter

* Implement functionalityfor customising the timing of invoice_number creation

* Add Jobs

* adjustments

* clean line items at the request layer

* Clean line items at the request layer

* minor formatting for notification

* Schema Fixes

* schema changes, cast country_id to stirng

* Fixes for tests

* force line item ids to string

* Map company gateway fees and limits

* Schema changes

* Remove id from invoice item stdClass

* Remove settings object from invoice table
2019-11-10 23:06:30 +11:00
..
CleanLineItems.php Remove settings from invoice table (#3051) 2019-11-10 23:06:30 +11:00
GeneratesCounter.php Set casts on Invoice Line Items (#3049) 2019-11-08 11:38:22 +11:00
Inviteable.php fixes for recurring invoice request 2019-05-30 09:58:00 +10:00
MakesDates.php Payment edge cases 2019-10-08 09:05:41 +10:00
MakesHash.php Laravel V6 2019-09-26 23:00:51 +10:00
MakesHeaderData.php Update copyright 2019-05-11 13:32:07 +10:00
MakesInvoiceValues.php Insert generic for client country if not set (#3022) 2019-10-25 20:58:16 +11:00
MakesMenu.php Update copyright 2019-05-11 13:32:07 +10:00
NumberFormatter.php Update copyright 2019-05-11 13:32:07 +10:00
SettingsSaver.php enforce settype() for strings that are _ids (#3010) 2019-10-23 17:21:16 +11:00
SystemLogTrait.php Refactor payment events 2019-10-04 16:22:22 +10:00
ThrottlesEmail.php Implement logic to throttle emails 2019-05-31 14:01:47 +10:00
Uploadable.php Change company_logo_url to company_logo (#2980) 2019-10-11 15:30:26 +11:00
UserSessionAttributes.php Update copyright 2019-05-11 13:32:07 +10:00
UserSettings.php Update copyright 2019-05-11 13:32:07 +10:00