822bf96966
- Implemented CompanyNameComponent, DescriptionComponent, DeviceIdComponent, EconomicCodeComponent, EmailComponent, FirstNameComponent, FiscalCodeComponent, GuildIdComponent, LastNameComponent, LegalNameComponent, LicenseStartsAtComponent, MobileComponent, MobileNumberComponent, ModelComponent, NameComponent, NationalCodeComponent, NationalIdComponent, PartnerTokenComponent, PosTypeComponent, PostalCodeComponent, ProviderIdComponent, QuantityComponent, RegistrationCodeComponent, RegistrationNumberComponent, SerialNumberComponent, SetOffComponent, SkuComponent, TerminalComponent, UnitPriceComponent, UsernameComponent. - Added field control configurations for new fields in the form. - Updated routing and branding configurations for TIS tenant. - Created consumer type models for handling individual and legal consumer data.
25 lines
599 B
JSON
25 lines
599 B
JSON
{
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"icons": [
|
|
{
|
|
"purpose": "maskable",
|
|
"sizes": "192x192",
|
|
"src": "/favicon/web-app-manifest-192x192.png",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"purpose": "maskable",
|
|
"sizes": "512x512",
|
|
"src": "/favicon/web-app-manifest-512x512.png",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"id": "/",
|
|
"name": "مدیریت صورتحسابهای مالیاتی",
|
|
"scope": "/",
|
|
"short_name": "مدیریت صورتحسابهای مالیاتی",
|
|
"start_url": "/",
|
|
"theme_color": "#ffffff"
|
|
}
|