Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
KGOrders
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Cam Hayes
KGOrders
Commits
7fada6df
Commit
7fada6df
authored
Jun 18, 2025
by
Cam Hayes
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/mac3' into cam3
parents
7bc3ab82
ad6c43d1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
6 deletions
+9
-6
View.AddItem.pas
kgOrdersClient/View.AddItem.pas
+2
-1
View.Items.dfm
kgOrdersClient/View.Items.dfm
+5
-0
View.Items.html
kgOrdersClient/View.Items.html
+0
-3
View.Items.pas
kgOrdersClient/View.Items.pas
+1
-1
kgOrdersServer.ini
kgOrdersServer/kgOrdersServer.ini
+1
-1
No files found.
kgOrdersClient/View.AddItem.pas
View file @
7fada6df
...
...
@@ -10,7 +10,7 @@ uses
Data
.
DB
,
XData
.
Web
.
JsonDataset
,
XData
.
Web
.
Dataset
,
WEBLib
.
DB
,
VCL
.
TMSFNCTypes
,
VCL
.
TMSFNCUtils
,
VCL
.
TMSFNCGraphics
,
VCL
.
TMSFNCGraphicsTypes
,
VCL
.
TMSFNCGridCell
,
VCL
.
TMSFNCGridOptions
,
VCL
.
TMSFNCCustomControl
,
VCL
.
TMSFNCCustomScrollControl
,
VCL
.
TMSFNCGridData
,
VCL
.
TMSFNCCustomGrid
,
VCL
.
TMSFNCGrid
;
VCL
.
TMSFNCGridData
,
VCL
.
TMSFNCCustomGrid
,
VCL
.
TMSFNCGrid
,
Utils
;
type
TfViewAddItem
=
class
(
TWebForm
)
...
...
@@ -138,6 +138,7 @@ begin
finally
TMSFNCGrid1
.
EndUpdate
;
end
;
Utils
.
HideSpinner
(
'spinner'
);
end
;
procedure
TfViewAddItem
.
TMSFNCGrid1CellClick
(
Sender
:
TObject
;
ACol
,
...
...
kgOrdersClient/View.Items.dfm
View file @
7fada6df
...
...
@@ -50,6 +50,7 @@ object FViewItems: TFViewItems
ChildOrder = 7
ElementID = 'btnadd'
ElementFont = efCSS
Enabled = False
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
WidthPercent = 100.000000000000000000
...
...
@@ -151,6 +152,7 @@ object FViewItems: TFViewItems
ElementID = 'btnconfirm'
ElementFont = efCSS
ElementPosition = epRelative
Enabled = False
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
Role = 'null'
...
...
@@ -167,6 +169,7 @@ object FViewItems: TFViewItems
ElementID = 'btncancel'
ElementFont = efCSS
ElementPosition = epRelative
Enabled = False
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
Role = 'null'
...
...
@@ -182,6 +185,7 @@ object FViewItems: TFViewItems
ChildOrder = 79
ElementID = 'btndelete'
ElementFont = efCSS
Enabled = False
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
WidthPercent = 100.000000000000000000
...
...
@@ -196,6 +200,7 @@ object FViewItems: TFViewItems
ChildOrder = 83
ElementID = 'btnedit'
ElementFont = efCSS
Enabled = False
HeightStyle = ssAuto
HeightPercent = 100.000000000000000000
WidthPercent = 100.000000000000000000
...
...
kgOrdersClient/View.Items.html
View file @
7fada6df
...
...
@@ -21,9 +21,6 @@
<li
class=
"nav-item pe-2"
>
<button
id=
"btncancel"
class=
"btn btn-danger btn-sm"
>
Cancel
</button>
</li>
<li
class=
"nav-item"
>
<button
id=
"btnclose"
class=
"btn btn-primary btn-sm"
>
Close
</button>
</li>
</ul>
</div>
</nav>
...
...
kgOrdersClient/View.Items.pas
View file @
7fada6df
...
...
@@ -143,7 +143,7 @@ begin
Rows
:=
TBody
.
children
;
for
I
:=
0
to
Rows
.
length
-
1
do
begin
RowElem
:=
TJSHTMLElement
(
Rows
.
item
(
I
));
//
? cast Node ?
HTMLElement
RowElem
:=
TJSHTMLElement
(
Rows
.
item
(
I
));
//
cast Node
HTMLElement
RowElem
.
classList
.
remove
(
'table-primary'
);
end
;
...
...
kgOrdersServer/kgOrdersServer.ini
View file @
7fada6df
...
...
@@ -2,7 +2,7 @@
MemoLogLevel
=
3
FileLogLevel
=
5
webClientVersion
=
0.9.4
LogFileNum
=
7
04
LogFileNum
=
7
22
[Database]
Server
=
192.168.159.131
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment