Find Jobs
Hire Freelancers

Custom Business App with Image Capture

$30-250 CAD

已关闭
已发布13 天前

$30-250 CAD

货到付款
I'm in need of a skilled Power Apps developer to create a custom business application with the following features: - Image Capture and Upload: The primary function of the app is to allow users to take pictures using their device's camera. - Integration with OneDrive: The images taken should be uploaded directly to a specific folder in OneDrive. - 4 Different Upload Buttons: I'd like the app to have 4 distinct buttons, each triggering the camera function on the end user's phone for specific image captures. here's a complete step-by-step guide with all the necessary Power Fx code for implementing a camera feature where the camera is triggered by an "Upload" button for each document section. Step 1: Initialize the App Start by creating a new Canvas app from blank in Power Apps Studio. On the app’s OnStart property, initialize context variables that will control the visibility of the camera and determine which section is active. PowerApps Copy code UpdateContext({showCamera: false, currentSection: ""}) Step 2: Set Up User Interface Components Add text input controls for "First and Last Name". Label each text input appropriately. Step 3: Insert Camera Control Insert a Camera Control and set its Visible property to the showCamera variable. PowerApps Copy code Visible = showCamera Step 4: Implement Upload Buttons for Each Document Section You'll need separate buttons for each section: Notice of Assessment Upload Button PowerApps Copy code OnSelect = UpdateContext({showCamera: true, currentSection: "NoticeOfAssessment"}) Property Tax Assessment Notice Upload Button PowerApps Copy code OnSelect = UpdateContext({showCamera: true, currentSection: "PropertyTax"}) Oil Consumption Records Upload Button PowerApps Copy code OnSelect = UpdateContext({showCamera: true, currentSection: "OilRecords"}) Nova Scotia Power Bill Upload Button PowerApps Copy code OnSelect = UpdateContext({showCamera: true, currentSection: "PowerBill"}) Step 5: Add a Universal "Capture Photo" Button Insert a Button labeled "Capture Photo" next to the camera. Configure the button’s OnSelect property to capture the photo and store it in different collections based on the currentSection: PowerApps Copy code OnSelect = Switch(currentSection, "NoticeOfAssessment", Collect(NoticeOfAssessmentPhotos, [login to view URL]), "PropertyTax", Collect(PropertyTaxPhotos, [login to view URL]), "OilRecords", Collect(OilRecordsPhotos, [login to view URL]), "PowerBill", Collect(PowerBillPhotos, [login to view URL]) ); UpdateContext({showCamera: false}) Set the button's Visible property to the same showCamera: PowerApps Copy code Visible = showCamera Step 6: Display Captured Images Create galleries to display images for each section: Gallery for Notice of Assessment Photos PowerApps Copy code Items = NoticeOfAssessmentPhotos Gallery for Property Tax Photos PowerApps Copy code Items = PropertyTaxPhotos Gallery for Oil Records Photos PowerApps Copy code Items = OilRecordsPhotos Gallery for Power Bill Photos PowerApps Copy code Items = PowerBillPhotos Step 7: Add Submission and Data Handling Add a Submit Button to handle saving the data and images, typically to a backend like SharePoint or Dataverse. The specific code will depend on your backend setup. Step 8: Test and Deploy Test the app thoroughly across different scenarios and devices. Adjust based on feedback. Deploy the app within your organization.
项目 ID: 38014297

关于此项目

