Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision fd6f0f82

Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt

  • ID fd6f0f820608b7d85f8eb0881017bb390fd1e212
  • Vorgänger f3dba42c
  • Nachfolger e3c9b0f4

Typos in PriceSource Doku

Unterschiede anzeigen:

SL/PriceSource.pm
71 71
Each algorithm can access details of the record to realize dependencies on
72 72
part, customer, vendor, date, quantity etc, which was previously not possible.
73 73

  
74
=head1 BACKGROUND AND PHILOSOPY
74
=head1 BACKGROUND AND PHILOSOPHY
75 75

  
76 76
sql ledger and subsequently Lx-Office had three prices per part: sellprice,
77 77
listprice and lastcost. At the moment a part is loaded into a record, the
78
applicable price is copied and after that free to be changed.
78
applicable price is copied and after that it is free to be changed.
79 79

  
80
Later on additional things joined. Various types of discount, vendor pricelists
80
Later on additional things were added. Various types of discount, vendor pricelists
81 81
and the infamous price groups. The problem is not that those didn't work, the
82
problem is, that they had to guess to much when to change a price with the
83
available price from database, and when to leave the user entered price.
82
problem is, that they had to guess too much when to change a price with the
83
available price from the database, and when to leave the user entered price.
84 84

  
85 85
Unrelated to that, users asked for more ways to store special prices, based on
86 86
qty (block pricing, bulk discount), based on date (special offers), based on
SL/PriceSource/Discount.pm
51 51

  
52 52
=head1 NAME
53 53

  
54
SL::PriceSource::Discount - contrainer to pass calculated discounts around
54
SL::PriceSource::Discount - container to pass calculated discounts around
55 55

  
56 56
=head1 SYNOPSIS
57 57

  
......
75 75
  );
76 76

  
77 77
  # invalid discount
78
  SL::PriceSource::Dicount->new(
78
  SL::PriceSource::Discount->new(
79 79
    discount     => $original_discount,
80 80
    spec         => $original_spec,
81 81
    description  => $original_description,

Auch abrufbar als: Unified diff