PriceSource: Erste Version
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 25 Jul 2014 14:38:00 +0000 (16:38 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 18 Dec 2014 15:18:21 +0000 (16:18 +0100)
commiteebe8e90991eacadb6fbd20a648c152017a620c7
treee9c4493851b01e16734329191d0bcf31eb809ad7
parentc21d2acca00997c4ca0be66f053dfdd0180f68f8
PriceSource: Erste Version

- Preisgruppen und Stammdaten sind implementiert
- Persistenz in allen Belegen funktioniert
- Rudimentäre Visualisierung funktioniert
- Klassen sind alle da

- Doku fehlt
- Verkauf/Einkaufweiche fehlt
- best_price ungetestet
- Preisgruppen hängen noch nicht von Verkäufer ab
- dependancy system fehlt
- verhalten bei fehlerhaften sources
- pricegroup -> active_source migration
22 files changed:
SL/DB/Helper/PriceTaxCalculator.pm
SL/DB/MetaSetup/DeliveryOrderItem.pm
SL/DB/MetaSetup/InvoiceItem.pm
SL/DB/MetaSetup/OrderItem.pm
SL/DO.pm
SL/IS.pm
SL/OE.pm
SL/PriceSource.pm [new file with mode: 0644]
SL/PriceSource/ALL.pm [new file with mode: 0644]
SL/PriceSource/Base.pm [new file with mode: 0644]
SL/PriceSource/MasterData.pm [new file with mode: 0644]
SL/PriceSource/Price.pm [new file with mode: 0644]
SL/PriceSource/Pricegroup.pm [new file with mode: 0644]
bin/mozilla/do.pl
bin/mozilla/invoice_io.pl
bin/mozilla/io.pl
bin/mozilla/is.pl
bin/mozilla/oe.pl
locale/de/all
sql/Pg-upgrade2/recorditem_active_price_source.sql [new file with mode: 0644]
templates/webpages/oe/_price_sources_row.html [new file with mode: 0644]
templates/webpages/oe/sales_order.html