cgvak.ar360.appdb.entity
1.0.57
See the version list below for details.
dotnet add package cgvak.ar360.appdb.entity --version 1.0.57
NuGet\Install-Package cgvak.ar360.appdb.entity -Version 1.0.57
<PackageReference Include="cgvak.ar360.appdb.entity" Version="1.0.57" />
paket add cgvak.ar360.appdb.entity --version 1.0.57
#r "nuget: cgvak.ar360.appdb.entity, 1.0.57"
// Install cgvak.ar360.appdb.entity as a Cake Addin #addin nuget:?package=cgvak.ar360.appdb.entity&version=1.0.57 // Install cgvak.ar360.appdb.entity as a Cake Tool #tool nuget:?package=cgvak.ar360.appdb.entity&version=1.0.57
CGVAK.AR360.AppDB
This project is used to provide data about the product.
Current Version
Version No: 1.0.57
Date: 17/Oct/2024
Version History
Version No: 1.0.57
Date: 17/Oct/2024
- Updated Auditlog package
Version No: 1.0.56
Date: 17/Oct/2024
- Added NormalizedName & CompanyName in Tenant Table.
Version No: 1.0.55
Date: 16/Oct/2024
- Made a AppDbContext as Common Method and Added LifeTime Parameter to control the context lifetime.
Version No: 1.0.54
Date: 16/Oct/2024
- Enable AuditLog has been implemented in existing registeration method.
Version No: 1.0.53
Date: 15/Oct/2024
- Removed AddPlainDbContext method.
- Changed the AuditLog Registration Logic.
Version No: 1.0.51
Date: 14/Oct/2024
- Added AddPlainDbContext for audit trail config.
Version No: 1.0.50
Date: 14/Oct/2024
- package dbbase updated from 1.0.5 to 1.0.6.
- Migration added '20241014084409_ElasticSearchConfigMigration'.
Version No: 1.0.49
Date: 07/Oct/2024
- Audit Log Interceptor added.
Version No: 1.0.48
Date: 20/Sep/2024
- IsSideMenu Column added in Screen Table to Manage which are the line items are side menu.
- Nuget Created for this version.
- Migration Created '20240919125839_SideMenuAndPasswordExpiryMigration'.
Version No: 1.0.47
Date: 18/Sep/2024
- Added UserInvitation Table.
- Added InvitationUrl, InvitationExpiryinMin Columns in Product Table.
Version No: 1.0.46
Date: 12/Sep/2024
- Common interceptors and other common codes are moved to cgvak.common.dbbase.
- Added cgvak.common.dbbase new package.
- Removed the TenantStore since it is showing some issues.
Version No: 1.0.45
Date: 30/Aug/2024
- Added ProfilePictureDocCode,AttachmentUid in TenantUser
- Migration Added '20240830104642_ProfileInfo'.
- Nuget Package Created for this version.
Version No: 1.0.44
Date: 27/Aug/2024
- Removed IsAutoGenerateEmpId column from tenantUser
- Added Scope into LoginSession Table.
- Removed Scope from AppUser table.
- Migrations Added 'UserRightsMigration1'
Version No: 1.0.43
Date: 26/Aug/2024
- Migrations Added 'UserRightsMigration'
Version No: 1.0.42
Date: 21/Aug/2024
- Added IsSystemGenerated Column in UserRole, RoleModule, RoleScreenAction Table to prevent UI level modification.
- Nuget not created to this version.
Version No: 1.0.42
Date: 19/Aug/2024
- Added Saving Changes Interceptor to manage code properly.
- Added IsSystemGenerated Column in Role, AppUser Table to prevent UI level modification.
- Nuget not created to this version.
Version No: 1.0.41
Date: 14/Aug/2024
- Enabled Sensitive error logging.
Version No: 1.0.40
Date: 12/Aug/2024
- Added 'order' column in Module & Screen Tables for sorting the menu.
Version No: 1.0.39
Date: 08/Aug/2024
- Removed all migrations and added new migration from initial.
- Nuget package created for this version.
Version No: 1.0.39
Date: 07/Aug/2024
- Added ApplicationScope Table
- Added Scope column in AppUser, Tenant, Screen to split the invoice generator and ar360 login.
- Added 'Migration5' & 'Migration6'.
- Nuget package not created for this version.
Version No: 1.0.38
Date: 05/Aug/2024
- Added 'Migration4'.
Version No: 1.0.37
Date: 02/Aug/2024
- Implemented TenantStore to Keep all TenantId,TenantSpace and EmailSpace to get it easily without hitting the database.
Version No: 1.0.36
Date: 24/Jun/2024
- Removed QbTenantAuthInfo.
- Added QbStateTenantInfo.
- Added IsQbConnected Column in Tenant Table
- Added EmailSpace in TenantProduct.
- Added Migration4 was added.
Version No: 1.0.33
Date: 24/Jun/2024
- Added MailScope and MailSecret Table to store mail details.
- Added Migration3.
Version No: 1.0.32
Date: 07/Jun/2024
- Added AttachmentConfig Table.
- Added AppAttachmentRecord Table.
- Added Migration for New Server configuring '20240607123750_Migration2'.
Version No: 1.0.30
Date: 31/May/2024
- Added Migration for New Server configuring '20240531100306_AppDbInitialCreate'.
Version No: 1.0.30
Date: 30/May/2024
- Added new table AppAuthInfo to store JWT related stuffs.
- Added TenantId in Login Session.
- Rename the TokenExpriyHours to TokenExpriy in Product Table.
Version No: 1.0.29
Date: 23/May/2024
- City Table name renamed to State based on standup discussion.
- Added UI Icon and Setting desc in Screen Table.
- Added UI Icon for Country.
Version No: 1.0.27
Date: 14/May/2024
- Added Thumbnail Column in InvoiceTemplateConfigurationMetadata Table.
Version No: 1.0.26
Date: 02/May/2024
- Added TokenExpiry Column in Product Table.
- Added IsTenantCreated in Tenant Table.
- Removed TemplateType in InvoiceTemplateConfigurationMetadata Table.
- Added MailTextTemplateMetaData Table for Keep Predefined TextTemplate Over here.
Version No: 1.0.25
Date: 25/Apr/2024
- New Models are added into the partial entities.
Version No: 1.0.24
Date: 23/Apr/2024
- Added Invoice Configuration, Invoice Template Configuration Tables for non tenant users.
Version No: 1.0.23
Date: 22/Apr/2024
- Added IsRegistered column in AppUser Table to identify the user registered with email.
Version No: 1.0.22
Date: 12/Apr/2024
- Added CommunicationTemplate, CommunicationTemplateParameter, Mail Configuration.
Version No: 1.0.21
Date: 28/Mar/2024
- Some Columns were added to CountryCode Table.
- New Table City were added.
Version No: 1.0.20
Date: 27/Mar/2024
- Removed Predefined Templates Table from here.
Version No: 1.0.19
Date: 20/Mar/2024
- Added PreDefinedInvoiceTemplate Table.
Version No: 1.0.18
Date: 15/Mar/2024
- While Update CreatedBy and CreatedDate will be IsModified=false in common place.
Version No: 1.0.14
Date: 05/Mar/2024
- Added QbTenantAuthInfo and QbAppAuthInfo tables for QB Authorization Purposes.
Version No: 1.0.14
Date: 29/Feb/2024
- Implemented global query filter in ef-core all entities for column 'IsDeleted'.
- Some of the default columns are now created as properly.
Version No: 1.0.11
Date: 28/Feb/2024
- Added ScreenURL in Screen Table.
Version No: 1.0.10
Date: 27/Feb/2024
- Made SubscriptionStartDate as null in Subscription Table.
Version No: 1.0.9
Date: 24/Feb/2024
- CountryCode table implemented.
- Sample record pushed only for US +1.
Version No: 1.0.8
Date: 24/Feb/2024
- AppUser changed Column from 'VerificationCodeExpiration' to 'CodeExpiration'.
- AppUser Added new Column PhoneNumber.
Version No: 1.0.7
Date: 23/Feb/2024
- Made a TenantId null in TenantUser
Version No: 1.0.6
Date: 23/Feb/2024
- Added ResendOTPIn and OTPTimeout in Product
Version No: 1.0.5
Date: 21/Feb/2024
- Moved some tables from app db to tenant db.
- scaffold new objects from app db.
Version No: 1.0.4
Date: 21/Feb/2024
- Moved some tables from app db to tenant db.
- scaffold new objects from app db.
Version No: 1.0.3.5
Date: 20/Feb/2024
- Initial Files Updated.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- cgvak.common.auditlog (>= 1.0.4)
- cgvak.common.dbbase (>= 1.0.7)
- Microsoft.EntityFrameworkCore.Design (>= 8.0.8)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on cgvak.ar360.appdb.entity:
Package | Downloads |
---|---|
cgvak.ar360.integration.communication
Package Description |
|
cgvak.ar360.integration.qb
Package Description |
|
cgvak.ar360.cadence
Package Description |
|
cgvak.common.notification.email
Package Description |
|
cgvak.common.application
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.65 | 173 | 10/30/2024 |
1.0.64 | 84 | 10/25/2024 |
1.0.63 | 91 | 10/24/2024 |
1.0.62 | 180 | 10/18/2024 |
1.0.61 | 103 | 10/18/2024 |
1.0.60 | 102 | 10/17/2024 |
1.0.59 | 106 | 10/17/2024 |
1.0.58 | 76 | 10/17/2024 |
1.0.57 | 112 | 10/17/2024 |
1.0.56 | 82 | 10/17/2024 |
1.0.55 | 145 | 10/16/2024 |
1.0.54 | 84 | 10/16/2024 |
1.0.53 | 91 | 10/15/2024 |
1.0.52 | 172 | 10/15/2024 |
1.0.51 | 104 | 10/14/2024 |
1.0.50 | 77 | 10/14/2024 |
1.0.49 | 145 | 10/7/2024 |
1.0.48 | 191 | 9/19/2024 |
1.0.47 | 92 | 9/18/2024 |
1.0.46 | 111 | 9/12/2024 |
1.0.45 | 468 | 8/30/2024 |
1.0.44 | 237 | 8/27/2024 |
1.0.43 | 112 | 8/26/2024 |
1.0.42 | 108 | 8/26/2024 |
1.0.41 | 130 | 8/14/2024 |
1.0.40 | 138 | 8/12/2024 |
1.0.39 | 115 | 8/8/2024 |
1.0.38 | 63 | 8/5/2024 |
1.0.37 | 54 | 8/2/2024 |
1.0.36 | 120 | 7/29/2024 |
1.0.35 | 117 | 7/5/2024 |
1.0.34 | 89 | 7/4/2024 |
1.0.33 | 183 | 6/24/2024 |
1.0.32 | 103 | 6/7/2024 |
1.0.31 | 91 | 5/31/2024 |
1.0.30 | 106 | 5/29/2024 |
1.0.29 | 98 | 5/23/2024 |
1.0.28 | 99 | 5/15/2024 |
1.0.27 | 91 | 5/14/2024 |
1.0.26 | 89 | 5/2/2024 |
1.0.25 | 118 | 4/25/2024 |
1.0.24 | 113 | 4/23/2024 |
1.0.23 | 118 | 4/22/2024 |
1.0.22 | 155 | 4/12/2024 |
1.0.21 | 137 | 4/1/2024 |
1.0.20 | 122 | 3/27/2024 |
1.0.19 | 130 | 3/20/2024 |
1.0.18 | 195 | 3/5/2024 |
1.0.17 | 111 | 3/5/2024 |
1.0.16 | 115 | 3/4/2024 |
1.0.15 | 117 | 3/2/2024 |
1.0.14 | 122 | 2/29/2024 |
1.0.13 | 99 | 2/29/2024 |
1.0.12 | 78 | 2/29/2024 |
1.0.11 | 131 | 2/28/2024 |
1.0.10 | 124 | 2/27/2024 |
1.0.9 | 122 | 2/24/2024 |
1.0.8 | 120 | 2/24/2024 |
1.0.7 | 125 | 2/23/2024 |
1.0.6 | 123 | 2/23/2024 |
1.0.5 | 163 | 2/21/2024 |
1.0.4 | 109 | 2/20/2024 |
1.0.3.5 | 120 | 2/20/2024 |
1.0.3.4 | 103 | 2/20/2024 |
1.0.3.3 | 118 | 2/15/2024 |
1.0.3.2 | 98 | 2/12/2024 |