]> wagnertech.de Git - mfinanz.git/commitdiff
Typos in PriceSource Doku
authorG. Richardson <information@kivitendo-premium.de>
Thu, 16 Apr 2015 06:37:35 +0000 (08:37 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Thu, 16 Apr 2015 06:37:35 +0000 (08:37 +0200)
SL/PriceSource.pm
SL/PriceSource/Discount.pm

index 89dffba89c8de659730e1aad256ec17eaa9c3129..7ca287deda391eaa329395892500497cebc6f0ca 100644 (file)
@@ -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
index a7475eae2d84e610e877d5feecda191d4e45a5e0..ae4592bd97666618541fe8b9a52955f49e855ec4 100644 (file)
@@ -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,