-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JJMasterData 3.1 - Saturn Version 🪐 (#37)
Co-authored-by: Gustavo Mauricio de Barros <gustavomauriciodebarros@gmail.com> Co-authored-by: Ivan <ivanilsonsantosoliveira@gmail.com> Co-authored-by: lucio <lucio.pelinson@hotmail.com> Co-authored-by: André Luis Sequinel <100393691+AndreSequinel@users.noreply.github.com> Co-authored-by: ygor.silva <ygor.silva@jjconsulting.combr> Co-authored-by: AndreSequinel <andresequinel@gmail.com>
- Loading branch information
1 parent
c86fb87
commit 8a19ee4
Showing
753 changed files
with
31,783 additions
and
48,770 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | ||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=JJ/@EntryIndexedValue">JJ</s:String></wpf:ResourceDictionary> | ||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=DAO/@EntryIndexedValue">DAO</s:String> | ||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=DB/@EntryIndexedValue">DB</s:String> | ||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=IO/@EntryIndexedValue">IO</s:String> | ||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=JJ/@EntryIndexedValue">JJ</s:String> | ||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=MSSQL/@EntryIndexedValue">MSSQL</s:String> | ||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=SQ/@EntryIndexedValue">SQ</s:String> | ||
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=UI/@EntryIndexedValue">UI</s:String> | ||
<s:Boolean x:Key="/Default/UserDictionary/Words/=Pelinson/@EntryIndexedValue">True</s:Boolean> | ||
<s:Boolean x:Key="/Default/UserDictionary/Words/=Protheus/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"AllowedHosts": "*", | ||
|
||
"ConnectionStrings": { | ||
"ConnectionString": "data source=(localdb)\\MSSQLLocalDB;database=JJMasterData" | ||
}, | ||
"ConnectionProviders": { | ||
"ConnectionString": "System.Data.SqlClient" | ||
}, | ||
"JJMasterData": { | ||
"DataDictionary" : { | ||
"FolderPath" : "Metadata" | ||
}, | ||
"MongoDB": { | ||
"ConnectionString": "mongodb://localhost:27017", | ||
"DatabaseName": "jjmasterdata", | ||
"CollectionName": "metadata" | ||
}, | ||
"DataDictionaryTableName": "tb_masterdata", | ||
"ResourcesTableName": "tb_masterdata_resources", | ||
"PrefixGetProc": "sp_{tablename}_get", | ||
"PrefixSetProc": "sp_{tablename}_set", | ||
"LayoutPath": "_Layout", | ||
"BootstrapVersion": 5, | ||
"Theme": "dark-blue" | ||
}, | ||
"Logging": { | ||
"LogLevel": { | ||
"Default": "Information", | ||
"Microsoft.AspNetCore": "Warning" | ||
}, | ||
"Console": { | ||
"LogLevel": { | ||
"Default": "Debug" | ||
} | ||
}, | ||
"Database": { | ||
"LogLevel": { | ||
"Default": "Trace", | ||
"Microsoft.AspNetCore": "None" | ||
}, | ||
"TableName": "JJMasterDataLogger" | ||
}, | ||
"File": { | ||
"FileName": "Log/AppLog-yyyyMMdd.txt" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
doc/JJMasterData.Documentation/articles/components/link_button.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# JJLinkButton | ||
|
||
Represents a clickable button. | ||
|
||
## Usage | ||
|
||
```html | ||
<jj-link-button | ||
icon="@Home" | ||
url-action="http://www.jjconsulting.tech" | ||
text="JJ Consulting"/> | ||
``` | ||
|
||
## Customization | ||
|
||
You can check all properties from JJLinkButton at our [API Reference](https://portal.jjconsulting.com.br/jjdoc/lib/JJMasterData.Core.WebComponents.JJLinkButton.html) |
48 changes: 48 additions & 0 deletions
48
doc/JJMasterData.Documentation/articles/components/searchbox.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# JJSearchBox | ||
|
||
JJSearchBox is a searchable combobox. | ||
|
||
## Usage | ||
|
||
### SQL Query | ||
|
||
```csharp | ||
@{ | ||
var searchBox = new JJSearchBox | ||
{ | ||
Name = "mySearchBox", | ||
DataItem = new FormElementDataItem | ||
{ | ||
Command = new("SELECT ID, DESCRIPTION FROM TABLE") | ||
} | ||
}; | ||
} | ||
|
||
/// ... | ||
@Html.Raw(searchBox.GetHtml()) | ||
/// ... | ||
``` | ||
### Values | ||
|
||
```csharp | ||
@{ | ||
var search = new JJSearchBox | ||
{ | ||
Name = "mySearchBox", | ||
DataItem = new FormElementDataItem | ||
{ | ||
Itens = new List<DataItemValue> | ||
{ | ||
new("ID","DESCRIPTION") | ||
} | ||
} | ||
}; | ||
} | ||
/// ... | ||
@Html.Raw(search.GetHtml()) | ||
/// ... | ||
``` | ||
|
||
## Customization | ||
|
||
You can check all properties from JJSearchBox at our [API Reference](https://portal.jjconsulting.com.br/jjdoc/lib/JJMasterData.Core.WebComponents.JJSearchBox.html) |
Oops, something went wrong.