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
556 B
JSON
25 lines
556 B
JSON
{
|
|
"background_color": "#ffffff",
|
|
"display": "standalone",
|
|
"id": "/",
|
|
"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"
|
|
}
|
|
],
|
|
"name": "PSP A - مدیریت صورتحسابهای مالیاتی",
|
|
"short_name": "PSP A",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"theme_color": "#ffffff"
|
|
}
|