Skip to content

Commit 22a2ab5

Browse files
committed
2025 GA
1 parent 3ea356a commit 22a2ab5

124 files changed

Lines changed: 8132 additions & 818 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Config.ini

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[Settings]
2+
Server=smtp.gmail.com
3+
Port=587
4+
UserID=tester@appeon.com
5+
Password=test123
6+
SendName=Tester
7+
SendEmail=
8+
FromName=test
9+
FromEmail=
10+
Subject=test
11+
Body=This is a test email.
12+
SendHTML=N
13+
LogFile=N
14+
Encrypt=SSL
15+
TimeOut=5
16+
EnableTLS=Y
17+
ServerProtocol=0
18+
CheckforServerCertRevocation=N
19+
IgnoreServerCertificate=N
20+
OutputLog=mail.log
21+
SenderName=test appeon
22+
UseProxy=N
23+
ProxyHost=
24+
ProxyPort=
25+
ProxyUserID=
26+
ProxyPassword=
27+
ProxyType=3
28+
LogAppend=N
29+
AuthType=0 - AutoDetect (Default)
30+
31+
[Theme]
32+
Theme=Flat Design Blue
33+
34+
[BackColor]
35+
Elevate Theme=16764603
36+
Flat Design Blue=16765610
37+
Flat Design Grey=15921906
38+
Flat Design Silver=13483702

PDF/Statistics_report.pdf

573 KB
Binary file not shown.

README.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,33 @@
1-
# PowerBuilder-AutoBuild-Sales-SourceCode
2-
This GitHub repository contains the source code of the Sales Example object level (not including PBLs) which is used for examples that demonstrate the PBAutoBuild feature. PBAutoBuild can download and merge the object source code into PBLs.
1+
Welcome to this Sales CRM Demo application!
2+
3+
The application contains the basic function modules about sales order processing. Please use it to experience and learn the following PowerBuilder features:
4+
5+
• RibbonBar implementation (For the RibbonBar definition file, see the ribbonbar_show.xml in the application folder);
6+
7+
• UI theme and its customization (For the theme settings, see the Theme folder in the application folder);
8+
9+
• Loading JavaScript in WebBrowser for reporting (For more information, see the bubble.html, column1.html, line.html, and loader.js files in the application folders).
10+
11+
12+
Confirming or adjusting the default PowerClient and PowerServer project settings:
13+
14+
The demo application contains default PowerClient and PowerServer projects. Please double check the project settings against your environment, to make sure the projects can work correctly.
15+
With both the PowerClient and PowerServer projects:
16+
17+
• Setting up the local web server. The demo project is deployed to local web server by default. If you go with the local server, make sure:
18+
(1) IIS is running on the current machine:
19+
(2) The “local” web server profile is configured in the Web Server Profile configuration, and Cloud App Launcher is uploaded to the local server.
20+
21+
With the PowerServer projects:
22+
• License settings in the Web APIs tab
23+
Please import a valid license into the project settings using Auto Import (importing the current PowerBuilder CloudPro or trial license), or Import from File (file from the License Management page on https://account.appeon.com).
24+
25+
• Solution location in the Web APIs tab
26+
The default location is set to [current user]\source\repos. If it does not exist on the current machine, please select a valid one.
27+
28+
• Web API URL in the Web APIs tab
29+
Make sure the port setting in the Web API URL is not occupied by another program. Also, if you plan to apply a web debugging proxy tool to debug the deployed application, avoid using “localhost” in the URL. Instead, change to the actual IP address.
30+
31+
• Database Configuration in the Web APIs tab
32+
If you use SQL Anywhere as the demo database, no change is needed to the database configuration.
33+
If you use PostgreSQL as the demo database, the default login account is postgres (user)/postgres (password). Please double check the connection.
951 Bytes
Loading
954 Bytes
Loading
942 Bytes
Loading
1.08 KB
Loading
960 Bytes
Loading
968 Bytes
Loading
963 Bytes
Loading

0 commit comments

Comments
 (0)