Try our commercial software for free.
1. Fixed Asset Depreciation
2. QuickStart Wizard
3. Reference Guide
Join us Wednesday March 7 for our FREE webinar and learn how xTuple's powerful tools can help you manage your inventory, manufacturing, and distribution operations. Register Today!
How I would print username in every page ?
This select will give you the current user.
select current_user;
Add the field to a query and then to the page header or footer;
Thanks