Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4fd22b56

Von Sven Schöling vor etwa 14 Jahren hinzugefügt

  • ID 4fd22b569d4436293e0a9d364d7356b5bfc503e5
  • Vorgänger 78034f24
  • Nachfolger 606b8c86

DBO Update - alle normalen Models hinzugefügt.

Unterschiede anzeigen:

SL/DB/Helpers/Mappings.pm
2 2

  
3 3
use strict;
4 4

  
5
# threse will not be managed as Rose::DB models, because they are not normalized
5
# these will not be managed as Rose::DB models, because they are not normalized
6 6
# significant changes are needed to get them done.
7 7
my @lxoffice_blacklist_permanent = qw(
8 8
  acc_trans audittrail customertax datev defaults department dpt_trans
......
14 14
# these are not managed _yet_, but will hopefully at some point.
15 15
# if you are confident that one of these works, remove it here.
16 16
my @lxoffice_blacklist_temp = qw(
17
  bank_accounts buchungsgruppen contacts custom_variable_configs
18
  custom_variables custom_variables_validity drafts dunning dunning_config
19
  employee follow_up_links follow_ups generic_translations history_erp language
20
  license notes payment_terms pricegroup rma schema_info sepa_export
21
  sepa_export_items tax taxkeys
17
     schema_info
22 18
);
23 19

  
24 20
my @lxoffice_blacklist = (@lxoffice_blacklist_permanent, @lxoffice_blacklist_temp);
......
29 25
my %lxoffice_package_names = (
30 26
  ar                             => 'invoice',
31 27
  ap                             => 'purchase_invoice',
28
  bank_accounts                  => 'bank_account',
29
  buchungsgruppen                => 'buchungsgruppe',
30
  contacts                       => 'contact',
31
  custom_variable_configs        => 'custom_variable_config',
32
  custom_variables               => 'custom_variable',
33
  custom_variables_validity      => 'custom_variable_validity',
32 34
  delivery_orders                => 'delivery_order',
33 35
  delivery_order_items           => 'delivery_order_item',
36
  drafts                         => 'draft',
37
  dunning                        => 'dunning',
38
  dunning_config                 => 'dunning_config',
39
  employee                       => 'employee',
40
  follow_up_links                => 'follow_up_link',
41
  follow_ups                     => 'follow_up',
42
  generic_translations           => 'generic_translation',
34 43
  gl                             => 'GLTransaction',
44
  history_erp                    => 'history',
35 45
  invoice                        => 'invoice_item',
46
  language                       => 'language',
47
  license                        => 'licemse',
48
  notes                          => 'note',
36 49
  orderitems                     => 'order_item',
37 50
  oe                             => 'order',
38 51
  parts                          => 'part',
52
  payment_terms                  => 'payment_term',
39 53
  price_factors                  => 'price_factor',
54
  pricegroup                     => 'pricegroup',
40 55
  printers                       => 'Printer',
56
  rma                            => 'RMA',
57
  sepa_export                    => 'sepa_export',
58
  sepa_export_items              => 'sepa_export_item',
59
  tax                            => 'tax',
60
  taxkeys                        => 'taxkey',
41 61
  units                          => 'unit',
42 62
);
43 63

  

Auch abrufbar als: Unified diff