mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 08:17:32 -05:00 
			
		
		
		
	Add reminders to transformers
This commit is contained in:
		
							parent
							
								
									3ac9cc5158
								
							
						
					
					
						commit
						68b1a3634f
					
				@ -100,6 +100,10 @@ class CreditTransformer extends EntityTransformer
 | 
			
		||||
            'date' => $credit->date ?: '',
 | 
			
		||||
            'last_sent_date' => $credit->last_sent_date ?: '',
 | 
			
		||||
            'next_send_date' => $credit->date ?: '',
 | 
			
		||||
            'reminder1_sent' => $credit->reminder1_sent ?: '',
 | 
			
		||||
            'reminder2_sent' => $credit->reminder2_sent ?: '',
 | 
			
		||||
            'reminder3_sent' => $credit->reminder3_sent ?: '',
 | 
			
		||||
            'reminder_last_sent' => $credit->reminder_last_sent ?: '',
 | 
			
		||||
            'due_date' => $credit->due_date ?: '',
 | 
			
		||||
            'terms' => $credit->terms ?: '',
 | 
			
		||||
            'public_notes' => $credit->public_notes ?: '',
 | 
			
		||||
 | 
			
		||||
@ -105,6 +105,10 @@ class InvoiceTransformer extends EntityTransformer
 | 
			
		||||
            'date' => $invoice->date ?: '',
 | 
			
		||||
            'last_sent_date' => $invoice->last_sent_date ?: '',
 | 
			
		||||
            'next_send_date' => $invoice->date ?: '',
 | 
			
		||||
            'reminder1_sent' => $invoice->reminder1_sent ?: '',
 | 
			
		||||
            'reminder2_sent' => $invoice->reminder2_sent ?: '',
 | 
			
		||||
            'reminder3_sent' => $invoice->reminder3_sent ?: '',
 | 
			
		||||
            'reminder_last_sent' => $invoice->reminder_last_sent ?: '',
 | 
			
		||||
            'due_date' => $invoice->due_date ?: '',
 | 
			
		||||
            'terms' => $invoice->terms ?: '',
 | 
			
		||||
            'public_notes' => $invoice->public_notes ?: '',
 | 
			
		||||
 | 
			
		||||
@ -101,6 +101,10 @@ class QuoteTransformer extends EntityTransformer
 | 
			
		||||
            'date' => $quote->date ?: '',
 | 
			
		||||
            'last_sent_date' => $quote->last_sent_date ?: '',
 | 
			
		||||
            'next_send_date' => $quote->date ?: '',
 | 
			
		||||
            'reminder1_sent' => $quote->reminder1_sent ?: '',
 | 
			
		||||
            'reminder2_sent' => $quote->reminder2_sent ?: '',
 | 
			
		||||
            'reminder3_sent' => $quote->reminder3_sent ?: '',
 | 
			
		||||
            'reminder_last_sent' => $quote->reminder_last_sent ?: '',
 | 
			
		||||
            'due_date' => $quote->due_date ?: '',
 | 
			
		||||
            'terms' => $quote->terms ?: '',
 | 
			
		||||
            'public_notes' => $quote->public_notes ?: '',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user