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
' Some modified code for GV | |
Imports System.Runtime.CompilerServices | |
Imports System.Reflection | |
Imports System.Text | |
Class RegisterItem | |
Public Property Name As String | |
Public Property Price As Decimal | |
Public Property Quantity As Integer |
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
Initial Question: Hello, I ordered a video game last Wednesday night, | |
and chose one-day guaranteed delivery, which was scheduled to come in | |
on Friday. However the package didn't come in until this Monday. | |
I believe that the shipping costs should have been refunded to my card, | |
but I haven't seen any activity on my online statement yet. | |
01:07 AM(GMT) Katrina(CSA): Hello, my name is Katrina. | |
01:07 AM(GMT) Bryan H.: Hi Katrina! |
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
SELECT | |
R.UNIT_NUMBER | |
,R.PERIOD | |
,R.COMPANY | |
,R.PROJECT_NUM | |
,V.PROJECT_NAME | |
,A.RESPONSE | |
,R.ASSIGNED_TO_USER | |
,R.DEPR_DATE | |
FROM main_table R |
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
[user] | |
name = blah | |
email = [email protected] | |
[color] | |
diff = auto | |
status = auto | |
branch = auto | |
[core] | |
autocrlf = true | |
[branch] |