Invoice PAIN & CSV can be uploaded
This commit is contained in:
@@ -9,9 +9,13 @@ use App\Scopes\CommonModel;
|
||||
* @property string $local_group
|
||||
* @property string $email
|
||||
* @property string $url
|
||||
* @property string $account_name
|
||||
* @property string $account_iban
|
||||
* @property string $account_bic
|
||||
* @property string $city
|
||||
* @property string $postcode
|
||||
* @property boolean $download_exports
|
||||
* @property boolean $upload_exports
|
||||
* @property string $gdpr_text
|
||||
* @property string $impress_text
|
||||
* @property string $url_participation_rules
|
||||
@@ -20,6 +24,9 @@ use App\Scopes\CommonModel;
|
||||
*/
|
||||
class Tenant extends CommonModel
|
||||
{
|
||||
public static function getTempDirectory() : string {
|
||||
return app('tenant')->slug . '/temp-data/';
|
||||
}
|
||||
public const PRIMARY_TENANT_NAME = 'LV';
|
||||
|
||||
protected $fillable = [
|
||||
@@ -27,9 +34,13 @@ class Tenant extends CommonModel
|
||||
'name',
|
||||
'email',
|
||||
'url',
|
||||
'account_name',
|
||||
'account_iban',
|
||||
'account_bic',
|
||||
'city',
|
||||
'postcode',
|
||||
'download_exports',
|
||||
'upload_exports',
|
||||
'gdpr_text',
|
||||
'impress_text',
|
||||
'url_participation_rules',
|
||||
|
||||
Reference in New Issue
Block a user