Varianten Abverkauf - Feld in Datenbank

Liebes Forum :slight_smile: :slight_smile:

wo wird in der Datenbank gespeichert, wenn eine Variante auf „Abverkauf“ steht.

Wenn der ganze Artikel auf Abverkauf steht, ist das in s_article die Spalte laststock. In s_articles_details habe ich kein entsprechendes Feld gefunden.

Liebe Grüße

Kerstin :slight_smile:

 

Guck nochmal genau. Ist ganz sicher in s_articles_details

1 „Gefällt mir“

s_articles_details

id int(11) UNSIGNED NOT NULL,
articleID int(11) UNSIGNED NOT NULL DEFAULT 0,
ordernumber varchar(255) COLLATE utf8_unicode_ci NOT NULL,
suppliernumber varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
kind int(1) NOT NULL DEFAULT 0,
additionaltext varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
sales int(11) NOT NULL DEFAULT 0,
active int(11) UNSIGNED NOT NULL DEFAULT 0,
instock int(11) NOT NULL DEFAULT 0,
stockmin int(11) UNSIGNED DEFAULT NULL,
laststock int(1) NOT NULL DEFAULT 0,
weight decimal(10,3) UNSIGNED DEFAULT NULL,
position int(11) UNSIGNED NOT NULL,
width decimal(10,3) UNSIGNED DEFAULT NULL,
height decimal(10,3) UNSIGNED DEFAULT NULL,
length decimal(10,3) UNSIGNED DEFAULT NULL,
ean varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
unitID int(11) UNSIGNED DEFAULT NULL,
purchasesteps int(11) UNSIGNED DEFAULT NULL,
maxpurchase int(11) UNSIGNED DEFAULT NULL,
minpurchase int(11) UNSIGNED NOT NULL DEFAULT 1,
purchaseunit decimal(11,4) UNSIGNED DEFAULT NULL,
referenceunit decimal(10,3) UNSIGNED DEFAULT NULL,
packunit varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL,
releasedate date DEFAULT NULL,
shippingfree int(1) UNSIGNED NOT NULL DEFAULT 0,
shippingtime varchar(11) COLLATE utf8_unicode_ci DEFAULT NULL,
purchaseprice double NOT NULL DEFAULT 0

1 „Gefällt mir“

stimmt, ist vorhanden. Vielen Dank :slight_smile:

Kann es sein, dass die Spalte in s_articles_details noch nicht immer war ? In einer älteren ODBC-Verknüpfung war sie noch nicht da. Jetzt aber schon.

In älteren 5er Versionen war sie nicht da - das stimmt.