importvorlage kontoauszuege 2.betrag

This commit is contained in:
OpenXE 2023-04-04 11:59:53 +02:00
parent 1e59009862
commit 222b0ac239
2 changed files with 11 additions and 1 deletions

View File

@ -578,6 +578,11 @@
<td>Betrag</td>
<td></td>
</tr>
<tr>
<td>betrag2</td>
<td>Betrag (wenn z.B. Soll / Haben getrennt)</td>
<td></td>
</tr>
<tr>
<td>waehrung</td>
<td>W&auml;hrung</td>

View File

@ -5081,7 +5081,7 @@ class Importvorlage extends GenImportvorlage {
break;
case 'kontoauszug':
$allowed_fields = array('konto','buchung','betrag','waehrung','buchungstext','buchungstext2','buchungstext3','buchungstext4');
$allowed_fields = array('konto','buchung','betrag','betrag2','waehrung','buchungstext','buchungstext2','buchungstext3','buchungstext4');
$error = false;
@ -5119,6 +5119,11 @@ class Importvorlage extends GenImportvorlage {
$row['soll'] = $row['betrag'];
unset($row['betrag']);
if (empty($row['soll'])) {
$row['soll'] = $row['betrag2'];
}
unset($row['betrag2']);
$row['buchung'] = $this->app->erp->ReplaceDatum(true,$row['buchung'],false);
// Calculate hash