Creating Configurable product in Akeneo - akeneo

We wants to Create Configurable product in Akeneo.
Can anyone help me to how to create configurable product in Akeneo.
Thanks

Configurable product in Akeneo are called Product Models and can be created using the UI on the product grid. To be able to create one, you need to define a new family variant inside your existing families.

Related

Need mapping between TFS Team Name and Work Item Ids

In TFS, every Team is associated with Project. Also every Team has their own work items. Team can have more than one area path, similarly one area path can be associated with more than one team.
So I need to create a report where we can get all Work Items associated with specific team.
Is there any way to get that mapping from any table from TFS databases or using REST API?
No such report by default. You can add a custom field to represent teams in your organization, you can reconfigure the agile planning tools and pages to support your teams and decouple assignment to teams and area paths.
Detailed steps, you can follow MSDN article: https://msdn.microsoft.com/en-us/library/dn144940.aspx

Hotel Booking Integration Using Catalook

We want to add a hotel booking system to a DNN site. This concept is discussed here.
We tried to implement hotel booking using catalook, but the catalook store did not find all hotel related fields, like number of bed rooms, beds, bath rooms, accommodates, property type, amenities, etc. We are not clear how to add a custom field in the catalook product detail page for filtering things.
We are using latest catalook version 6.9.1 in DNN 7.4.1. We need additional fields when adding product (hotel) management and we are not sure about booking hotel system using catalook module. Can anyone assist me to move forward for configuring online reservation system using catalook module?
You need to create a new rentable or configurable product. Then under the attributes of the product you can add options such as extra room etc along with prices for each add-on. The manual explains everything. The tabs under the product edit have all the functionalities you need.

Creating a Android catalog

Anyone seen an android app created with App Inventor that is a catalog?
I want to create app with a static DB, when a user selects a number it will display the item name, details about the item and image of that item.
I suggest this easy way if you're a beginner at programming in general and you know a bit of HTML and Javascript.
Have your database in JSON, most database management systems will export your tables in JSON format.
And here is how to insert your javascript in App inventor
http://puravidaapps.com/javascript.php
Using a javascript library will make the process even easier.
Let me suggest to store your data in a csv file. Just add it as asset into your project and import it using the File component. Your catalog could be displayed using a listpicker component.
Start doing the tutorials to learn the basics of App Inventor. Also take a look at How to work with Lists by Saj
How to work with Lists and Lists of lists (pdf) by appinventor.org
My suggestion would be to use a list stored in an online database like firebase or a custom tinyWebDB. That way you can change the items, their prices, descriptions without having to build the app all over again. As a bonus, you could use that database to track purchases. If by static DB you mean a database on the device like tinyDB, I would still recommend using lists because they are so easy to work with.
You could have 3 paired lists. One list could be for images, one for the description, and one for the name. Then when a user picks the item number, say 3, you display item 3 of names, item 3 of descriptions, and item 3 of images.

Manipulate Database from Drupal

I'm new to Drupal 7. Right now I'm trying to use D7 to build an interface that allows me to directly manipulate the tables in the database.
I have installed a couple modules such as Data, Migrate, Feeds, and etc. I managed to create a view to display the table that I created using Data Module, but I need to add and update the rows from the interface.
Furthermore, is it possible to set up relational tables so that I can update or delete related rows at the same time using Drupal?
Thanks in advance
Using the data module that is quite easy because it comes with the "Data Entity" submodule that creates an entity form for you. This allows you to update data table rows. It should add an edit button at the end of your data view for the table.
Using some basic custom code you can always create a form to add/update data to the table as well. For form creation please have a look at:
http://api.drupal.org/api/drupal/includes%21form.inc/group/form_api/7

Need to access the database with dotnetnuke

I have a requirement where I need to access the database in dotnetnuke. Do we need to develop a new module for that?, or dotnetnuke provides us with built-in module.
Please help!, I'm completely new to dotnetnuke.
Thank you.
There's a Reports module which allows you to run SQL queries and transform that data into a display, which should work if you're just displaying information from the database.
If you need to accept input, you might look at the Form & List module which will let you create a form, and then list the information input to the form.
Any more complicated than that, however, and it looks like you'll probably need to create a custom module (or find a third party module from the DotNetNuke Store which meets your needs).

Resources