Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2b511d4d

Von Werner Hahn vor mehr als 6 Jahren hinzugefügt

  • ID 2b511d4d9ae2516dd57f74250b5f0d735c129ac1
  • Vorgänger 451d54ce
  • Nachfolger b501cb33

Shopmodul: Shoppart - Alle Daten werden angezeigt (Lager Lokal/Shop, Preisquelle, Preis) Lastupload Zeit wird in DB geschrieben und auch angezeigt

Shoppart: Alle Daten werden angezeigt (Lager Lokal/Shop, Preisquelle, Preis) Lastupload Zeit wird in DB geschrieben und auch angezeigt.
Formatierungen in den js für Zahlen fehlen noch Kleinere TODOs

Conflicts:
SL/Controller/ShopPart.pm
SL/ShopConnector/Shopware.pm
templates/webpages/ic/tabs/_shop.html

Shoppart: Last Upload article is written in db

Conflicts:
SL/ShopConnector/Shopware.pm

Conflicts:
SL/Controller/ShopPart.pm
SL/ShopConnector/Shopware.pm
js/kivi.shop_part.js

Unterschiede anzeigen:

SL/DB/MetaSetup/Shop.pm
10 10
__PACKAGE__->meta->table('shops');
11 11

  
12 12
__PACKAGE__->meta->columns(
13
  connector    => { type => 'text' },
14
  description  => { type => 'text' },
15
  id           => { type => 'serial', not_null => 1 },
16
  login        => { type => 'text' },
17
  obsolete     => { type => 'boolean', default => 'false', not_null => 1 },
18
  password     => { type => 'text' },
19
  port         => { type => 'integer' },
20
  price_source => { type => 'text' },
21
  pricetype    => { type => 'text' },
22
  sortkey      => { type => 'integer' },
23
  url          => { type => 'text' },
13
  connector         => { type => 'text' },
14
  description       => { type => 'text' },
15
  id                => { type => 'serial', not_null => 1 },
16
  last_order_number => { type => 'integer' },
17
  login             => { type => 'text' },
18
  obsolete          => { type => 'boolean', default => 'false', not_null => 1 },
19
  orders_to_fetch   => { type => 'integer' },
20
  password          => { type => 'text' },
21
  port              => { type => 'integer' },
22
  price_source      => { type => 'text' },
23
  pricetype         => { type => 'text' },
24
  sortkey           => { type => 'integer' },
25
  url               => { type => 'text' },
24 26
);
25 27

  
26 28
__PACKAGE__->meta->primary_key_columns([ 'id' ]);

Auch abrufbar als: Unified diff