Skip to content
GitLab
Erkunden
Anmelden
Registrieren
Primärnavigation
Suchen oder aufrufen …
Projekt
erp
Verwalten
Aktivität
Mitglieder
Labels
Planen
Tickets
20
Ticketübersichten
Meilensteine
Wiki
Code
Merge Requests
0
Repository
Branch
Commits
Tags
Repository-Diagramm
Revisionen vergleichen
Build
Pipelines
Aufgaben
Pipeline-Zeitpläne
Artefakte
Bereitstellung
Releases
Betreiben
Umgebungen
Überwachen
Vorfälle
Service-Desk
Analysieren
Wertschöpfungskettenanalyse
Mitwirkenden-Analyse
CI/CD-Analyse
Repository-Analysen
Hilfe
Hilfe
Support
GitLab-Dokumentation
GitLab-Pläne vergleichen
Community-Forum
Zu GitLab beitragen
Feedback geben
Tastenkürzel
?
Code-Schnipsel
Gruppen
Projekte
Show more breadcrumbs
QUIQQER
erp
Commits
172ec904
Commit
172ec904
erstellt
vor 2 Monaten
von
Henning Leutz
Dateien durchsuchen
Optionen
Downloads
Patches
Einfaches Diff
fix(ArticleListUnique): no longer format already formatted totals
Übergeordneter
54959500
No related branches found
Branches enthält Commit
Tags
3.10.9
Tags enthält Commit
2 Merge Requests
!165
fix(ArticleListUnique): no longer format already formatted totals
,
!140
Update 'next-4.x' with latest changes from 'main'
Pipeline
#13974
mit Warnungen bestanden mit Phase
Phase:
in 2 Minuten und 22 Sekunden
Änderungen
1
Pipelines
1
Leerzeichenänderungen ausblenden
Inline
Nebeneinander
1 geänderte Datei
src/QUI/ERP/Accounting/ArticleListUnique.php
+14
-12
14 Ergänzungen, 12 Löschungen
src/QUI/ERP/Accounting/ArticleListUnique.php
wird angezeigt
mit
14 Ergänzungen
und
12 Löschungen
src/QUI/ERP/Accounting/ArticleListUnique.php
+
14
−
12
Zeige Datei @
172ec904
...
@@ -418,21 +418,23 @@ public function toHTML(
...
@@ -418,21 +418,23 @@ public function toHTML(
}
}
// price display
// price display
foreach
(
$vatArray
as
$key
=>
$vat
)
{
if
(
is_numeric
(
$this
->
calculations
[
'sum'
]))
{
$vatArray
[
$key
][
'sum'
]
=
$Currency
->
format
(
$vat
[
'sum'
]);
foreach
(
$vatArray
as
$key
=>
$vat
)
{
}
$vatArray
[
$key
][
'sum'
]
=
$Currency
->
format
(
$vat
[
'sum'
]);
}
$this
->
calculations
[
'sum'
]
=
$Currency
->
format
(
$this
->
calculations
[
'sum'
]);
$this
->
calculations
[
'sum'
]
=
$Currency
->
format
(
$this
->
calculations
[
'sum'
]);
$this
->
calculations
[
'subSum'
]
=
$Currency
->
format
(
$this
->
calculations
[
'subSum'
]);
$this
->
calculations
[
'subSum'
]
=
$Currency
->
format
(
$this
->
calculations
[
'subSum'
]);
// Fallback for older unique article lists
// Fallback for older unique article lists
if
(
!
isset
(
$this
->
calculations
[
'grandSubSum'
]))
{
if
(
!
isset
(
$this
->
calculations
[
'grandSubSum'
]))
{
$this
->
calculations
[
'grandSubSum'
]
=
$this
->
calculations
[
'sum'
];
$this
->
calculations
[
'grandSubSum'
]
=
$this
->
calculations
[
'sum'
];
}
}
$this
->
calculations
[
'grandSubSum'
]
=
$Currency
->
format
(
$this
->
calculations
[
'grandSubSum'
]);
$this
->
calculations
[
'grandSubSum'
]
=
$Currency
->
format
(
$this
->
calculations
[
'grandSubSum'
]);
$this
->
calculations
[
'nettoSum'
]
=
$Currency
->
format
(
$this
->
calculations
[
'nettoSum'
]);
$this
->
calculations
[
'nettoSum'
]
=
$Currency
->
format
(
$this
->
calculations
[
'nettoSum'
]);
$this
->
calculations
[
'nettoSubSum'
]
=
$Currency
->
format
(
$this
->
calculations
[
'nettoSubSum'
]);
$this
->
calculations
[
'nettoSubSum'
]
=
$Currency
->
format
(
$this
->
calculations
[
'nettoSubSum'
]);
}
$articles
=
[];
$articles
=
[];
...
...
This diff is collapsed.
Zum Erweitern klicken.
Vorschau
0%
Wiederholen
oder
Neue Datei anhängen
.
Abbrechen
You are about to add
0
people
to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Kommentar speichern
Abbrechen
Bitte
registrieren
oder
Anmelden
zum Kommentieren