Kunden-Spezifische Artikeleigenschaften
authorMartin Helmling martin.helmling@octosoft.eu <martin.helmling@octosoft.eu>
Mon, 9 Jan 2017 10:55:21 +0000 (11:55 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Mon, 8 Jan 2018 17:02:26 +0000 (18:02 +0100)
commit62f2141002f5b8c11fa9d881473fd3bc469b4eef
tree7cc411dec7a2ae04d57022d5d076f0e520c777f4
parent13ef42d7b92f959db38a2ac924cb9eef3e1e2450
Kunden-Spezifische Artikeleigenschaften

neue Tabelle "PartCustomerPrices" mit SL/DB Dateien
in Artikelstammdaten eingebaut,

in Preisquellen analog zu den Lieferantenpreisen nun Kundenpreise eingebaut
(Unklar ist was bei Kundenpreisen der beste Preis ist !)

Analog zu Lieferanten "make" und "model" aus kundenspezifischen Daten
"customer" und "custnumber" zum Drucken pro Artikel anbieten
21 files changed:
SL/Controller/Part.pm
SL/DB/Helper/ALL.pm
SL/DB/Helper/Mappings.pm
SL/DB/Manager/PartCustomerPrice.pm [new file with mode: 0644]
SL/DB/MetaSetup/Part.pm
SL/DB/MetaSetup/PartCustomerPrice.pm [new file with mode: 0644]
SL/DB/Part.pm
SL/DB/PartCustomerPrice.pm [new file with mode: 0644]
SL/IR.pm
SL/IS.pm
SL/PriceSource/ALL.pm
SL/PriceSource/CustomerPrice.pm [new file with mode: 0644]
bin/mozilla/ic.pl
bin/mozilla/is.pl
js/kivi.Part.js
locale/de/all
sql/Pg-upgrade2/create_part_customerprices.sql [new file with mode: 0644]
templates/webpages/part/_basic_data.html
templates/webpages/part/_customerprice_row.html [new file with mode: 0644]
templates/webpages/part/_customerprices.html [new file with mode: 0644]
templates/webpages/part/_makemodel.html