-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from mt1976/mt1976/issue5
Mt1976/issue5
- Loading branch information
Showing
67 changed files
with
705 additions
and
391 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
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,39 @@ | ||
# What to generate | ||
create_application=y | ||
create_dao=y | ||
create_datamodel=y | ||
create_job=n | ||
create_menu=y | ||
create_html=y | ||
create_adaptor=y | ||
# actions - view/list are mandatory | ||
can_edit=n | ||
can_new=n | ||
can_delete=n | ||
can_list=y | ||
can_save=n | ||
can_view=y | ||
can_export=y | ||
# use values can be db or list (db will attempt to connect to a db and extract data from the table to get the fields list) | ||
use=db | ||
# COmmon application properties | ||
FriendlyName=Account Ladder | ||
objectname=AccountLadder | ||
endpointroot= | ||
querystring=AccountNo | ||
queryfield=SienaReference | ||
objectglyph=fas fa-landmark | ||
projectrepo=github.com/mt1976/mwt-go-dev | ||
propertiesOverride=Siena | ||
# If automatic generation of the application is true, then the following values are used | ||
server=eb-ldn-pc105 | ||
port=1433 | ||
user=rob | ||
password=rob123 | ||
database=ReportingDb_sal_prd_demo_sys-3 | ||
schema=SRS | ||
sqlTableName=sienaAccountLadder | ||
sqlSearchID=SienaReference | ||
#ReverseLookup=CashBalance | ||
hasEnrichments=n | ||
isSpecial=n |
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
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
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,40 @@ | ||
# What to generate | ||
create_application=y | ||
create_dao=y | ||
create_datamodel=y | ||
create_job=n | ||
create_menu=y | ||
create_html=y | ||
create_adaptor=y | ||
# actions - view/list are mandatory | ||
can_edit=y | ||
can_new=n | ||
can_delete=y | ||
can_list=y | ||
can_save=y | ||
can_view=y | ||
can_export=y | ||
# use values can be db or list (db will attempt to connect to a db and extract data from the table to get the fields list) | ||
use=db | ||
# COmmon application properties | ||
FriendlyName=Counterparty | ||
objectname=Counterparty | ||
endpointroot= | ||
querystring=ID | ||
queryfield=CompID | ||
objectglyph=fas fa-user | ||
projectrepo=github.com/mt1976/mwt-go-dev | ||
propertiesOverride=Siena | ||
# If automatic generation of the application is true, then the following values are used | ||
server=eb-ldn-pc105 | ||
port=1433 | ||
user=rob | ||
password=rob123 | ||
database=ReportingDb_sal_prd_demo_sys-3 | ||
schema=SRS | ||
sqlTableName=sienaCounterparty | ||
sqlSearchID=CompID | ||
ReverseLookup= | ||
offersLookup=n | ||
LookUpID=Name | ||
LookUpName=Name |
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,40 @@ | ||
# What to generate | ||
create_application=y | ||
create_dao=y | ||
create_datamodel=y | ||
create_job=n | ||
create_menu=y | ||
create_html=y | ||
create_adaptor=y | ||
# actions - view/list are mandatory | ||
can_edit=y | ||
can_new=y | ||
can_delete=y | ||
can_list=y | ||
can_save=y | ||
can_view=y | ||
can_export=y | ||
# use values can be db or list (db will attempt to connect to a db and extract data from the table to get the fields list) | ||
use=db | ||
# COmmon application properties | ||
FriendlyName=Counterparty Address | ||
objectname=CounterpartyAddress | ||
endpointroot= | ||
querystring=ID | ||
queryfield=CompID | ||
objectglyph=fas fa-passport | ||
projectrepo=github.com/mt1976/mwt-go-dev | ||
propertiesOverride=Siena | ||
# If automatic generation of the application is true, then the following values are used | ||
server=eb-ldn-pc105 | ||
port=1433 | ||
user=rob | ||
password=rob123 | ||
database=ReportingDb_sal_prd_demo_sys-3 | ||
schema=SRS | ||
sqlTableName=sienaCounterpartyAddress | ||
sqlSearchID=CompID | ||
ReverseLookup= | ||
offersLookup=n | ||
LookUpID=Name | ||
LookUpName=Name |
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,40 @@ | ||
# What to generate | ||
create_application=y | ||
create_dao=y | ||
create_datamodel=y | ||
create_job=n | ||
create_menu=y | ||
create_html=y | ||
create_adaptor=y | ||
# actions - view/list are mandatory | ||
can_edit=y | ||
can_new=y | ||
can_delete=y | ||
can_list=y | ||
can_save=y | ||
can_view=y | ||
can_export=y | ||
# use values can be db or list (db will attempt to connect to a db and extract data from the table to get the fields list) | ||
use=db | ||
# COmmon application properties | ||
FriendlyName=Counterparty Credit Rating | ||
objectname=CounterpartyCreditRating | ||
endpointroot= | ||
querystring=ID | ||
queryfield=CompID | ||
objectglyph=fas fa-passport | ||
projectrepo=github.com/mt1976/mwt-go-dev | ||
propertiesOverride=Siena | ||
# If automatic generation of the application is true, then the following values are used | ||
server=eb-ldn-pc105 | ||
port=1433 | ||
user=rob | ||
password=rob123 | ||
database=ReportingDb_sal_prd_demo_sys-3 | ||
schema=SRS | ||
sqlTableName=sienaCounterpartyCreditRating | ||
sqlSearchID=CompID | ||
ReverseLookup= | ||
offersLookup=n | ||
LookUpID=Name | ||
LookUpName=Name |
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,40 @@ | ||
# What to generate | ||
create_application=y | ||
create_dao=y | ||
create_datamodel=y | ||
create_job=n | ||
create_menu=y | ||
create_html=y | ||
create_adaptor=y | ||
# actions - view/list are mandatory | ||
can_edit=y | ||
can_new=y | ||
can_delete=y | ||
can_list=y | ||
can_save=y | ||
can_view=y | ||
can_export=y | ||
# use values can be db or list (db will attempt to connect to a db and extract data from the table to get the fields list) | ||
use=db | ||
# COmmon application properties | ||
FriendlyName=Counterparty Extension | ||
objectname=CounterpartyExtensions | ||
endpointroot= | ||
querystring=ID | ||
queryfield=CompID | ||
objectglyph=fas fa-passport | ||
projectrepo=github.com/mt1976/mwt-go-dev | ||
propertiesOverride=Siena | ||
# If automatic generation of the application is true, then the following values are used | ||
server=eb-ldn-pc105 | ||
port=1433 | ||
user=rob | ||
password=rob123 | ||
database=ReportingDb_sal_prd_demo_sys-3 | ||
schema=SRS | ||
sqlTableName=sienaCounterpartyExtensions | ||
sqlSearchID=CompID | ||
ReverseLookup= | ||
offersLookup=n | ||
LookUpID=Name | ||
LookUpName=Name |
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
Oops, something went wrong.