All
>Incomes
>Expenses
Send Email
Send Email
×
Form->create(null, array('id' => 'sendEmailForm')); ?>
:
Form->input('email', array('label' => false, 'email' => __('LBL_PLEASE_PROVIDE_EMAIL'), 'length' => '200px', 'required' => 'true', 'style' => 'width:240px; height:30px;', 'id' => 'email')); }else{ echo "This function is for paid user only!"; } ?>
Form->end('Send Email', array('class' => 'myExpenseSend','style'=>'margin-top:1rem;')); }else{ ?>
"; } ?>
Close
:
?
?
$value){ if($value['record_type'] == 2) { $finalIncomeList[$key]['expenseName'] = $value['what']; $finalIncomeList[$key]['expenseCategory'] = $value['category']; $finalIncomeList[$key]['expenseDate'] = $value['expense_date_new']; $finalIncomeList[$key]['amount'] = $value['amount']; $finalIncomeList[$key]['currency'] = $data['Expense']["currency"]; ?>
:
?
$value){ if($value['record_type'] == 1) { $finalExpenseList[$key]['expenseName'] = $value['what']; $finalExpenseList[$key]['expenseCategory'] = $value['category']; $finalExpenseList[$key]['expenseDate'] = $value['expense_date_new']; $finalExpenseList[$key]['amount'] = $value['amount']; $finalExpenseList[$key]['currency'] = $data['Expense']["currency"]; ?>
: