Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    201 northwind jobs found, pricing in USD

    ... script where data are coming from an Ajax call. What I need is to add to each row an icon with a "plus" sign and when clicking that sign a child table should be displayed below the corresponding row retrieving data from the database, something like what is shown in In this sample, I am using the Northwind database where it's showing the customer list, and for each customer their corresponding orders. What I am going to provide: - the Northwind database - a Visual Studio project with a working form showing a table with the customer's table and also a sample form using the ASP Gridview performing what I want to replicate using datatable.net. The code to read the data is written in VB.net In order to have your proposal considered please copy/paste t...

    $39 (Avg Bid)
    $39 Avg Bid
    10 bids

    I need to capture some extra information in an ASPxGridView on the client side. I attached to this project a sample code and a print screen. Obviously, the sample code is not a real-life situation, I will apply what you're going to write in my actual project. The grid shows some labels and an amount in a text box. My user can enter a new amount. If the amount is equal or high...checkbox is checked no comment is accepted, if the checkbox is not checked a comment must be entered. The save action must save the information the calling grid in the label field called lblDate "dd/MM/yyyy mm" and lblComment When clicking the close button, the original value has to be restored in the grid edit box. Attached to this project is a print screen and the form showing data using the ...

    $18 (Avg Bid)
    $18 Avg Bid
    4 bids

    ...to have a backend, a query engine or query validation**. - You **do not need to add any syntax validation**. - The data that your application displays can be any chunk of data. It does not need to be the actual result that the query would display if it was actually run. You can choose any block of data from [here]() or you can choose any other data source. **The data and the query do not need to be in sync**. - You can write down any query you wish. **The query is not important, nor is the result.** You are free to put in dummy stubs and mocks wherever the need arises. - **Your application must have more than one query accompanied by its corresponding table of data.** You can have a predefined set

    $13 / hr (Avg Bid)
    $13 / hr Avg Bid
    13 bids

    Looking for a graphic designer to create a couple options for a logo for a new company I am starting. The company is called "Northwind." The company will capture carbon emissions from oil and gas production emissions and will sequester the carbon. A north wind signifies times are changing (often indicates a front blowing in, but mythologically - north wind represents a change from old ways to new). My company aims to help the transition toward greener energy by sequestering carbon emissions that used to be vented to atmosphere. For the logo - i would like to focus on the name (must have Northwind somewhere in the logo) + the concept of wind or a compass. See attached the word file with a few ideas to be refined.

    $299 (Avg Bid)
    $299 Avg Bid
    58 bids

    READ THE ATTACHED PDF DOCUMENT BEFORE BIDDING or ACCEPTING AWARD AS IT IS BINDING. Create an Access Database like quality, design and usability to the standard Northwind Template provided by Microsoft that includes full reporting and queries for Placements, Client Locations, Housing locations, Employees internal and Employees external and lastly Negative outcomes. MS Access Database must be usable in Office 365 There will be 6 tables minimum to include. Travelers, Locations, Placements, Negative outcomes, Recruiters, Pay Advancements. Each Table shall include a form for entry The databases will include the following information in a fields format. Travelers: 1. Auto numbered ID 2. First Name 3. Last Name 4. Phone number 5. On Boarding Completed? (“Yes” or &ld...

    $170 (Avg Bid)
    $170 Avg Bid
    5 bids

    I need an access database built that is very similar to the Northwind Template supplied by Microsoft. Really could use it with some adjustments to template and some name changes to fit my model.

    $138 (Avg Bid)
    $138 Avg Bid
    15 bids

    **i need it now** Consider the following fragment of the Northwind Relational Database Schema (RDBMS) and data. Note that a question mark after a column name indicates that the column is nullable, and any primary key columns of each table are underlined Q1. Suppose the above schema is implemented without specifying any integrity constraints. List four different inconsistency problems that might occur while giving examples. Q2. What referential integrity constraints are necessary for the above given schema? Redraw/ Rewrite the relational schema diagram specifying the needed foreign keys. Q3. Which strategies must be applied when deleting or updating a referenced primary key? Give an explanation on why a particular strategy is chosen? Q4. What is the consequence of deleting an Emplo...

    $15 (Avg Bid)
    $15 Avg Bid
    2 bids

    I need 2 separate SQL scripts that I can run against a database that produces specific output results. This must be run against a MySQL database. This must use standard objects/sql, not user defined sprocs, functions, views, etc. It cannot create objects, it must just run read-only and generate the results. Please see attached sample (based on Northwind DB). Basically I need a query to output the same as these do. Max $40 1-Relations: Output format represents the list of relations constraints between tables. 2-Columns: Output format is hierarchy where PARENT_ID IS NULL for the table/view, the columns of the table will have that table's ID. ID is a rownumber. IS_NULLABLE is either Y (for Yes,), N (for No). COLUMN_DEFAULT is the default value for the column. I...

    $140 (Avg Bid)
    $140 Avg Bid
    12 bids

    i have a micro project about creating an application that allows you to consult, and to edit data from an H2 format database, Northwind, provided. Your application must be programmed according to the MVVM model and include tests

    $31 (Avg Bid)
    $31 Avg Bid
    1 bids

    A. Introduction Your task is to write SQLite queries based on the given Northwind database, nws.db. The database consists of 11 tables: Category, Customer, Employee, EmployeeTerritory, Order, OrderDetail, Product, Region, Shipper, Supplier, and Territory. For each of the tables, you can view the schema of the tables with the .schema command (e.g, .schema Category). B. Preparation 1. Download the modified Northwind SQLite database (), the Northwind database entity relationship diagram (), and the template SQL file () to write your SQL codes. Put these files in a folder/directory. 2. Open a terminal window in the directory and open the database with the command sqlite3 nws.db. Make sure you use the more recent version of SQLite3 (download from https://www

    $47 (Avg Bid)
    $47 Avg Bid
    15 bids

    ...calls to get the desired information and return it. This needs to handle any valid OData read query. The code must be written in C# to .Net Standard 2.0. And is available as both a directly callable library and as an ASP.NET REST server. The directly callable library will be in the form Select(userToken, "$metadata") while the REST service would require a call of $metadata The REST server needs to support both the API and OAuth forms of authentication to the underlying HubSpot RESY API. The callable library only needs to support the API form of authentication. And for the direct library call, after establishing a connection, it's fine if a token is returned that has to be passed in for every call. The service must handle every object in

    $500 (Avg Bid)
    $500 Avg Bid
    2 bids

    ...calls to get the desired information and return it. This needs to handle any valid OData read query. The code must be written in C# to .Net Standard 2.0. And is available as both a directly callable library and as an ASP.NET REST server. The directly callable library will be in the form Select(userToken, "$metadata") while the REST service would require a call of $metadata The REST server needs to support both the API and OAuth forms of authentication to the underlying HubSpot RESY API. The callable library only needs to support the API form of authentication. And for the direct library call, after establishing a connection, it's fine if a token is returned that has to be passed in for every call. The service must handle every object in

    $429 (Avg Bid)
    $429 Avg Bid
    8 bids

    ...calls to get the desired information and return it. This needs to handle any valid OData read query. The code must be written in C# to .Net Standard 2.0. And is available as both a directly callable library and as an ASP.NET REST server. The directly callable library will be in the form Select(userToken, "$metadata") while the REST service would require a call of $metadata The REST server needs to support both the API and OAuth forms of authentication to the underlying HubSpot RESY API. The callable library only needs to support the API form of authentication. And for the direct library call, after establishing a connection, it's fine if a token is returned that has to be passed in for every call. The service must handle every object in

    $687 (Avg Bid)
    $687 Avg Bid
    7 bids

    I need 4 separate SQL scripts that I can run against a database that produces specific output results. This must be run against Oracle database. This must use standard objects/sql, not user defined sprocs, functions, views, etc. It cannot create objects, it must just run read-only and generate the results. Please see attached sample (based on Northwind DB). 1-Databases: Get a list of all databases 2-Tables: Get a list of all tables and views of the current database. This will include the table/view schema (namespace) as well. 3-Relations: Output format represents the list of relations constraints between tables. 4-Columns: Output format is hierarchy where PARENT_ID IS NULL for the tables/views, the columns of the table will have that table's ID. ID is a rownumber....

    $35 (Avg Bid)
    $35 Avg Bid
    2 bids

    I need 2 separate SQL scripts that I can run against a database that produces specific output results. This must be run against a MySQL database. This must use standard objects/sql, not user defined sprocs, functions, views, etc. It cannot create objects, it must just run read-only and generate the results. Please see attached sample (based on Northwind DB). 1-Relations: Output format represents the list of relations constraints between tables. 2-Columns: Output format is hierarchy where PARENT_ID IS NULL for the table/view, the columns of the table will have that table's ID. ID is a rownumber. IS_NULLABLE is either Y (for Yes,), N (for No), Y-d (if yes and has a default), N-d (if no and has a default) IS_ID is if the column is an identity IS_vPK and IS_vFK are alway...

    $42 (Avg Bid)
    $42 Avg Bid
    15 bids

    I need 2 separate SQL scripts that I can run against a database that produces specific output results. This must be run against a PostgresSQL database. This must use standard objects/sql, not user defined sprocs, functions, views, etc. It cannot create objects, it must just run read-only and generate the results. Please see attached samples (based on Northwind DB). 1-Relations: Output format represents the list of relations constraints between tables. 2-Columns: Output format is hierarchy where PARENT_ID IS NULL for the table/view, the columns of the table will have that table's ID. ID is a rownumber. IS_NULLABLE is either Y (for Yes,), N (for No), Y-d (if yes and has a default), N-d (if no and has a default) IS_ID is if the column is an identity IS_vPK and IS_vFK ar...

    $26 (Avg Bid)
    $26 Avg Bid
    4 bids

    Small fishing charter business in the UP of Michigan. Would like a logo and sub logo created. Would like something easily recognizable, simplistic. Color scheme we’ve liked thus far is main colors being blue/grey and sub colors being black/white.

    $61 (Avg Bid)
    $61 Avg Bid
    82 bids
    $13 / hr Avg Bid
    7 bids

    ...Citizenship, Adjustment of Status, Removal Proceedings, etc from a drop down list to describe the clients case and invoice. Keep in mind one client may hire me for something now and hire me again later for something else. I want it to be clean so I want the Client ID to follow the client. But I want to be able to create different invoices for different services the client hires me for. I like the Northwind Template, however it does not allow for monthly payments and is more tailored towards a business that buys and sells good, whereas I offer a service. I like that it has employees that are able to have their own logins, a quicklinks tab where they could see customers, sales reports, etc. I also like how there are forms to create a new customer order and purchase order. For me I ...

    $274 (Avg Bid)
    $274 Avg Bid
    7 bids

    We are Northwind Ministries Inc. We help homeless men get back on their feet. Currently our sole source of revenue is sales from our thrift store. We have 3 manufactured homes that house these individuals. The homes are old and in need repairs and updates. There is a need for expansion to house more individuals. We need to increase the amount of funds coming in to help us help others.

    $672 (Avg Bid)
    $672 Avg Bid
    9 bids

    Systems shall include: Customer list Product list Sales order Inventory Delivery note form PI form invoice Back order report

    $2915 (Avg Bid)
    $2915 Avg Bid
    23 bids

    I need someone to download a SQL Database and do 4 SQL statements (fetch data, subselect statement, join statement, and SQL union) and then send me the 4 screenshots of the execution results. Here's the database: It should take about an hour.

    $21 (Avg Bid)
    $21 Avg Bid
    6 bids

    I need someone to download a SQL Database and do 4 SQL statements (fetch data, subselect statement, join statement, and SQL union) and then send me the 4 screenshots of the execution results. Here's the database: It shouldn't take more than 30 minutes if that.

    $18 (Avg Bid)
    $18 Avg Bid
    42 bids

    I am trying to import file from MYSQL, python and tkinter with input field order ID import pymysql from tkinter import * from tkinter import messagebox import as sql import pandas as pd def search(): try: db_connection = (host='localhost', database='northwind', user='xxxx', password='xxxx') db_cursor = () ("SELECT * FROM orders WHERE OrderID=%s" % ()) table_rows = () df = (table_rows) df (state='disable') () except: ('No Data','No Such Data available') clear() def clear(): ('') (state='normal') w1 =Tk() ('My App') w1

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    14 bids

    Contact me only if you know this one --> I am working on a database management project. I need someone who experience with serenity framework as I am new on that,the link is bellow: What I need at this stage is: I create a few related tab...--> I am working on a database management project. I need someone who experience with serenity framework as I am new on that,the link is bellow: What I need at this stage is: I create a few related tables (each less than 20 fields in SQL script), then I need to implement them as some demo pages here: …. Then replace the dashboard with information on

    $608 (Avg Bid)
    $608 Avg Bid
    12 bids

    We are NorthWind Homes, LLC in Hutto, Texas established on 01/01/2015. Looking for an engineer for the infrastructure of a new 34 unit RV Park such as sewer, water, power and cable lines along with drainage and roads. This job we are taking immediate correspondence agreements upon accepted time and cost.

    min $50000
    min $50000
    0 bids

    I want to create a database application for my small business. I want a login for my employees, with forms they fill out and some other specifications. like (Northwind Access Database Sample)

    $237 (Avg Bid)
    $237 Avg Bid
    32 bids

    Use Northwind template of Microsoft Access and prepare few Forms. 1. Set Components of Inventory to manage inventory control of components. eg Burger requires components Salt, Cheese, Bread Tomatoes. We need to manage inventory of components. 2. Sales window Form: Doing sales direct to customer without taking orders. Like POS sales window 3. Goods returns: inventory control.

    $168 (Avg Bid)
    $168 Avg Bid
    6 bids

    The company has asked you to build a prototype of an n-tier system using the Northwind database as an example. The company wants to be able to add, edit, and delete records from the customers, orders, order details, products, categories, and suppliers tables. Your instructor will provide you the online link to the SQL Server database files (MDF and LDF). Assignment Guidelines Create the Data Access tier and Data tier projects: Create a class library project for the Data tier. Add a new class library project the project created in Step 1 for the data access tier. Add a typed DataSet using a new data source that connects to the Northwind sample database. Select the database objects (customers, orders, order details, products, categories, and suppliers) tables. Make sure the T...

    $80 (Avg Bid)
    $80 Avg Bid
    5 bids

    Instructions: 1. Make a web application in Visual Studio and name it as A3FirstnameLastname. 2. Create a Web application to display information about categories, products and their order details stored in the Northwind database. • Make sure to use Northwind databased hosted on (LocalDB)MSSQLLocalDB. Failure to do so would mark assignment invalid as this cannot be evaluated. 3. Use ListBox to display the categories. 4. When a category is selected, its corresponding products are loaded in the DropDownList. 5. When a product is selected, its corresponding order details are loaded in the GridView. • Display the following columns from the Orders table: i. OrderID, OrderDate, ShipedDate, ShipName, ShipAddress, ShipCity, ShipCountry. 6. If a new category is selected from ...

    $56 (Avg Bid)
    $56 Avg Bid
    29 bids

    ...some other softwares such MS Outlook for sharing database and avoid duplicates and usage of this template over internet online such at sharepoint!.... Of course that study would require some VBA and SQL scripts, cloud and security information feedback for the developer. Just to imagine what we are looking for: The project is similar in MS access 2007 templates list existing and named "Northwind Trader Ltd"... But of course our requirements more complex and more detailed inclusive "security interfaces" and integration of MS Outlook/Sharepoint etc... In this case part of those access database should publish online over internet for few users and data entries or printing therefore require security layers (over intranet/internet) Thus two skill are i...

    $250 - $750
    Sealed NDA
    $250 - $750
    15 bids

    I have customized MS Access (Northwind) for our use. Northwind has some limitation that it can not generate Goods Issued or Good Received for partial delivery of order or partial delivery received from supplier. I am looking for somebody who can design for us. Please advise your charges so that I can post my Northwind to.

    $151 (Avg Bid)
    $151 Avg Bid
    4 bids

    Looking for a large relational dataset which can be one of those open datasets but want them to be relational data model so the tables are connected either normalized or denormalized. We need some FRS, and use cases that can be derived out of these datasets, something like ETL, and BI reporting. Requirement: Industries preferred : (Aviation, Retail & Healthcare) [Exception: Northwind / Sakila / AdventureWorks ] 3 - Large Fact Tables (Tables should be partitioned by Date Fields) 5 to 10 - Dimension Tables FRS - End to End data flow with any transformation requirements and use cases (I know need those use cases for cleansing, and transforming those datasets, not looking for any codes. Overall, looking for a FRS / BRD document) Reporting - What are some useful insights t...

    $336 (Avg Bid)
    $336 Avg Bid
    5 bids

    Dear Sirs or Madams; We would like to improve and personalise a MS Access Template as per our requiriments in Migration of some other MS Office programs for sharing database and updates among office programs. Of course that would require some VBA and SQL scripts. Just to imagine how we are looking for: The project is similar to the template where already existing in MS access 2007 "Northwind Trader Ltd"... But of course our requirement more complex and more detailed with some "security interfaces" and integration of MS Outlook/Sharepoint etc... So part of those forms or database should publish online and therefore require security layers (over intranet/internet) Therefore two skill are important for us - That we are looking MS access developers, VBA...

    $6 - $95
    Sealed
    $6 - $95
    11 bids

    ...in the future. The developer should create a local installation of Manager Server edition and of the LAMP/WAMP server since we cannot give access to our working server. Here are some help references: 1) the ".exe" server service can be easily disassembled with Just open with this software and you can navigate in the whole code 2) you can download a Northwind sample business for Manager from 3) there is a PHP basic API that can be downloaded from 4) there is a Pyton basic API that can be downloaded from 5) there is an help forum for Manager under forum

    $35 (Avg Bid)
    $35 Avg Bid
    7 bids

    ...in the future. The developer should create a local installation of Manager Server edition and of the LAMP/WAMP server since we cannot give access to our working server. Here are some help references: 1) the ".exe" server service can be easily disassembled with Just open with this software and you can navigate in the whole code 2) you can download a Northwind sample business for Manager from 3) there is a PHP basic API that can be downloaded from 4) there is a Pyton basic API that can be downloaded from 5) there is an help forum for Manager under forum

    $52 (Avg Bid)
    $52 Avg Bid
    10 bids

    Dear Sirs or Madams; We would like to improve and personalise a MS Access Template as per our requiriments in Migration of some other MS Office programs for sharing database and updates among office programs. Of course that would require some VBA and SQL scripts. Just to imagine how we are looking for: The project is similar to the template where already existing in MS access 2007 "Northwind Trader Ltd"... But of course our requirement more complex and more detailed with some "security interfaces" and integration of MS Outlook/Sharepoint etc... So part of those forms or database should publish online and therefore require security layers (over intranet/internet) Therefore two skill are important for us - That we are looking MS access developers, VBA...

    $637 (Avg Bid)
    $637 Avg Bid
    22 bids

    Dear Sirs or Madams; We would like to improve and personalise a MS Access Template as per our requiriments in Migration of some other MS Office programs for sharing database and updates among office programs. Of course that would require some VBA and SQL scripts. Just to imagine how we are looking for: The project is similar to the template where already existing in MS access 2007 "Northwind Trader Ltd"... But of course our requirement more complex and more detailed with some "security interfaces" and integration of MS Outlook/Sharepoint etc... So part of those forms or database should publish online and therefore require security layers (over intranet/internet) Therefore two skill are important for us - That we are looking MS access developers, VBA/SQL exp...

    $236 (Avg Bid)
    $236 Avg Bid
    28 bids

    I am looking for a microsoft access developer to extend our northwind access database with following functionalities - Choose VAT percentage per product: 6%, 12% and 21% - When creating invoice, the vat must be correctly calculaten - Depending of the the location of the customer --- National (Belgium) = National = keep vat percentages of products --- Member of EU = Intra-Communautair = vat percentage for all products is 0% --- Export = vat percentage for all products is 0% Note: we use the dutch northwind database, so you need be able to use a translation tool

    $95 (Avg Bid)
    $95 Avg Bid
    7 bids

    ...Server-Side-Processing - must work with all tables ( generic ) - add groupedby columns (this is not a MYSQL GROUP BY ) - add sum functions to the footer - add subtotals for each groupedb column, if there is a summed column - must work with the PDF export function from the tabletools I need this in about 24 hours. You have to work on your own server. For testing you can use the Northwind Database : ( MYSQL )...

    $34 (Avg Bid)
    $34 Avg Bid
    9 bids

    Hi, I have the Northwind MS Access database web form template. its sync with a sharepoint 2010 server through Access Service database has 2 table "purchase" and "orders", i need to make a FIFO rule "First In Fist Out" in the report example: on 18/10/2016 we purchase a 10 k.g of meat and record saved in Purchase table on 19/10/2016 we purchase a 20 k.g of meat and record saved in Purchase table on 20/10/2016 Branch A ordered 8 k.g of meat and record saved in Order Tables now i need to print a report the show me current level of meat in my warehouse but it must show me that 2 kg from the first purchase available 20 kg from the secound purchase available

    $91 (Avg Bid)
    $91 Avg Bid
    15 bids

    Hi Guys, I am looking for someone with excellent MS Access and UI design skills. I have built a very small software to manage the sales of used winter stuffs. This is a charity event which will help less fortunate people to have the chance to practice winter sport like others. I found the template from Northwind database sample and adapted it to my needs. Unfortunately, I need some one to fix the last bugs with the VBA and SQL codes and slightly enhance the UI. The Deadline is on the 16th of September. After a brief interview to give you the database and information required, The project will cover the following things: 1. Secure application. Only administrator can unlock the code and database. 2. Develop/Modify Step 1 i.e. Registering the Supplier and the Items he/she is o...

    $161 (Avg Bid)
    $161 Avg Bid
    18 bids

    Hi royprosenjit1015, I noticed your profile and would like to offer you my project. We can discuss any details over chat. Revised project - Northwind Financial wordpress site.

    $225 (Avg Bid)
    $225 Avg Bid
    1 bids

    Hello, I am currently looking for someone who can help us with da...colour variations for selected components on Project level so it will allow us to have different colours for the same component type (For example 5xComponent1 in Blue, 6xComponent1 in Red etc) in one project. What we want to do: We, however, decided to improve this database and add inventory/stock management functionality. We want to have something like demo template from Microsoft called Northwind Traders on top of our database. We managed to integrate Nortwind into our database but it works only with components without colour variations (mentioned above). We would like to make this to work with colour variations in order to see how many component in what colour we sold, ordered etc. We will appreciate a...

    $373 (Avg Bid)
    $373 Avg Bid
    33 bids

    hi i need expert to help my in my project its about create an OLAP cube of the Northwind sales database provided by Microsoft Access. or the ID3/C4.5 algorithm or use WEKA’s J48 decision tree algorithm or Data Clustering using K-means or Clustering thank you

    $48 (Avg Bid)
    $48 Avg Bid
    3 bids

    Customization on Northwind 2007 and Pipeline samples

    $432 (Avg Bid)
    Featured
    $432 Avg Bid
    20 bids

    hi i need expert to help my in my project its about create an OLAP cube of the Northwind sales database provided by Microsoft Access. or the ID3/C4.5 algorithm or use WEKA’s J48 decision tree algorithm or Data Clustering using K-means

    $20 (Avg Bid)
    $20 Avg Bid
    1 bids

    I need to integrate the free MS template 'northwind' , in order to have the possibility : 1) of keeping separated orders and invoices of private customers from those of companies 2) to use also a second currency

    $131 (Avg Bid)
    Urgent
    $131 Avg Bid
    2 bids

    CRUD maintenance Northwind Products table SQLServer; with ASP.NET MVC 4; and Bootstrap, Ajax, Jquery and

    $27 (Avg Bid)
    $27 Avg Bid
    9 bids

    Maintenance Products (From the Northwind Database SqlServer) with ASP.NET MVC 4 Perform Maintenance Products Table Northwind sample database with the ASP.NET MVC 4 and SQLServer 2012. You must have at least 2 Partial View: 1. The grid is updated via AJAX according to the selected category. 2: - The Frame displayed below by clicking on the New or Edit button. The Record and Cancel buttons record or cancel the process, then the grid of products should be updated.

    $137 (Avg Bid)
    $137 Avg Bid
    21 bids