La société AMS a été fondée en 1841 par Andreas Mayer à Schönenbach en Forêt-Noire. En 1954, elle est la 1ère fabrique d’horloges en Forêt-Noire à proposer sur le marché une horloge à musique avec 4 figurines dansantes conçue par Heinrich Mayer. L’entreprise occupe aujourd’hui 20 personnes et dispose d’une surface de 2500 m2 pour la production ainsi que d’un entrepôt à haut rayonnage de 1400 m2.
sql: select Artikel.ID as ID, Produktgruppe.ID as GID, Artikel.Artikelnr as Artikelnr, Artikel.Name_f as Name, Artikel.Preis as Preis, Artikel.Beschreibung_kurz_f as Beschreibung_kurz, Artikel.Bildpfadgr as Bildpfadgr, Produktgruppe.Produktgruppe_f as Produktgruppe, Produktgruppe.Beschreibung_f as Produktgruppe_Beschreibung, Bestand, Beschaffungszeit_f, UVP, Artikel.Video as Video, Lieferzeit from Artikel INNER JOIN Produktgruppe ON Artikel.Produktgruppe = Produktgruppe.ID INNER JOIN Produktgruppe ProduktgruppeShop on Produktgruppe.id = ProduktgruppeShop.Sortierung_Startseite left outer join Produktgruppe Produktgruppe2Shop on Artikel.Produktgruppe2 = Produktgruppe2Shop.Sortierung_Startseite where ProduktgruppeShop.Aktiv=1 and Artikel.Aktiv=1 and Artikel.SID=10 and Produktgruppeshop.Aktiv = 1 and Produktgruppeshop.SID = 26 and Hersteller = 34 order by Artikel.Sortierung, Artikel.ID