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
ae040b08
Commit
ae040b08
authored
Jul 10, 2025
by
Mac Stephens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quick update to fix inQuickBooks missing fields
parent
35c58bb8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
+8
-0
View.OrderEntryCorrugated.dfm
kgOrdersClient/View.OrderEntryCorrugated.dfm
+3
-0
View.OrderEntryCorrugated.pas
kgOrdersClient/View.OrderEntryCorrugated.pas
+1
-0
View.OrderEntryWeb.dfm
kgOrdersClient/View.OrderEntryWeb.dfm
+3
-0
View.OrderEntryWeb.pas
kgOrdersClient/View.OrderEntryWeb.pas
+1
-0
No files found.
kgOrdersClient/View.OrderEntryCorrugated.dfm
View file @
ae040b08
...
...
@@ -1272,6 +1272,9 @@ object FOrderEntryCorrugated: TFOrderEntryCorrugated
Connection = DMConnection.ApiConnection
Left = 1060
Top = 182
object XDataWebDataSet1inQuickBooks: TStringField
FieldName = 'inQuickBooks'
end
object XDataWebDataSet1ORDER_ID: TIntegerField
FieldName = 'ORDER_ID'
end
...
...
kgOrdersClient/View.OrderEntryCorrugated.pas
View file @
ae040b08
...
...
@@ -199,6 +199,7 @@ type
btnAdd
:
TWebButton
;
WebButton2
:
TWebButton
;
lblFormState
:
TWebLabel
;
XDataWebDataSet1inQuickBooks
:
TStringField
;
procedure
WebFormCreate
(
Sender
:
TObject
);
[
async
]
procedure
getOrder
(
Order_ID
:
string
);
[
async
]
procedure
getCustomer
(
customerID
:
string
);
...
...
kgOrdersClient/View.OrderEntryWeb.dfm
View file @
ae040b08
...
...
@@ -1414,6 +1414,9 @@ object FOrderEntryWeb: TFOrderEntryWeb
Connection = DMConnection.ApiConnection
Left = 408
Top = 4
object XDataWebDataSet1inQuickBooks: TStringField
FieldName = 'inQuickBooks'
end
object XDataWebDataSet1ORDER_ID: TIntegerField
FieldName = 'ORDER_ID'
end
...
...
kgOrdersClient/View.OrderEntryWeb.pas
View file @
ae040b08
...
...
@@ -203,6 +203,7 @@ type
btnAdd
:
TWebButton
;
WebButton2
:
TWebButton
;
lblFormState
:
TWebLabel
;
XDataWebDataSet1inQuickBooks
:
TStringField
;
procedure
WebFormCreate
(
Sender
:
TObject
);
[
async
]
procedure
getOrder
(
Order_ID
:
string
);
[
async
]
procedure
getCustomer
(
customerID
:
string
);
...
...
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