Skip to content

Commit

Permalink
increase-belegfeld-1-limit (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsations authored and ledermann committed Jul 5, 2019
1 parent 800126f commit 8d9453b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datev/base/booking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def output(value, context)
# Achtung: Auch bei individueller Feldformatierung mit vierstelliger Jahreszahl wird immer in das aktuelle Wirtschaftsjahr importiert, wenn Tag und Monat des Datums im bebuchbaren Zeitraum liegen, da die Jahreszahl nicht berücksichtigt wird.

# 11
field 'Belegfeld 1', :string, limit: 12
field 'Belegfeld 1', :string, limit: 36
# Rechnungs-/Belegnummer
# Das Belegfeld 1 ist der "Schlüssel" für die Verwaltung von Offenen Posten.
# Bei einer Zahlung oder Gutschrift erfolgt nur dann ein OP-Ausgleich, wenn die Belegnummer mit dem Belegfeld 1 identisch ist.
Expand Down

0 comments on commit 8d9453b

Please sign in to comment.