cgvak.ar360.appdb.entity 1.0.46

There is a newer version of this package available.
See the version list below for details.
dotnet add package cgvak.ar360.appdb.entity --version 1.0.46                
NuGet\Install-Package cgvak.ar360.appdb.entity -Version 1.0.46                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="cgvak.ar360.appdb.entity" Version="1.0.46" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add cgvak.ar360.appdb.entity --version 1.0.46                
#r "nuget: cgvak.ar360.appdb.entity, 1.0.46"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install cgvak.ar360.appdb.entity as a Cake Addin
#addin nuget:?package=cgvak.ar360.appdb.entity&version=1.0.46

// Install cgvak.ar360.appdb.entity as a Cake Tool
#tool nuget:?package=cgvak.ar360.appdb.entity&version=1.0.46                

CGVAK.AR360.AppDB

This project is used to provide data about the product.

Current Version

Version No: 1.0.46

Date: 12/Sep/2024

Version History

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on cgvak.ar360.appdb.entity:

Package Downloads
cgvak.ar360.integration.qb

Package Description

cgvak.ar360.integration.communication

Package Description

cgvak.common.notification.email

Package Description

cgvak.ar360.cadence

Package Description

cgvak.common.permission

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.48 139 9/19/2024
1.0.47 78 9/18/2024
1.0.46 102 9/12/2024
1.0.45 418 8/30/2024
1.0.44 233 8/27/2024
1.0.43 106 8/26/2024
1.0.42 101 8/26/2024
1.0.41 124 8/14/2024
1.0.40 132 8/12/2024
1.0.39 110 8/8/2024
1.0.38 58 8/5/2024
1.0.37 51 8/2/2024
1.0.36 119 7/29/2024
1.0.35 112 7/5/2024
1.0.34 88 7/4/2024
1.0.33 182 6/24/2024
1.0.32 102 6/7/2024
1.0.31 90 5/31/2024
1.0.30 104 5/29/2024
1.0.29 97 5/23/2024
1.0.28 98 5/15/2024
1.0.27 90 5/14/2024
1.0.26 86 5/2/2024
1.0.25 117 4/25/2024
1.0.24 112 4/23/2024
1.0.23 117 4/22/2024
1.0.22 154 4/12/2024
1.0.21 136 4/1/2024
1.0.20 121 3/27/2024
1.0.19 129 3/20/2024
1.0.18 194 3/5/2024
1.0.17 110 3/5/2024
1.0.16 114 3/4/2024
1.0.15 116 3/2/2024
1.0.14 121 2/29/2024
1.0.13 98 2/29/2024
1.0.12 77 2/29/2024
1.0.11 130 2/28/2024
1.0.10 123 2/27/2024
1.0.9 121 2/24/2024
1.0.8 119 2/24/2024
1.0.7 124 2/23/2024
1.0.6 120 2/23/2024
1.0.5 162 2/21/2024
1.0.4 108 2/20/2024
1.0.3.5 119 2/20/2024
1.0.3.4 100 2/20/2024
1.0.3.3 117 2/15/2024
1.0.3.2 97 2/12/2024