Commit Graph

122 Commits

Author SHA1 Message Date
b367687113 Implmented custom autocomplete for customer field 2026-03-18 21:55:55 -04:00
3e81d2840a fixed typo 2026-03-15 17:59:53 -04:00
c9a5dc20f9 Added manual sync links 2026-03-15 08:01:04 -04:00
8ba99b7db2 Fixed eager loading issues 2026-03-04 19:18:06 -05:00
be400c2b2a Added logging for errors when editing 2026-03-03 19:22:15 -05:00
899237c5ab Reduced blanket rescues, added respond_to_missing?, and extracted push into CustomerPushService 2026-03-02 22:41:22 -05:00
3728ec2a12 Refactor: Improve address formatting in CustomersController and enhance HTML rendering for billing and shipping addresses 2026-03-01 00:40:11 -05:00
cefa36c880 Removed unsued Customer destroy method 2026-03-01 00:28:57 -05:00
9c0f153518 Refactor logging across controllers and jobs to use a centralized log method; improve consistency and readability of log messages 2026-02-27 22:32:07 -05:00
208e839e6a Refactor CustomerToken model for improved token management; streamline token generation and expiration handling, and enhance association with issues 2026-02-26 21:05:02 -05:00
5d858ae186 Enhance customer search functionality by ordering results and refining search method 2026-02-25 22:05:52 -05:00
a54de28db5 Extending customers to Redmine's built in search 2026-02-21 11:20:20 -05:00
e6c4e81df2 Remove unused add_appointment method from CustomersController 2026-02-08 19:48:01 -05:00
5d7d9a81bb inital start of using javascript to update the appointment link with selected document links 2026-02-06 17:58:02 -05:00
6c9ae82f81 fixed typo 2026-01-30 21:22:08 -05:00
e6818958ae Add I18n support for flash messages and update locale file with new notices 2026-01-30 20:19:12 -05:00
b80e1d4e28 loose the hash rocket, use symbol keys 2026-01-29 22:30:59 -05:00
3c2f1d0edd Merge branch 'redmine-6' into HEAD 2026-01-22 20:39:20 -05:00
2aeb3fa028 Updated copyright dates 2026-01-21 20:40:06 -05:00
dac9a7c756 Started Support for Redmine 6 2024-12-12 06:00:36 -05:00
039d1ca993 Use Logger.info 2024-08-19 22:31:41 -04: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
26433c9020 Added hour totals to customer job history 2023-01-14 06:38:48 -05:00
a531ef4f87 Added hour totals to customer job history 2023-01-14 06:20:41 -05:00
6dbf84f401 Added nil check to address_to_s 2022-05-04 12:37:31 -04:00
b686110145 Initial Vehicle Delete 2022-03-14 07:22:43 -04:00
f97d5bc731 Moving fat into CustomerToken 2022-03-12 16:01:13 -05:00
a75f1abd71 Removed extra white spaces 2022-03-09 22:53:03 -05:00
1050a4f6a7 Use rails router, not hard coded links 2022-03-09 22:18:47 -05:00
24f8be6e80 Drop the Qbo prefix 2022-03-09 21:31:56 -05:00
30b704c90f Don't generate new customer view token every time 2022-03-07 07:52:17 -05:00
9201c4ca96 render 404 on all exceptions 2022-03-06 09:23:05 -05:00
3ae3107760 desc sort issues, estimates, & invoices 2022-02-21 06:22:13 -05:00
70e6038215 Moved customer issue counts 2022-02-20 15:22:31 -05:00
fc7501c4fe address not a 2022-02-20 14:57:21 -05:00
45b60cfea1 PhysicalAddress to_s 2022-02-20 14:52:11 -05:00
09313ad471 exclude before filter for customer/view 2022-02-20 13:42:06 -05:00
7cc8a946fd Inital update for redmine 4.0+ compatibility 2022-02-01 20:53:20 -05:00
db61952e67 added notes to regaurding customer autocomplete field 2020-03-28 20:19:58 -04:00
016dca242c Added comments to clearify methods 2020-03-28 20:16:54 -04:00
49858c45c9 do a full search by setting the full parameter to true. 2018-03-27 09:38:44 -04:00
7d727e1ad8 Copyright Update 2017-04-03 22:43:25 -04:00
fd3c8e15e6 Added filter methods for estimates & invoices 2017-04-03 21:49:57 -04:00
a34b6a07fc fixed typos 2017-03-23 05:56:26 -04:00
02153de8b0 Added before filters add_customer, view_customer 2017-03-23 05:47:37 -04:00
8e7e1908e4 Update customers_controller.rb 2017-03-23 05:39:55 -04:00
89fba883ef Update customers_controller.rb 2017-03-23 05:38:06 -04:00
15f317fba1 Update customers_controller.rb 2017-03-23 05:36:51 -04:00