@using Pilotfish.Afx.ComponentModel
@using Pilotfish.Afx.Security
@using Pilotfish.Afx.Mvc
@using Neo.Legitimate.Common;
@{
/**/
var userSecurables = (Profile != null && ((Pilotfish.Afx.Security.UserProfile)Profile).Securables != null) ? ((Pilotfish.Afx.Security.UserProfile)Profile).Securables.ToList() : null;
}
@{
ViewBag.Title = "CashupUserPage";
Layout = "~/Views/Shared/_ApplicationsLayout.cshtml";
}
@Html.Partial("Scripts/CashupUserPage-Init")
@Html.Partial("Scripts/CashupUserPage-Events")
@if (SecurityHelper.UserHasAccessToSecurable(userSecurables, Securable.ApplicationsModule_Receipts_CashUp))
{
| Receipt Number |
Member |
Receipt Amount |
|
|
|
|
|
@if (SecurityHelper.UserHasAccessToSecurable(userSecurables, Securable.ApplicationsModule_Receipts_ReprintReceipt))
{
Re-print
}
|
|
| Total |
|
|
No Receipts for Cash-Up.
| Receipt Batch Number |
Member |
Cashup Amount |
|
|
|
No Recent Cash-Ups.
}