mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-02-15 09:18:41 +00:00
Add budget
This commit is contained in:
parent
15cc0d2b7a
commit
9188704c6e
|
|
@ -13,7 +13,9 @@
|
||||||
*/
|
*/
|
||||||
return ['EventManagement' => [
|
return ['EventManagement' => [
|
||||||
'Account' => 'Account',
|
'Account' => 'Account',
|
||||||
|
'Actual' => 'Actual',
|
||||||
'Amount' => 'Amount',
|
'Amount' => 'Amount',
|
||||||
|
'Budget' => 'Budget',
|
||||||
'CoreData' => 'Core Data',
|
'CoreData' => 'Core Data',
|
||||||
'Description' => 'Description',
|
'Description' => 'Description',
|
||||||
'Elements' => 'Elements',
|
'Elements' => 'Elements',
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<option value="">
|
<option value="">
|
||||||
</select>
|
</select>
|
||||||
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iUser" name="user" placeholder=""></span><td><button><?= $this->getHtml('Add', 0, 0); ?></button>
|
<td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" id="iUser" name="user" placeholder=""></span><td><button><?= $this->getHtml('Add', 0, 0); ?></button>
|
||||||
|
<tr><td colspan="3"><label for="iBudget"><?= $this->getHtml('Budget') ?></label>
|
||||||
|
<tr><td colspan="2"><input type="text" id="iBudget" name="budget" placeholder=""><td>
|
||||||
<tr><td colspan="3"><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
|
<tr><td colspan="3"><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
|
|
@ -33,6 +33,8 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<td><input type="datetime-local" id="iEnd" name="end" value="<?= htmlspecialchars($event->getEnd()->format('Y-m-d\TH:i:s'), ENT_COMPAT, 'utf-8'); ?>">
|
<td><input type="datetime-local" id="iEnd" name="end" value="<?= htmlspecialchars($event->getEnd()->format('Y-m-d\TH:i:s'), ENT_COMPAT, 'utf-8'); ?>">
|
||||||
<tr><td colspan="2"><label for="iDescription"><?= $this->getHtml('Description') ?></label>
|
<tr><td colspan="2"><label for="iDescription"><?= $this->getHtml('Description') ?></label>
|
||||||
<tr><td colspan="2"><textarea id="iDescription" name="desc"><?= htmlspecialchars($event->getDescription(), ENT_COMPAT, 'utf-8'); ?></textarea>
|
<tr><td colspan="2"><textarea id="iDescription" name="desc"><?= htmlspecialchars($event->getDescription(), ENT_COMPAT, 'utf-8'); ?></textarea>
|
||||||
|
<tr><td><label for="iBudget"><?= $this->getHtml('Budget') ?></label><td><label for="iActual"><?= $this->getHtml('Actual') ?></label>
|
||||||
|
<tr><td><input type="text" id="iBudget" name="budget" placeholder=""><td><input type="text" id="iActual" name="actual">
|
||||||
<tr><td colspan="2"><input type="submit" value="<?= $this->getHtml('Save', 0, 0); ?>">
|
<tr><td colspan="2"><input type="submit" value="<?= $this->getHtml('Save', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user