Commit Graph

68 Commits

Author SHA1 Message Date
5fa6935537 Merge pull request '2.9 improvements' (#1) from dev into master
Reviewed-on: #1
2.9
2020-02-20 04:11:21 -06:00
ba0b26b768 file created in wrong dir... 2020-02-20 04:09:57 -06:00
487cd91888 make sure the check box for email is unchecked when hidden 2020-02-20 04:08:03 -06:00
f4d9a35e51 update exe to match ahk 2020-02-19 09:21:23 -06:00
4c8942ce48 updating since we don't really take emails, adding links to wikis instead of built-in stuff 2020-02-19 09:09:10 -06:00
f936b26c98 change location of emails.csv 2.8 2020-02-07 03:31:25 -06:00
a2dcf8387e change location of emails.csv 2020-02-07 03:29:43 -06:00
cf7dc49533 making sure everything is up to date 2020-02-05 08:37:32 -06:00
9802fc7af0 Upload files to '' 2020-02-03 07:37:42 -06:00
c3c2da7120 abandoning csv modification project 2020-02-03 02:54:31 -06:00
2bf4b8e8a9 Upload files to 'old_versions'
Used to care about keeping track of how much break time I have left, now I don't
2020-01-27 08:19:52 -06:00
e89b64463f Get xID from ini, write to the ini so that it updates with the entered info automagically 2020-01-24 09:26:29 -06:00
6f2dc0d44e Update 'Settings.ahk' 2020-01-24 03:24:46 -06:00
7adfefb670 Update 'func.ahk' 2020-01-24 03:24:06 -06:00
03cfca5549 rolling back changes, making it use a file object instead of the default way 2020-01-24 03:23:31 -06:00
6acd69fd87 Update 'Settings.ahk' 2020-01-24 02:12:54 -06:00
a90f2077b6 Update 'D3K.ahk' 2020-01-23 08:47:09 -06:00
e6bd22263e Update 'func.ahk' 2020-01-23 08:46:40 -06:00
67dd119939 Add support for updating the dealer information
wrote a new function for this, check func.ahk: f6d0981b3b
2020-01-23 06:10:05 -06:00
98ec36cd5c New way to process emails.csv
updated the function to use an object instead of just reading lines, added a function to write to the csv as well so I can update it without manually modifying it
2020-01-23 06:08:29 -06:00
f0f149e1c9 reorganize for better scripting 2020-01-23 05:34:58 -06:00
c9fced6b6d Add support for updating the dealer information
wrote a new function for this, check func.ahk: f6d0981b3b
2020-01-23 05:34:20 -06:00
f6d0981b3b New way to process emails.csv
updated the function to use an object instead of just reading lines, added a function to write to the csv as well so I can update it without actually modifying it
2020-01-23 05:33:53 -06:00
ba54476683 Old Telegram message proof of concept
was originally gonna have it let me know when my break was over, but I stopped caring about that
2020-01-22 09:27:10 -06:00
545bdeb506 Update 'emails.example.csv' 2.7 2020-01-21 05:09:55 -06:00
330f7f63e7 Update 'func.ahk'
forgot to change the version...
2020-01-21 05:07:29 -06:00
0dd3dc2353 Add dealer org 2020-01-21 05:06:21 -06:00
ea4ddc9f42 add dealer org 2020-01-21 05:05:59 -06:00
fef7d1e376 Add dealer org, fix ini updating 2020-01-21 05:05:31 -06:00
ace6f712cd add function to remove extra empty lines from ini when writing 2020-01-14 10:53:05 -06:00
64d7d9dc0a Update 'Settings.ahk' 2020-01-14 10:05:02 -06:00
0a25a0262a Update 'emails.example.csv' 2020-01-14 09:29:17 -06:00
f182bc2bf2 Update 'emails.example.csv' 2020-01-14 09:18:19 -06:00
6a803b887a Update 'Case_Formatter.ahk' 2020-01-14 09:17:42 -06:00
4d848c4613 Update 'func.ahk' 2020-01-14 09:16:37 -06:00
da3ddfc759 Update 'Settings.ahk' 2020-01-14 09:15:53 -06:00
65d0427f53 Update 'addemail.ahk' 2020-01-14 09:14:48 -06:00
49138d3bea Update 'README.md' 2020-01-14 08:41:05 -06:00
b0ef76405a Update 'D3K.ahk' d3k 2020-01-14 08:37:11 -06:00
8e71ac1510 Update 'Settings.ahk' 2020-01-14 08:36:51 -06:00
814167dffa Update 'README.md' 2020-01-14 07:20:05 -06:00
21b3ee9505 Update for 2020 documentation 2020-01-14 07:04:49 -06:00
ae88cc6394 Fixing lookup behaviour
It used to look up the xID and related info from the CSV and put it in the ini, but glovar.ahk was never updated with the new info. This replaces that whole thing with regexreplace, similar to the ini function that I wrote in func.ahk
2020-01-09 06:58:36 -06:00
4b96fbbb6a Update 'func.ahk' 2020-01-09 06:16:22 -06:00
c81d2e93a8 Update 'addemail.ahk' 2020-01-09 06:16:02 -06:00
f052b59e5a Update 'Case_Formatter.ahk' 2020-01-08 10:48:21 -06:00
e141f09b67 Update 'README.md' 2020-01-08 09:39:22 -06:00
73f3d3b556 Add 'emails.example.csv'
added as an example to what it looks like with fake data
2020-01-08 09:13:06 -06:00
3f751fcbf1 Trying to fix bad behaviour
it keeps the previous data from the xID lookup in the created glovar.ahk instead of the new information.
2020-01-08 09:07:42 -06:00
0bb3681dc5 Update 'D3K.ahk'
It was inputting the case ID, xID, and related data after it was cleared. Added a goto to fix that behaviour.
2020-01-03 09:12:30 -06:00