...history. Uploaded images. Keyword search records. This is to improve user interaction management. Image Keyword Generation The existing image keyword generation feature needs to be updated to deduct user tokens each time keywords are generated. The backend should support account freezing and unfreezing for user accounts. Admins can manually freeze or unfreeze user accounts to limit or restore access. Technical Requirements All configuration options and effects should be customizable in the backend to ensure flexibility. Features should be developed as plugins wherever possible, making it easier for future management and updates. If you read the requirements document, please add: 12366 at the top of your bid, otherwise we will not reply! All token-consuming features (text moder...
...the homepage or the specified page. Add a check for all code bugs: Conduct a thorough code review, identify and fix all potential issues, ensuring logical correctness and stable operation of the code. 2.2 Data Monitoring and Display Add data monitoring features in the admin system, displaying the following metrics: Add user visit count: Real-time statistics on total user visits. Add regional access ratio: Display the percentage of users visiting from different regions. Add user source ratio: Show user acquisition channels, such as organic search, social media, advertising, etc. Add order count: Track and display the total number of orders and their status. Add revenue data: Display total revenue and monthly revenue changes. Add total user count: Show the total number of registe...
... The discount for agents' card codes can be set in the admin panel. Agent membership is automatically activated upon opening; in the agent center, it redirects to the agent system with automatic login. The backend can also grant access to this page for specific users. Implementation Suggestions: Provide a dedicated page and function entry for agents on the frontend. After recharging the balance, agents can purchase card codes on the frontend with the discount set in the backend. For users who have not activated the agent function, relevant pages need to have access control. Backend Development Requirements Software Update System Function Description: Add a software update system and interface with the client. When there is a new update, the client receives a notifica...
...etc. Good Coding Standards and Documentation: Provide clear and standardized code comments and necessary technical documentation for future maintenance. Resources Provided: Access to Code Repository: I will provide the complete source code of the app, including all related code files and resources. Issue Descriptions and Logs: Detailed error logs and steps to reproduce the issues to help quickly identify problems. Related API Documentation and Backend Support: If needed, I can provide backend API documentation and support to assist in debugging network request issues. Google Play Console Access: Necessary access permissions will be provided to assist in completing the app's upload and release. Deliverables: Fix the membership time loading error and menu...
...enhance overall performance and connection speed. 4. **VPN Protocol Integration**: Integrate the V2ray protocol into the iOS application using the **sing-box client**. Ensure secure and stable VPN connections and optimize performance. 5. **Membership Feature Integration**: Implement and synchronize membership management features, including user registration, login, subscription management, and access control on the iOS client, to match the Android version. **Specific Responsibilities:** 1. **Feature Synchronization and UI Consistency**: Sync all functionalities and UI elements from the provided Android source code to the iOS version, ensuring a consistent user experience. 2. **Issue Resolution and Debugging**: Diagnose and resolve bugs in the iOS app, including network conne...
...enhance overall performance and connection speed. 4. **VPN Protocol Integration**: Integrate the V2ray protocol into the iOS application using the **sing-box client**. Ensure secure and stable VPN connections and optimize performance. 5. **Membership Feature Integration**: Implement and synchronize membership management features, including user registration, login, subscription management, and access control on the iOS client, to match the Android version. **Specific Responsibilities:** 1. **Feature Synchronization and UI Consistency**: Sync all functionalities and UI elements from the provided Android source code to the iOS version, ensuring a consistent user experience. 2. **Issue Resolution and Debugging**: Diagnose and resolve bugs in the iOS app, including network conne...
...node-id=486-16965&t=rd7rCkmaPRVTutyl-1&scaling=scale-down&content-scaling=fixed&page-id=22%3A1090&starting-point-node-id=486%3A16965 园企助手----小程序UI原型 %EF%BC%88%E7%89%A9%E4%B8%9A%EF%BC%89%E4%B8%AD%E8%92%82%E5%9B%AD%E5%8C%BA%E7%AE%A1%E7%90%86%E5%B0%8F%E7%A8%8B%E5%BA%8F?node-id=486-16965&t=rd7rCkmaPRVTutyl-1&scaling=scale-down&content-scaling=fixed&page-id=22%3A1090+&starting-point-node-id=486%3A16965 中蒂推客----小程序UI原型 %EF%BC%88%E4%B8%AD%E4%BB%8B%EF%BC%89%E6%8E%A8%E5%AE%A2%E5%8A%A9%E6%89%8B%E5%B0%8F%E7%A8%8B%E5%BA%8F?node-id=12-658&t=FxL2p3Rr53Xqi4FY-1&scaling=scale-down&content-scaling=fixed&page-id=12%3A494&starting-point-node-id=12%3A658 招募要求: 团队需具备丰富的Java开发经验,有成功实施大型分布式系统的案例。 ...
...node-id=486-16965&t=rd7rCkmaPRVTutyl-1&scaling=scale-down&content-scaling=fixed&page-id=22%3A1090&starting-point-node-id=486%3A16965 园企助手----小程序UI原型 %EF%BC%88%E7%89%A9%E4%B8%9A%EF%BC%89%E4%B8%AD%E8%92%82%E5%9B%AD%E5%8C%BA%E7%AE%A1%E7%90%86%E5%B0%8F%E7%A8%8B%E5%BA%8F?node-id=486-16965&t=rd7rCkmaPRVTutyl-1&scaling=scale-down&content-scaling=fixed&page-id=22%3A1090+&starting-point-node-id=486%3A16965 中蒂推客----小程序UI原型 %EF%BC%88%E4%B8%AD%E4%BB%8B%EF%BC%89%E6%8E%A8%E5%AE%A2%E5%8A%A9%E6%89%8B%E5%B0%8F%E7%A8%8B%E5%BA%8F?node-id=12-658&t=FxL2p3Rr53Xqi4FY-1&scaling=scale-down&content-scaling=fixed&page-id=12%3A494&starting-point-node-id=12%3A658 付款方式:软件架构全部完成并达到雇主的认可,支付总订单金额至70%; 上线使用6个月后,无错误乱码情况支付总订单金额至90%;剩余10%为质
...and the peers make a request to the server with the roomID in the url. RoomID will be put in the same room and they start streaming video and audio. But it's too insecure and I need to generate a diffie hellman key pair on each peer (both desktop and mobile) and exchange the public keys. But I could not figure out how DH key exchange works. And where the keys are stored in mobile and how I can access them from the mobile phone so that I can encrypt the audio with the phones public key and then on the phone i can decrypt it using the key. (需要做的是为我在webrtc服务器上直播视频和音频的现有项目增加DH密钥交换算法的功能。 我原来的项目代码是录音web端和手机端的音频,并将它们进行比较延迟,作为两个端是否是在同一环境的双因素身份验证。我要改进的是使用webrtc直播音频来比较它们,把录音这一步替换掉。 我已经做好了的是部署webrtc信号服务器和可以直播视频和音频的url链接。现在连接的运作方式是,我用一个roomID创建一个房间,然后用户群用url里的roomID向服务器发出请求。RoomID会被放在同一...
... In addition to providing security related to the centralized financial ecosystem, it also provides the best of both worlds advantages, providing all the cost-effectiveness, easy access, transparency and rapidity of defi income agriculture Moon farm optimizes the yield agriculture interest (apyi APR) and provides users with the ability to choose the farm they want to use. Otherwise, the system will automatically use the yield optimization engine to determine the best farming strategy. Our vision: Become a leading platform for yield optimization of cedefi; Bridge the gap between cefi and defi; Eliminate the access threshold of planting industry and improve the user experience; Provide better utilization of funds; Create powerful optimizations to provide the best interests f...
我下载了dd-wrt 最新的x86平台的代码,现在编译遇到问题,发生问题的目录是grub,其它目录已经编译通过,需要高手帮助解决编译问题,我自已修改了一下grub可以编译过了,但是生成的固件无法使用,应该是哪里出了问题,需要有DD-WRT的X86平台编译经验者支持,
我下载了dd-wrt 最新的x86平台的代码,现在编译遇到问题,发生问题的目录是grub,其它目录已经编译通过,需要高手帮助解决编译问题,我自已修改了一下grub可以编译过了,但是生成的固件无法使用,应该是哪里出了问题,需要有DD-WRT的X86平台编译经验者支持,
在网上购买一个产品,这是链接, 可以看到产品不配送中国大陆,所以想请以为澳门朋友帮忙收一下快递,然后帮忙转寄一下。安全方面请放心,这是一个光猫,不存在任何风险的。
A calendar applet with multiple features, including time booking, team collaboration, shared calendars, online subscriptions, and more. Requirements: 1. Must have a deep understanding of the booking 2. Must be familiar with the common calendar application 3. Must have a deep understanding of teamwork and access control 4. Must be familiar with WeChat / applet / public number 一 个具有多种功能的日历小程序,包括时间预订,团队协作,共享日历,在线订阅等。 要求: 1. 必须对预订有深刻理解 2. 必须熟悉常见日历应用 3. 必须对团队协作,权限控制有深刻理解 4. 必须熟悉微信/小程序/公众号
1.在access选项卡下增加购买栏,后台可以输入金额,前台用户访问页面时支付相应金额以后可以访问内容; 2.用户可以自己购买用户组,用户支付一定的金额,可以在一段时间内成为某一个用户组成员 3.支付方式包含支付宝和微信支付(扫码、链接等都需要支持) 4.详细说明请查看附加文件
你好: 我要開發一套門禁系統與監控系統,人員不須到現場協助客戶看屋。 請參考以下網站 開發類似這套系統。 與開發 的網站做應用 請問您可以開發嗎? I want to develop a set of access control systems and monitoring systems, personnel do not have to go to the scene to help customers see the house.
我現在有一個以visual foxpro 編寫的軟件,它會自動從網上下載資料並儲存在電腦中,透過軟件的介面顯示所需資料。現在的項目想將下載並儲存在電腦的DATA擷取到EXCEL/ACCESS,從而不用透過FOXPRO 編寫的程式也可以利用EXCEL/ACCESS 作查詢。由於軟件的介面是中文,所以必需懂得中文才可以完成這個項目。
THE PROJECT HAS TO BE RESEARCH ORIENTED PROJECT ,HAS TO BE INDETAIL AND CLEAR , THE DATA HAS TO BE Specific Measurable Actionable Relevant. ITS HAS TO BE 100% PLAGARISM FREE PROJECT THE PROJECT HAS TO BE 18-20 PAGES TIMES ROMAN WORD SIZE - 11 POINT LINE SPACING -1 POINT
我们目前有一个基于Windos Access 的一个内部应用软件, 我们希望能将其用WINDEV 来重新开发 以便于我们之后的应用。指定使用WINDEV 开发软件。在我们公司坐班工作,直到项目完成。
基于bootstrap、highcharts、jquery等前端框架,后端采用.NET,数据库采用access数据库。
1. App download to allow user to access the internet thru our company servers.. 2. GEO Location of device for clients when they enter the office building to know where they are. 3. Building lay out, with using scan QR codes to let clients know where they are at precisely 4. USING wifi, A-GPS and GPS to access location INSIDE the building and on different floors 5. Allow downloading of pamphlets and documents helps references for services provided in the entire 10 story building along with each specific floors 7. Will need ongoing support for at least 1 year, 8. Within the app, the layout for the client changes and makes changes based on the wifi positioning. 9. Smart app controller, allowing the app to control simple internet connected items (lights, switches) will ...
Requires a database that helps users in our company to organise different packaging specifications for each of our products. Since different customers require different packaging format of the same products, we need to be able to pick from existing packaging format or create new format for each customer. Requires the following functions. 1) Product overview (list all the items, and related different packaging specifications) 2) Functions that allow users to alter and add new packaging format for each item. 3) Functions that allow users to pick different products (and its respective forma) and output the selection to Excel or PDF 4) An import and export function that allows us to import all the existing packaging data into the database.
项目: - 一个牙医软件模块; - 部分功能基于开源控件实现; - 开发环境为C#, MSSQL Server, MS Access (MDB); - 1.1 版本已经完成并在使用; - 现按照用户要求有所改动; - 改动分为2个阶段,1.2版本和2.0版本; - 1.2版本预计一个月内完成; - 2.0版本预计二个月; 要求: - 熟识C#,.NET, MSSQL,MS ACCESS; - 使用第三方控件经验; - 懂看简单英文需求; 项目本身是加拿大外包的,我人在东莞,可以到我这里开会,也可以到深圳开会,让你了解该程序和其需求以便报价。 有兴趣的,请QQ 1073158942 联系,或电 15820998667 (何生)
1. 设计及建立公司内部网站(登录访问),主要信息包括各部门主要架构、流程及手册,同时包括最新公司动态,行业信息等。信息披露分层,二层不超过10页,三层以上不超过30页。简单的网页间连接。同时包括一个内部Forum (论坛)可以让员工共享相关行业及知识信息。 2. 在同一网站上建立一个内部应用系统加数据库,主要流程涵盖客户记录及贷款状态录入及更新。数据库不超过10个表, 每个表大概10-20个字段,主数据每月新数据不超过500条记录,总数据量大概每年新增50000条。 数据库机构初步包括:客户表、介绍人表、佣金表、新交易表、交易历史记录表等。 应用系统主要功能是录入、查询及产生报表。 安全考虑上可以根据访问人员的ID呈现可以访问的界面及相关报表。 3. 希望网站建设可以使用较简单的HTML5、Access数据库设计,以方便未来的自行维护。 4. 全部网页为英文。
1.要識中文,善於溝通 2. Access 基本運作 (關聯圖,報表,表單等等) -要將所有資料整理及關聯,方便我們尋找客人的資料 -要按我們需要及要求製作表單和報表 -需要各負責人交代有關運作及其用途
推广品牌:LuguLake 推广产品: 新闻稿主题:亚马逊出智能手机了,有无线QI功能吗? 相关思路: 1. 市面上大品牌智能机型,支持QI无线功能的有哪些? 2.亚马逊智能机功能方面的几点猜想(将QI无线充充电功能加进去,再结合我们的产品)。
... 利润最大化通过开发和制作百度,搜狗,360显示广告,规划和部署PPC活动。 -赢得优质的、显著的PPC项目进展。 -通过PPC或付费点击追踪、更新跟踪和更新流量模式。 -负责PPC报告,包括每周和每月项目报告,分析该项目的表现,评估投资回报率对关键指标和优化支出的最大价值。 -培训营销人员,监督各项目进展,以确保团队的优质表现。 -参与或主持高级管理层及营销团队的会议。 -发掘、聘用、指导和激励线上营销人员在技术及应用层面发挥最大潜能。 技能与经验要求: -良好的教育背景。 -渴望成功。 -拥有5年以上的任职PPC经理/百度网盟专家的经历。 -有参与SEM竞标技术、自动化功能的经验。 -善写广告文案,懂得就项目进行专业层面的比较。 -能够管理、指导大批富有经验的团队成员工作。 -有从众多数据中获取信息、做出清晰判断与明智角色的经验,善用Excel与Access. -优秀的客户处理能力和书面、口头沟通技巧。 -杰出的项目管理能力,能同时管理多个项目,并确保项目按时运作。 -能够适应瞬息万变的线上营销趋势。 -能够萌生新创意、执行新想法。 -能够从头至尾地带领、管理并参与任一项目。 -富有职业道德及旺盛的精力。
Access 2013 Web App 在线的顾客管理系统。用户登录后在主页看每日摘要: 1.近一个月内新加入的顾客 2.正在处理中的顾客列表 3.总顾客数量 点击添加新顾客按钮可以弹出窗口添加新顾客 点击顾客名可以弹出顾客详细信息,并可以打印该详细信息
...Facebook LIKES. On each 15,000 Likes, 25% of Milestone Payment will be released until 75% of total payments are released only; Balance 25% will be released after 10 days to make sure that every thing is okay. All Likes are permanent and staying on our Page. Likes should not disappear automatically. However 1% to 2 % likes plus minus is acceptable. When bidding please remember the following Point: • Please provide what techniques you will use to generate LIKES • You are bidding on my payment terms As my Facebook page is regarding Online Shopping (clothing & Accessories), so I shall prefer maximum number of likes should come from Pakistan E-commerce buyers. Note: I have more work which I shall give on successful completion of this project....
I need a skilled music transcriber who can convert an audio recording of a piano composition into classical-style sheet music. The piece is approximately 3 to 5 minutes long. Ideal Skills: - Proficiency with music transcription softw...music transcriber who can convert an audio recording of a piano composition into classical-style sheet music. The piece is approximately 3 to 5 minutes long. Ideal Skills: - Proficiency with music transcription software - Deep understanding and expertise in classical music notation - Piano playing experience - Attention to detail The project does not require any specific annotations at this point. However, the ability to add dynamics, fingerings, and pedal markings if necessary, will be a plus. Experience with such tasks will greatly enhance your...
...application that enables digital payments, recharges, bill payments, ticket bookings, and money transfers for users in Sri Lanka. The app will have three interfaces: User App, Merchant App, and Admin Panel. User App Features Registration & Login: Phone number/email-based registration OTP verification for authentication Biometric login (fingerprint/face recognition) Dashboard: View wallet balance Quick access to recent transactions Wallet Management: Add money to the wallet via debit/credit card, bank transfer, or mobile money Real-time balance updates Payments: QR Code Payments (Scan & Pay) Merchant payments P2P transfers (via phone number or app ID) Recharges & Bill Payments: Mobile top-ups (all major telecom providers in Sri Lanka) Utility bill payments (electr...
I'm looking for someone who can help me automate the formatting of my resume according to a specific template I have. Key requirements: - Experience with resume formatting - Ability to work with a specific template - Understanding of consistent font style and size - Skill in bullet point formatting
...• Proficiency in Laravel 11. • Expertise in HTML, CSS, and Blade templates. • Experience in designing and integrating invoice templates into Laravel applications. • Familiarity with dynamic data synchronization. • Basic knowledge of tax systems like GST is a plus. What We Provide • Detailed design ideas for invoice templates. • Existing invoice template codebase to guide development. • Access to platform services for integration and testing. Application Details To apply, please share: 1. Examples of similar work or portfolio. 2. Your experience with Laravel 11 and dynamic template integration. 3. Estimated timeline for completing the templates. We are excited to work with a talented developer who can deliver quality designs an...
I'm seeking a seasoned Sailpoint IIQ developer specializing in ARMS Plugin Development. The primary goal is to enhance our existing plugin with additional features to display warnings or validation messages during CSV ...enhance plugin features and functionality. - Experience with implementing warning or validation messages. Plugin Enhancement: - The plugin needs to be modified to display warnings or validation messages when importing CSV files. These messages should pertain to: - File format issues - Data consistency errors - Duplicate entries Ideal Skills: - In-depth knowledge of identity management, access governance, and compliance reporting. - Proficiency in user management and integrations with other systems. - Strong background in data analytics and handling file...
...names, etc. • Take pictures of the subject company and its vicinity per Confirmis’ standard operating guidelines. • Provide observation about the company to gauge activeness, e.g., staff working at the premise, loading/unloading of goods, etc. REQUIREMENTS: • Must be living in (or nearby) Karagala Road, Pananwala, Delgoda, Sri Lanka • Has a camera or phone/tablet of quality with a camera, internet access • Must be available during business hours (9 AM - 4 PM) on working days Please see the attached file for the site visit guidelines. You are only required to deliver the pictures, video & observations and are not expected to assemble a report like the Sample Report. Note: Milestone will be released the following week after the site visit to gi...
I'm looking for a modern logo for my health, fitness, and wellness brand "Lift Gains Life". The brand is all about lifting weights, eating healthy, and inspiring others to become better versions of themselves. Key Requirements: - The acronym "LGL" should be the focal point of the logo. - A funky, graffiti-type font that is bold and edgy. - An earthy and neutral color scheme. - Incorporation of design elements like dumbbells, healthy food icons, and abstract shapes or patterns. Ideal Candidates: - Proven experience in logo design, especially in the health and fitness sector. - Skilled in creating modern and unique designs. - Able to work with specified color schemes and design elements. - Familiar with bold and edgy graffiti-type fonts.
...like Educate.io. You’ll also integrate LearnWorlds with Zapier to handle course access automatically upon purchase. ⚠️ Important: Only applications that follow the Instructions to Apply will be considered. The instructions is at the bottom!!! Requirements 1. Website Design & Development Figma Design: Homepage with pathways to X-Commerce and X-School. Landing pages for both platforms. Payment pages (Stripe/PayPal). X-World overview page (optional community add-on). Webflow Development: Translate designs into a responsive, animated website. SEO-friendly, CMS-enabled (e.g., for blog posts or testimonials). 2. LearnWorlds + Zapier Integration Connect LearnWorlds and Webflow via Zapier for automated course access. 3. Payment Integration Stripe/PayPal setup for cours...
I need a skilled CodeIgniter developer to troubleshoot and modify my web application. The application is failing to generate customer account statements, and I need this fixed. The statements should be able to be generated in PDF format. Main Issue: - The created account statement not showing customers credit balance due amount Specific requirements: - Identify and rectify the issue preventing the generation of customer account statements. - Modify the application to allow for generation of account statements for any custom period. - Ensure the statements include the outstanding balance (I will provide a sample format). - Should provide the details of modification and codes for future backup. Ideal candidate should have: - Proven experience with CodeIgniter - Strong debugging skills - A...
I require assistance downloading all files from my Ubuntu server along with the complete MariaDB database. - Current Access: I currently connect to my Ubuntu server via Navicat. - FTP Setup: I need help setting up the FTP connection to facilitate this process. - Data Scope: The task involves downloading all server files and databases, not just specific directories or databases. The ideal freelancer for this project should have: - Extensive experience with Ubuntu servers. - Proficiency in working with MariaDB. - Skills in FTP connection setup. - Ability to handle comprehensive data downloads efficiently.
About the Role: Promote our online Digital Marketing course to students and professionals looking to upskill. The course offers practical training in SEO, social media marketing, and Google Ads, along with job assistance, an industry-recognized certificate, and lifetime access to course materials. Key Highlights: Students only pay a $99 dashboard fee to unlock all benefits. You earn a 20% commission per successful registration ($19.8 per sale). Responsibilities: Identify and engage potential students through social media and personal outreach. Share course benefits and assist with registration. Requirements: Strong communication and networking skills. Motivation to meet targets and earn commissions. Start promoting today and help students unlock their potential! Important Note: ...
...and experience with composite materials in roof deck design will be an added advantage. * 2 Master Bedrooms with one having bath shared with living area. 2nd Bedroom with Murphy Bed * As energy efficient as possible. Desire almost zero energy bill in retirement. * Designed for solar and geothermal. All off grid * Master bath has two sinks. Prefer a full wet floor for shower that allows handicap access to shower. No ledge, door or glass. Heated floor. No need for separate room for toilet. Cabinet and toilet hung from wall and open underneath. * Ample closet space for both rooms. To maximize storage, built in cabinets around bed like a boat. No need for furniture. Plan is to build cabinets on site by owner or use IKEA. * Open living, dining, and kitchen * The full size of house is...
set up a SEMrush account and integrate its API with our existing systems. The goal is to enable seamless access to SEMrush tools and data for effective digital marketing and SEO analysis.
I'm looking for a skilled Android developer to create a mobile-based Point of Sale system for me. This app should have robust features and work seamlessly on a mobile phone. Key Features: - Sales Reporting: The app should be able to track and report sales data efficiently. - Order Punching: There should be a feature that allows for easy input of customer orders. - Thermal Printer Integration: The app must be able to communicate with a thermal printer for receipt generation. Ideal Skills and Experience: - Proficient in Android app development. - Prior experience developing Point of Sale systems is a plus. - Knowledge of integrating mobile apps with thermal printers. - Excellent understanding of sales reporting features in a POS context. Please include examples of simi...
...existing system after node actions (e.g., on pass, on reject). - Handle workflow rejections or completions. 5. Storage and Loading: - Save designed workflows to the database. - Load existing workflows for editing. - Use MSSQL for backend storage. 6. Validation: - Ensure workflows are valid before saving (e.g., all nodes connected, no loops without exit, start and end nodes exist). 7. User Roles and Access Control: - Assign specific user roles to each node (e.g., Managing Director, Department Head). - Ensure workflows follow the role hierarchy for approvals. 8. UI/UX Features: - Simple and intuitive interface. - Ability to preview the workflow structure. - Responsive design compatible with web browsers. Technical Stack: - Backend: .Net Core - Database: MSSQL - Frontend: Preferabl...
Office Assistant (Arabic and Indonesian Language Proficiency Required) We are looking for a fu...persuading them of the value of our offerings. 2. Demonstrating excellent communication skills, persuasiveness, quick thinking, and professionalism are essential. This is a position with no requirement to attend our office physically. However, the following conditions must be met: 1. A quiet room free from noise and distractions. 2. A stable and high-speed internet connection. 3. Camera access to meet clients face-to-face online and discuss their inquiries. 4. Punctuality, discipline, and maintaining the confidentiality and privacy of information are mandatory. A monthly salary will be offered for this full-time position. If you meet the requirements and are interested, ple...
...2 step: Contact information 3 step: Approve/confirme to post the job request. Attached i will show you example of the steps. The back end shows the costumer dashboard where the costumer can chat with the companies that has accepted the job and can send a written offer or as an attachment file. The job request gets sent to companies in our system that has paid membership and companies Get access to send offer and chat with the costumer....