Revision 9b80a860
Von Sven Schöling vor etwa 8 Jahren hinzugefügt
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
GoBD: transaction.tax: Numeric statt Text