RDBO Normalisierung Part 2
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 14 Sep 2010 14:48:46 +0000 (16:48 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 14 Sep 2010 14:48:46 +0000 (16:48 +0200)
commitf97b07787db5cacc0f90338fdb3c1237262917cb
tree454ed76aeebde6a7e0d95eb0fc8ad6ac02b67537
parent3cc8ad871fc62723dbb9879a004a2af49d21bfef
RDBO Normalisierung Part 2

Alle Tables mit id Spalte versehen. Taxkey und Licemse naming gefixt.
Ausserdem eine Funktion db eingefügt, die in package main sitzt und die
passenden Datenbankmodels zurückgibt, siehe Helpers::Mappings
67 files changed:
SL/DB/AccTrans.pm [new file with mode: 0644]
SL/DB/AccTransaction.pm [new file with mode: 0644]
SL/DB/AuditTrail.pm [new file with mode: 0644]
SL/DB/CustomerTax.pm [new file with mode: 0644]
SL/DB/Datev.pm [new file with mode: 0644]
SL/DB/Default.pm [new file with mode: 0644]
SL/DB/Department.pm [new file with mode: 0644]
SL/DB/DptTrans.pm [new file with mode: 0644]
SL/DB/Exchangerate.pm [new file with mode: 0644]
SL/DB/Finanzamt.pm [new file with mode: 0644]
SL/DB/FollowUpAccess.pm [new file with mode: 0644]
SL/DB/Gifi.pm [new file with mode: 0644]
SL/DB/Helpers/ALL.pm
SL/DB/Helpers/Mappings.pm
SL/DB/Inventory.pm [new file with mode: 0644]
SL/DB/Lead.pm [new file with mode: 0644]
SL/DB/Licemse.pm [deleted file]
SL/DB/License.pm [new file with mode: 0644]
SL/DB/LicenseInvoice.pm [new file with mode: 0644]
SL/DB/MakeModel.pm [new file with mode: 0644]
SL/DB/MetaSetup/AccTrans.pm [new file with mode: 0644]
SL/DB/MetaSetup/AccTransaction.pm [new file with mode: 0644]
SL/DB/MetaSetup/AuditTrail.pm [new file with mode: 0644]
SL/DB/MetaSetup/CustomerTax.pm [new file with mode: 0644]
SL/DB/MetaSetup/Datev.pm [new file with mode: 0644]
SL/DB/MetaSetup/Default.pm [new file with mode: 0644]
SL/DB/MetaSetup/Department.pm [new file with mode: 0644]
SL/DB/MetaSetup/DptTrans.pm [new file with mode: 0644]
SL/DB/MetaSetup/Exchangerate.pm [new file with mode: 0644]
SL/DB/MetaSetup/Finanzamt.pm [new file with mode: 0644]
SL/DB/MetaSetup/FollowUpAccess.pm [new file with mode: 0644]
SL/DB/MetaSetup/Gifi.pm [new file with mode: 0644]
SL/DB/MetaSetup/Inventory.pm [new file with mode: 0644]
SL/DB/MetaSetup/Lead.pm [new file with mode: 0644]
SL/DB/MetaSetup/License.pm [new file with mode: 0644]
SL/DB/MetaSetup/LicenseInvoice.pm [new file with mode: 0644]
SL/DB/MetaSetup/MakeModel.pm [new file with mode: 0644]
SL/DB/MetaSetup/PartsGroup.pm [new file with mode: 0644]
SL/DB/MetaSetup/PartsTax.pm [new file with mode: 0644]
SL/DB/MetaSetup/Prices.pm [new file with mode: 0644]
SL/DB/MetaSetup/RMAItem.pm [new file with mode: 0644]
SL/DB/MetaSetup/RecordLink.pm [new file with mode: 0644]
SL/DB/MetaSetup/Status.pm [new file with mode: 0644]
SL/DB/MetaSetup/TaxKey.pm [new file with mode: 0644]
SL/DB/MetaSetup/TaxZone.pm [new file with mode: 0644]
SL/DB/MetaSetup/TodoUserConfig.pm [new file with mode: 0644]
SL/DB/MetaSetup/Translation.pm [new file with mode: 0644]
SL/DB/MetaSetup/TranslationPaymentTerm.pm [new file with mode: 0644]
SL/DB/MetaSetup/UnitsLanguage.pm [new file with mode: 0644]
SL/DB/MetaSetup/VendorTax.pm [new file with mode: 0644]
SL/DB/PartsGroup.pm [new file with mode: 0644]
SL/DB/PartsTax.pm [new file with mode: 0644]
SL/DB/Prices.pm [new file with mode: 0644]
SL/DB/RMAItem.pm [new file with mode: 0644]
SL/DB/RecordLink.pm [new file with mode: 0644]
SL/DB/Status.pm [new file with mode: 0644]
SL/DB/TaxKey.pm [new file with mode: 0644]
SL/DB/TaxZone.pm [new file with mode: 0644]
SL/DB/Taxkey.pm [deleted file]
SL/DB/TodoUserConfig.pm [new file with mode: 0644]
SL/DB/Translation.pm [new file with mode: 0644]
SL/DB/TranslationPaymentTerm.pm [new file with mode: 0644]
SL/DB/UnitsLanguage.pm [new file with mode: 0644]
SL/DB/VendorTax.pm [new file with mode: 0644]
bin/mozilla/common.pl
config/lx-erp.conf
sql/Pg-upgrade2/schema_nomalization_2.sql [new file with mode: 0644]