12提案
远程项目
活跃12 天前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
12威客以平均价$247 CAD来参与此工作竞价
用户头像
Greetings, With over 15 years of experience as a technology and business professional, I am confident that I can help you with PowerApps. I have a deep passion for SharePoint and have worked extensively with all versions, including SharePoint Online (Office 365). I have expertise in related Microsoft technologies such as Power Automate (Flow), Power BI, and Power Apps. By leveraging these tools, I have built comprehensive and integrated business applications that are robust and efficient. My proficiency extends to customization on SharePoint Server 2010/2013/2019 using Visual Studio C#, as well as implementing applications in ASP.NET with SQL Server Database integration. I also possess knowledge of Nintex Workflow, which further enhances my capabilities in workflow automation. I have had the privilege of serving as a Project Lead for prestigious organizations such as: -Ministry of Education Dubai, -Ministry of Social Affairs Dubai, -Public Portal for EmiratesAirlines, -Ministry of Finance Portal for the Diplomatic -Institute of Qatar, Office 365 Portal for LogicalOutcomes Canada. I firmly believe in following best practices and leveraging my extensive experience to guide organizations in avoiding common pitfalls. Come over and chat to discuss the deliverables and deadline. Raheel
$140 CAD 在7天之内
4.8 (1条评论)
4.6
4.6
用户头像
Hello. I have successfully deployed many PowerApp /PowerAutomate projects using Sharepoint/SQL SERVER / AZURE SQL, and I can advise you on how to use PowerApp in the most cost-effective way. Beside technical support, project resource package , deployment, tech document, code explanation. I also can develop .net , c# winform. Database ( oracle, sql server..) I can provice training about power platform if you required. Please connect if you are interesting, gurrantee for the best outcome with the lowest cost.
$88 CAD 在7天之内
5.0 (6条评论)
4.2
4.2
用户头像
Hi, I have read the requirement and understood. My Profile: 13+ years of experience with with different SP versions -SP Online/2019/2016/2013/2010 3+ years of experience with power platform Power automate, PowerApps. worked for Sharepoint migration from on-premise to online using sharegate and microsoft tool. worked with power automate desktop for scraping data and excel automation. Worked with Nintex Forms and flows Experience with SPFx, ReactJS, JavaScript, jQuery, Typescript, REST Apis, Webhooks etc. Looking forward for your response. Regards, Chandrashekhar
$250 CAD 在12天之内
4.7 (7条评论)
2.7
2.7
用户头像
Combining a foundational understanding of key web development technologies such as HTML and CSS with my enthusiasm for adopting new trends, I'm the skilled Power Apps developer you're looking for to create your custom business application. My proficiency extends to crafting visually appealing, user-friendly interfaces – essential for your preference for modern and minimalist design. While not a formal professional, my passion for technology has seen me further diversify my skillset. Experienced in Dart and Flutter framework development, I can bring this expertise to bear in delivering an app that functions impeccably across Android and iOS devices – a crucial aspect you've highlighted. Navigating the creative demands of the project will be second nature. Fluent in Adobe Creative Suite and If you're looking for a highly-driven and adaptable professional who thrives on challenges while ensuring top-notch delivery, we should definitely connect. I continue to actively seek growth opportunities and openings that promote innovation—your project seems like just the fit! Leave it to me to transform your vision into reality with color, zeal, and efficiency!
$140 CAD 在5天之内
0.0 (0条评论)
0.0
0.0
用户头像
Dear, I am excited to offer my expertise as a skilled Power Apps developer to create a custom business application tailored to your needs. **Key Features:** - **Image Capture and Upload**: The app will allow users to take pictures using their device's camera and upload them directly to a specific folder in OneDrive. - **4 Distinct Upload Buttons**: The app will feature 4 different buttons, each triggering the camera function for specific image captures. - **Cross-Platform Compatibility**: The app will work seamlessly on both Android and iOS devices. **Design Approach:** - **Modern and Minimalist Style**: I will design the app with a clean and modern interface for an intuitive user experience. **Why Choose Me:** - **Proficiency in Power Apps**: Strong experience in developing custom Power Apps applications. - **OneDrive Integration**: Proven ability to integrate applications with OneDrive. - **Mobile App Design**: Expertise in creating user-friendly mobile apps with image capture functionalities. I would be happy to discuss your project further and share my portfolio showcasing relevant work. Thank you for considering my bid. Best,
$140 CAD 在4天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hello, I am Durgesh a talented and proficient developer and also understand your requirement and i want to get the chance to work together on your project which is based on development of attractable application with adding features app, and i have good command on that. With more than 8+ years of experience in App/Web development, my focus is on PHP, WordPress, Flutter, Kotlin, Angular, React JS, CSS, HTML, and Mobile development. I also have expertise in API integration. Let's have a detailed discussion about your project and begin as soon as possible. I am sure I can bring your vision to reality. Excitedly awaiting your positive reply. Best regards, Durgesh
$900 CAD 在7天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hi there, what are your app other features? Is there a design for your app? I’ve been developing mobile and desktop apps for some time now. 4 years if I’m being honest. I’ll also support your project for 3 months for free for any unexpected bugs and issues. I’ll be looking forward to discussing with you. Best of all.
$280 CAD 在14天之内
0.0 (0条评论)
0.0
0.0
用户头像
Feel free to contact me for Custom Business App with Image Capture .shoot me message to discuss further more details .i provide the comments,images,videos,demos and live sessions in order to help the clients. Make payment only after the work is done. Thank you
$200 CAD 在7天之内
0.0 (0条评论)
0.0
0.0

关于客户

CANADA的国旗
Orléans, Canada
0.0
0
付款方式已验证
会员自4月 19, 2024起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。