Projekt

Allgemein

Profil

Herunterladen (17,5 KB) Statistiken
| Zweig: | Markierung: | Revision:

# Datum Autor Kommentar
01738ec3 30.09.2023 01:14 Tamino Steinert

TypeData: nutzte Konstanten anstatt String für Typen

d57a4596 30.09.2023 01:14 Sven Schöling

TypeData: proxy um $record->type_data benutzen zu können

91f4c662 30.09.2023 01:14 Tamino Steinert

Model::Record: update_for_save_as_new implementiert

c84c3960 30.09.2023 01:14 Sven Schöling

RecordLink: converted_from_* Felder in allen convert_to und new_from korrekt setzen.

Das hier benutzt jetzt das neue Reclamation Format. Statt

converted_from_oe_id

wird jetzt

converted_from_record_id
converted_from_record_type_ref = SL::DB::Order...
17710932 30.09.2023 01:14 Sven Schöling

RecordLinks: Reclamation after save hook in ein SL::DB::Helper modul verschoben

RecordLinks werden in reclamations in einem after save hook behandelt,
und sind damit deutlich robuster als die manuelle Behandlung. Die
ausgelagerte Variante hat jetzt auch Konstanten für die magischen...

dc28e1c2 14.12.2022 09:24 Tamino Steinert

Reclamation: add billing_address_id to reclamation

9b0937a9 14.12.2022 09:24 Tamino Steinert

Reclamation: Test for workflow (reclamation, order, delivery_order)

0b50bdf8 14.12.2022 09:24 Tamino Steinert

Reclamation: set record_links automatic after reclamation->save

fab2b3f1 14.12.2022 09:24 Tamino Steinert

Workflow: (sales/purchase) invoice → reclamation

9b5b900b 14.12.2022 09:24 Tamino Steinert

Workflow: delivery_order ↔ reclamation

eff10782 14.12.2022 09:24 Tamino Steinert

Workflow: order ↔ reclamation

34099460 14.12.2022 09:24 Tamino Steinert

Reclamation: sql-script for data tables and rose objects added

Also created all needed functions in SL/DB/Reclamation.pm,
SL/DB/ReclamationItem.pm and SL/DB/ReclamationReason.pm