• Joined on 2025-05-30
bnilsen pushed to main at bnilsen/custom_ui 2026-01-27 12:01:58 -05:00
0ec89a1269 Updated all the clickable button on the home page to go where they need to.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-24 17:12:33 -05:00
5e192a61e1 Reading data from APIs for dials.
5ed964b49d Added a button to create an invoice. VERY PLACEHOLDER.
c682ee8ccb Reading real data from API for dials.
bbe679cb4c API javascript connectors.
fbc51301f3 Added an API call for on site meetings for a dial.
Compare 11 commits »
bnilsen pushed to main at bnilsen/custom_ui 2026-01-24 12:19:48 -05:00
f0acbd0630 Added the current payment link and templating for Invoice number and amount.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-23 18:49:18 -05:00
08c31a2e3f Bugfix for tasks not having customer field.
bnilsen pushed to main at bnilsen/custom_ui 2026-01-23 13:55:37 -05:00
44c15961c7 Added an email template for Customer Invoice to be filled with copywriting and customized payment links.
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.