Umbenennung 4000 in 4000a
This commit is contained in:
parent
e05cda1026
commit
6264b76f0d
|
@ -2128,10 +2128,10 @@ else
|
||||||
fi
|
fi
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# ----------------------------------- 4000 ----------------------------------- #
|
# ----------------------------------- 4000a ---------------------------------- #
|
||||||
|
|
||||||
# spec_B_T_17
|
# spec_B_T_17
|
||||||
echo "Haupttitel 4000..."
|
echo "Haupttitel 4000a..."
|
||||||
if curl -fs \
|
if curl -fs \
|
||||||
--data project="${projects[$p]}" \
|
--data project="${projects[$p]}" \
|
||||||
--data-urlencode "operations@-" \
|
--data-urlencode "operations@-" \
|
||||||
|
@ -2147,7 +2147,7 @@ if curl -fs \
|
||||||
"baseColumnName": "M|HST",
|
"baseColumnName": "M|HST",
|
||||||
"expression": "grel:if(value.contains('¬'),with(value.split('¬'), v, v[0].trim() + ' @' + v[1].trim()),value)",
|
"expression": "grel:if(value.contains('¬'),with(value.split('¬'), v, v[0].trim() + ' @' + v[1].trim()),value)",
|
||||||
"onError": "set-to-blank",
|
"onError": "set-to-blank",
|
||||||
"newColumnName": "4000",
|
"newColumnName": "4000a",
|
||||||
"columnInsertIndex": 3
|
"columnInsertIndex": 3
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -2162,7 +2162,7 @@ echo
|
||||||
# ----------------------------------- 8200 ----------------------------------- #
|
# ----------------------------------- 8200 ----------------------------------- #
|
||||||
|
|
||||||
# spec_B_E_02
|
# spec_B_E_02
|
||||||
echo "Verbuchungsnummer 4000..."
|
echo "Verbuchungsnummer 8200..."
|
||||||
if curl -fs \
|
if curl -fs \
|
||||||
--data project="${projects[$p]}" \
|
--data project="${projects[$p]}" \
|
||||||
--data-urlencode "operations@-" \
|
--data-urlencode "operations@-" \
|
||||||
|
@ -2194,6 +2194,7 @@ echo
|
||||||
|
|
||||||
# spec_B_T_02
|
# spec_B_T_02
|
||||||
# 1100a normiert mit zahlreichen Ersetzungen
|
# 1100a normiert mit zahlreichen Ersetzungen
|
||||||
|
# TODO: Jahr (Ende) in Sortierform in 1100b
|
||||||
echo "Jahresangaben 1100a und 1100n..."
|
echo "Jahresangaben 1100a und 1100n..."
|
||||||
if curl -fs \
|
if curl -fs \
|
||||||
--data project="${projects[$p]}" \
|
--data project="${projects[$p]}" \
|
||||||
|
@ -3389,7 +3390,7 @@ with(
|
||||||
'1100n',
|
'1100n',
|
||||||
'1140',
|
'1140',
|
||||||
'2000',
|
'2000',
|
||||||
'4000',
|
'4000a',
|
||||||
'7100j',
|
'7100j',
|
||||||
'7100f',
|
'7100f',
|
||||||
'7100a',
|
'7100a',
|
||||||
|
|
|
@ -536,7 +536,7 @@ if(row.index - row.record.fromRowIndex == 0,
|
||||||
+ forNonBlank(cells['1140'].value, v, '013H' + ' a' + v + '\n', '')
|
+ forNonBlank(cells['1140'].value, v, '013H' + ' a' + v + '\n', '')
|
||||||
+ forNonBlank(cells['2000'].value, v, forEach(v.split('␟'),x,'004A' + ' 0' + x + '\n').join(''), '')
|
+ forNonBlank(cells['2000'].value, v, forEach(v.split('␟'),x,'004A' + ' 0' + x + '\n').join(''), '')
|
||||||
+ forNonBlank(cells['2199'].value, v, forEach(v.split('␟'),x,'006Y' + ' 0' + x + '\n').join(''), '')
|
+ forNonBlank(cells['2199'].value, v, forEach(v.split('␟'),x,'006Y' + ' 0' + x + '\n').join(''), '')
|
||||||
+ forNonBlank(cells['4000'].value, v, '021A' + ' a' + v + '\n', '')
|
+ forNonBlank(cells['4000a'].value, v, '021A' + ' a' + v + '\n', '')
|
||||||
,'')
|
,'')
|
||||||
}}{{
|
}}{{
|
||||||
if(isNonBlank(cells['E0XXb'].value),
|
if(isNonBlank(cells['E0XXb'].value),
|
||||||
|
|
Loading…
Reference in New Issue