Northwind

/

     

    Exit Sign In

    You are not signed in

    You are not signed in Sign In
      Exit
    Install mobile app
    Sales
    Customers91
    The customers table contains a list of imaginary customers of the Northwind company.

    You can also access the imaginary orders made by each customer here.
    Orders830
    Orders placed by customers, with newest orders listed first.
    Order dates can be specified using
    a friendly date picker that AppGini automatically generates for date fields.
    AppGini homepage
    You can add your own links to the homepage like this one by adding an entry for each link in the generated "hooks/links-home.php" file.
    Want to try this demo on your own server? Download it now!
    Download all the files of this demo application, including the AppGini project file, the generated files and the SQL dump of data. To set up the demo either on your own PC or on a web server, please refer to the included README.md file.
    Operations
    Employees9
    This table lists the employees of 'Northwind', sorted by last name.

    When you click an employee name to view his/her details, you can also view the orders processed by them.

    And if the selected employee has other employees reporting to him/her, you can view them
    by clicking the Employees button.
    Products77
    In addition to to accessing product details, you can also access the orders history of each
    product from here.
    Product Categories8
    Product categories include photos that have been automatically resized using the
    thumbnails feature provided by AppGini.
    Click on a thumbnail to enlarge it. Signed users can upload photos when defining new categories.
    Suppliers29
    In addition to to accessing suppliers' details, you can also view products
    provided by each supplier.
    Shippers3
    Here you can access shippers info, and also see orders handled by each shipper.

    This is a demo application created using AppGini. You can browse it anonymously (read-only access), or sign in with username demo and password demo to be able to add records (you can edit only the records added by demo but not other records.)

    You can as well sign up as a new user. You'll then be able to add records and edit/delete them. You can only view all other records but not edit/delete them.

    User groups and permissions are a built-in feature in all apps created by AppGini. You can see in this screencast how to configure group permissions.