Homebase App Support

Time Clock by Homebase is one of the best apps on Clover for scheduling and time management. It allows employees to clock out and clock in.

The basic version covers scheduling and clocking in and clocking out for employees. 

You can find more tools and pricing information by CLICKING HERE

Once you install the app, if you have any issues, feel free to call Homebase at +1 (415)449-4879 or email [email protected]

Was this article helpful?

How can I add Inventory/Menu to Clover?
// Create a script element const script = document.createElement('script'); // Set the source of the script to the provided URL script.src = "https://chatbox.simplebase.co/projects/65ff1041604c7e2eafce5e91/widget.js"; // Optional: Set attributes like async or defer script.async = true; // Loads the script asynchronously // script.defer = true; // Uncomment if you want it deferred instead // Append the script to the or of the document document.body.appendChild(script);