I’m new to bubble and haven’t even started to create an app yet, i’d like some pointers on the following so i don’t end up making something that doesn’t work.
I’d like to create an app for my staff that allows them to register and sign in to create
login
Create time sheet with boxes for job number, hrs on site, brief description of job reg of van travelling in
Request holiday
scan or take photo of receipt
log location
i’m fully aware that this is going to take me time but if i saves my company time in the long run i’d say its worth it.
Welcome to Bubble. The app you’ve outlined is entirely buildable in Bubble and shouldn’t be too difficult once you get familiar.
The only issue you’ll have is with scanning and taking pictures. You see, only ‘native’ apps (ones you download to your phone) have access to the phone on a camera, whereas Bubble apps just run in the phone browser.
One solution would be to get users to save photos on their laptop/PC and upload to the app from there.
Otherwise, you could use a service like http://phonegap.com/ to make your Bubble app into a native app, that would then have access to the camera/photo storage.