Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9b80a860

Von Sven Schöling vor mehr als 7 Jahren hinzugefügt

  • ID 9b80a8600018ead72806798fedf3a35c3ee519cd
  • Vorgänger b1a7cdb8
  • Nachfolger 6468e05d

GoBD: transaction.tax: Numeric statt Text

Unterschiede anzeigen:

SL/GoBD.pm
76 76
  invnumber         => { type => 'Rose::DB::Object::Metadata::Column::Text',    text => t8('Reference'), },
77 77
  name              => { type => 'Rose::DB::Object::Metadata::Column::Text',    text => t8('Name'), },
78 78
  notes             => { type => 'Rose::DB::Object::Metadata::Column::Text',    text => t8('Notes'), },
79
  tax               => { type => 'Rose::DB::Object::Metadata::Column::Text',    text => t8('Tax'), },
79
  tax               => { type => 'Rose::DB::Object::Metadata::Column::Numeric', text => t8('Tax'), },
80 80
  taxdescription    => { type => 'Rose::DB::Object::Metadata::Column::Text',    text => t8('tax_taxdescription'), },
81 81
  taxkey            => { type => 'Rose::DB::Object::Metadata::Column::Integer', text => t8('Taxkey'), },
82 82
  tax_accname       => { type => 'Rose::DB::Object::Metadata::Column::Text',    text => t8('Tax Account Name'), },

Auch abrufbar als: Unified diff