last changes since 6-2023
This commit is contained in:
parent
0341c9c189
commit
04d677d37a
142 changed files with 7895 additions and 2855 deletions
|
|
@ -90,7 +90,7 @@ class UserCredit extends Model
|
|||
'net' => 'float',
|
||||
'tax_rate' => 'float',
|
||||
'tax' => 'float',
|
||||
'taxable' => 'bool',
|
||||
'taxable' => 'int',
|
||||
'total' => 'float',
|
||||
'paid_out' => 'bool',
|
||||
'cancellation' => 'bool',
|
||||
|
|
@ -143,6 +143,13 @@ class UserCredit extends Model
|
|||
10 => 'danger',
|
||||
];
|
||||
|
||||
public static $taxableTypes = [
|
||||
0 => '',
|
||||
1 => 'umsatzsteuerpflichtig / DE',
|
||||
2 => 'nicht umsatzsteuerpflichtig / DE',
|
||||
3 => 'nicht umsatzsteuerpflichtig / Ausland'
|
||||
];
|
||||
|
||||
|
||||
public function user()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue