Projekt

Allgemein

Profil

Herunterladen (18,6 KB) Statistiken
| Zweig: | Markierung: | Revision:

# Datum Autor Kommentar
407245ca 26.08.2024 16:18 Cem Aydin

Reclamation Controller: Support für Drucken via internem Kivi parser hinzugefügt

Dazu werden die benötigten Druck Variablen aus dem Rose DB objekt
ins template array geschrieben.

Helfer Funktionen unter SL/DB/Helper/LegacyPrinting.pm erstellt.
Siehe auch perldoc in dieser Datei.

fc264bc3 02.01.2024 10:16 Tamino Steinert

TypeData: nutze richtige Übersetzung für Typ

c3710cbe 02.01.2024 10:14 Tamino Steinert

S:D:Reclamation: Nutze TypeData zum bestimmen ob VK/EK-Reklamation

74554bc7 30.09.2023 01:14 Tamino Steinert

Model::Record: Nutzte record_type für Erstellung aus Workflow

7d7ab469 30.09.2023 01:14 Tamino Steinert

Reclamation: nutze Record-Type

8e400aa5 30.09.2023 01:14 Tamino Steinert

TypeData: fix füge Ordertypes zu DB::Reclamation hinzu

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