hasPermission("MACHINEMANAGER_VIEW")) { header("Location: ./app.php?msg=no_permission"); die(); } $writeaccess = $user->hasPermission("MACHINEMANAGER_EDIT"); $clients = Clients::getAll(); ?>
get("Add Client"); ?>
get('Name'); ?> get('Phone'); ?> get('Email'); ?> get('Billing Address'); ?> get('Mailing Address'); ?> get('Public Notes'); ?> get('Private Notes'); ?>
isLocal() && $writeaccess) { ?> get("Edit"); ?> getName()); ?> getName()); ?> getPhone())) { ?> getPhone())); ?>"> getPhone()); ?> getEmail())) { ?> getEmail()); ?> ", explode("\n", $c->getBillingAddress())); ?> ", explode("\n", $c->getMailingAddress())); ?> getPublicNotes()); ?> getPrivateNotes()); ?>
get('Name'); ?> get('Phone'); ?> get('Email'); ?> get('Billing Address'); ?> get('Mailing Address'); ?> get('Public Notes'); ?> get('Private Notes'); ?>