@model Neo.LegitimateLicences.Applications.CashupUserPageModel @using Neo.Afx.ComponentModel @using Neo.Afx.Security @using Neo.Afx.Mvc @using Neo.LegitimateLicences.Common; @{ var userSecurables = (Profile != null && ((Neo.Afx.Security.UserProfile)Profile).Securables != null) ? ((Neo.Afx.Security.UserProfile)Profile).Securables.ToList() : null; } @**@ @if (SecurityHelper.UserHasAccessToSecurable(userSecurables, SecurableEnum.ApplicationsModule_Receipts_CashUp)) {
@**@ @*
@if (SecurityHelper.UserHasAccessToSecurable(userSecurables, SecurableEnum.ApplicationsModule_Receipts_RunCashupReport)) { Cash Up Report Search (reference or yyyy-mm-dd): }
*@
No receipts awaiting cash up

@*
*@ @*Total  

*@
@*
No Recent Cash-Ups.

*@
}