Commit Graph

1312 Commits

Author SHA1 Message Date
e2bf42e66b Fixed invoice pdf 2023-12-30 23:04:43 -05:00
0c72ca9294 missed this authenticated_request 2023-12-30 23:01:32 -05:00
2985fad77c Fixed typo 2023-12-30 23:01:01 -05:00
02b5fb4d0e Fixed returned variable handling 2023-12-30 22:53:08 -05:00
bf417c163c Rework performing authenticated requests 2023-12-30 22:33:28 -05:00
275af9be82 Fixed formatting 2023-12-30 20:53:39 -05:00
81f322b616 Call refresh_token to set token time stamps 2023-12-30 20:26:30 -05:00
f094ef57ec Setter for notes 2023-12-30 20:08:36 -05:00
2e32d8f6e5 Fixed get_base 2023-12-30 19:55:01 -05:00
3e352f270d Added Item 2023-12-30 19:41:02 -05:00
b13abe51bf Display token expiration times 2023-12-30 19:27:37 -05:00
c3513427de Used realm_id not comany_id 2023-12-30 19:13:08 -05:00
7a6b6882d2 Update get_base 2023-12-30 18:53:01 -05:00
84dfdd707a fixed token names 2023-12-30 12:46:52 -05:00
517a239485 Started reworking Oauth token sorage 2023-12-30 12:39:51 -05:00
47868051f8 Rails 6.1 Deprecates update_attributes 2023-12-29 20:25:26 -05:00
96e4e9df66 Fixed typo with params 2023-12-29 20:17:46 -05:00
7d510e4028 Added notes to allowed params 2023-12-29 20:06:15 -05:00
6760b29148 Log the time stamp 2023-12-29 19:20:31 -05:00
122063b1d5 Fixed customer typo 2023-12-29 19:14:38 -05:00
b304c3a175 Fixed employee typo 2023-12-29 19:09:24 -05:00
5b89d73c20 Remove QboItem.sync 2023-12-29 18:56:20 -05:00
8380dda25a render 403 when forbidden 2023-12-29 17:06:00 -05:00
3a0e58c3da Append last 4 of phone number to customers name 2023-05-22 07:34:18 -04:00
26433c9020 Added hour totals to customer job history 2023-01-14 06:38:48 -05:00
6dbf84f401 Added nil check to address_to_s 2022-05-04 12:37:31 -04:00
3220ff728f Fixed process_estimate that I accidently broke 2022-04-06 12:45:40 -04:00
8e329b2dd2 Fix broken invoice processing 2022-03-19 05:29:59 -04:00
b7e3ea9e3d estimate not e 2022-03-14 19:39:36 -04:00
3ea2cd14d1 Fixed accidental removal of qbo prefix 2022-03-14 19:33:20 -04:00
7b7875991f created get_estimate to remove redundant code 2022-03-14 19:28:40 -04:00
b1a106d4d8 No id required 2022-03-14 19:27:31 -04:00
2231156873 use estimate_doc_path not a hard coded path 2022-03-14 19:01:20 -04:00
5814740a5d Allow customer to view estimate 2022-03-13 17:49:58 -04:00
b5f00f254c Added a copy link button 2022-03-13 00:53:32 -05:00
f97d5bc731 Moving fat into CustomerToken 2022-03-12 16:01:13 -05:00
5d928c486f Getter convenience method for tokens 2022-03-12 00:01:40 -05:00
760a85a1da removed link_to user & version 2022-03-10 06:53:05 -05:00
47a19a7e77 Removed Qbo index & sync html, methods, & routes
This stuff isn't really used for anything
2022-03-09 23:06:54 -05:00
a75f1abd71 Removed extra white spaces 2022-03-09 22:53:03 -05:00
09c497ff96 Removed old #attr_accessible... comments 2022-03-09 22:31:19 -05:00
1050a4f6a7 Use rails router, not hard coded links 2022-03-09 22:18:47 -05:00
8d8201822b No longer need to prepend("Qbo") 2022-03-09 21:45:07 -05:00
24f8be6e80 Drop the Qbo prefix 2022-03-09 21:31:56 -05:00
8e6eeab680 Moved HTML code into partial _from_hook.html.erb 2022-03-09 18:55:44 -05:00
70d9d5063a Moved issues show details to issue folder 2022-03-09 18:25:07 -05:00
7dc04b4a07 QboItem doesn’t exist anymore 2022-03-08 20:30:52 -05:00
30b704c90f Don't generate new customer view token every time 2022-03-07 07:52:17 -05:00
c72d0a83ca New line @ EOF & formating 2022-03-06 17:50:22 -05:00
3159289ac0 Removed unused code, only need to bill time
removed line items, payments, drop used db tables
2022-03-06 17:26:57 -05:00