• Joined on 2025-05-30
bnilsen pushed to main at bnilsen/custom_ui 2026-01-22 14:03:52 -05:00
5b2e362100 Added Company filter for chart data on Home page.
f386edf769 Updated the TodoChart to have arbitrary categories, labels, data, and colors.
c0b1f3f37a Added sales order items as tasks to the project.
Compare 3 commits »
bnilsen pushed to main at bnilsen/custom_ui 2026-01-20 14:33:22 -05:00
0620060066 Changed Estimate Address and Customer columns to link types to facilitate easy access to data.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-20 12:08:46 -05:00
2badb6835b Updated address on jobs.py
bnilsen pushed to main at bnilsen/custom_ui 2026-01-19 21:47:12 -05:00
98ec082394 Added API methods for connecting tasks to Home page dials. Connected 'view' buttons to tasks page.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-19 15:41:00 -05:00
1429f68b9e Fixed missing first page of data in tasks API call.
6ae6ae6812 Added routing to filter the datatable based on the subject line of the task.
Compare 2 commits »
bnilsen pushed to main at bnilsen/custom_ui 2026-01-19 13:21:37 -05:00
ddf758f4b6 Removed unneeded debug console logs.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-15 09:52:10 -05:00
73d235b7bc Removed dummy Action button from client list
bnilsen pushed to main at bnilsen/custom_ui 2026-01-14 15:14:42 -05:00
01ff96fb74 Task Status changes, needs some TLC.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-13 16:40:00 -05:00
0c52f3fc23 Added a Select component to the Actions section of the Datatable, and API methods to load the available status-es from the Task doctype to populate the select for the tasks list.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-13 13:47:48 -05:00
adb7bc5930 Auto filtering out completed, cancelled, and templated tasks.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-13 12:17:09 -05:00
f8694cf8d4 Fixed Job Paging.
a3e77f1e40 Fixed Estimate datatable paging.
Compare 2 commits »
bnilsen pushed to main at bnilsen/custom_ui 2026-01-13 11:54:19 -05:00
84c7eb0580 Fixed pagination errors on the Task page, updated to the correct API calls to get that data.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-13 10:14:38 -05:00
59e21a51f2 Fixed pagination/lazy load issues on the Tasks list.
3e1fd039b3 Changed the Task project and address columns to link types to click and navigate to their respective information.
Compare 2 commits »
bnilsen pushed to main at bnilsen/custom_ui 2026-01-12 17:03:43 -05:00
6853950cc5 Added a column for Project in the tasklist.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-12 15:51:06 -05:00
94e1c4dfed Added Tasks Page, Routing, SideBar entry, and API methods.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-09 13:29:59 -05:00
f7ce3a39d0 Fixes for Estimate/Sales Order creation.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-09 10:33:12 -05:00
016aa08b95 Added Property Detail page and routing from Clients list.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-09 09:51:30 -05:00
54280ac78f Changed the customer name and Property column types to link to support additional ways to access the forthcoming customer detail page and the current property detail page.
1a7f0d872a Added a link type to the datatable columns.
Compare 2 commits »
bnilsen pushed to main at bnilsen/custom_ui 2026-01-08 17:06:41 -05:00
9803f0718c Job creation v1
bnilsen pushed to main at bnilsen/custom_ui 2026-01-08 11:44:31 -05:00
181db2c4e6 Added quick action buttons to Clients page and Client Detail Page.