44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
// AEB Exportfilling
|
|
|
|
//Tairfe pro Monat Export
|
|
$tarif_starter=33;
|
|
$tarif_basic=102;
|
|
$tarif_business=395;
|
|
$tarif_enterprise=2048;
|
|
|
|
//Schwellwerte für Tarifwechsel Export
|
|
//bis jetzt nich verwendbar in Grenzen
|
|
$schwellwert_starter=158;
|
|
$schwellwert_basic=1374;
|
|
$schwellwert_business=13749;
|
|
$schwellwert_enterprise_ab=13750;
|
|
|
|
//enthaltene Ausfuhren Export
|
|
$enthaltene_ausfuhren_starter=25;
|
|
$enthaltene_ausfuhren_basic=250;
|
|
$enthaltene_ausfuhren_business=2500;
|
|
$enthaltene_ausfuhren_enterprise=25000;
|
|
|
|
//Kosten zusätzliche Ausfuhren Export
|
|
$kosten_ausfuhren_starter=6.25;
|
|
$kosten_ausfuhren_basic=3.13;
|
|
$kosten_ausfuhren_business=1.76;
|
|
$kosten_ausfuhren_enterprise=0.98;
|
|
|
|
|
|
|
|
//AEB Importfilling
|
|
//Tarife pro Monat Import
|
|
$tarif_basic_import=102;
|
|
$tarif_business_import=695;
|
|
$tarif_enterprise_import=2048;
|
|
|
|
//enthaltene Ausfuhren Import
|
|
$enthaltene_ausfuhren_basic_import=100;
|
|
$enthaltene_ausfuhren_business_import=2500;
|
|
$enthaltene_ausfuhren_enterprise_import=10000;
|
|
|
|
//Kosten zusätzliche Ausfuhren Import
|
|
$kosten_ausfuhren_basic_import=5.93;
|
|
$kosten_ausfuhren_business_import=4.33;
|
|
$kosten_ausfuhren_enterprise_import=2.46; |