From fd6f0f820608b7d85f8eb0881017bb390fd1e212 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Thu, 16 Apr 2015 08:37:35 +0200 Subject: [PATCH] Typos in PriceSource Doku --- SL/PriceSource.pm | 10 +++++----- SL/PriceSource/Discount.pm | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SL/PriceSource.pm b/SL/PriceSource.pm index 89dffba89..7ca287ded 100644 --- a/SL/PriceSource.pm +++ b/SL/PriceSource.pm @@ -71,16 +71,16 @@ together to calculate available prices for a position in a record. Each algorithm can access details of the record to realize dependencies on part, customer, vendor, date, quantity etc, which was previously not possible. -=head1 BACKGROUND AND PHILOSOPY +=head1 BACKGROUND AND PHILOSOPHY sql ledger and subsequently Lx-Office had three prices per part: sellprice, listprice and lastcost. At the moment a part is loaded into a record, the -applicable price is copied and after that free to be changed. +applicable price is copied and after that it is free to be changed. -Later on additional things joined. Various types of discount, vendor pricelists +Later on additional things were added. Various types of discount, vendor pricelists and the infamous price groups. The problem is not that those didn't work, the -problem is, that they had to guess to much when to change a price with the -available price from database, and when to leave the user entered price. +problem is, that they had to guess too much when to change a price with the +available price from the database, and when to leave the user entered price. Unrelated to that, users asked for more ways to store special prices, based on qty (block pricing, bulk discount), based on date (special offers), based on diff --git a/SL/PriceSource/Discount.pm b/SL/PriceSource/Discount.pm index a7475eae2..ae4592bd9 100644 --- a/SL/PriceSource/Discount.pm +++ b/SL/PriceSource/Discount.pm @@ -51,7 +51,7 @@ __END__ =head1 NAME -SL::PriceSource::Discount - contrainer to pass calculated discounts around +SL::PriceSource::Discount - container to pass calculated discounts around =head1 SYNOPSIS @@ -75,7 +75,7 @@ SL::PriceSource::Discount - contrainer to pass calculated discounts around ); # invalid discount - SL::PriceSource::Dicount->new( + SL::PriceSource::Discount->new( discount => $original_discount, spec => $original_spec, description => $original_description, -- 2.20.1