Revision 1b65e282
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
15 | 15 |
use SL::DB::Helper::PriceTaxCalculator; |
16 | 16 |
use SL::DB::Helper::PriceUpdater; |
17 | 17 |
use SL::DB::Helper::TransNumberGenerator; |
18 |
use SL::DB::Helper::CustomVariables ( |
|
19 |
sub_module => 'orderitems', |
|
20 |
cvars_alias => 1, |
|
21 |
overloads => { |
|
22 |
parts_id => 'SL::DB::Part', |
|
23 |
}, |
|
24 |
); |
|
25 | 18 |
use SL::DB::AccTransaction; |
26 | 19 |
use SL::DB::Chart; |
27 | 20 |
use SL::DB::Employee; |
Auch abrufbar als: Unified diff
tabelle invoice <-> InvoiceItem.