This website requires JavaScript.
Explore
Help
Sign In
AS1024
/
itflow
Watch
1
Star
0
Fork
0
You've already forked itflow
mirror of
https://github.com/itflow-org/itflow
synced
2026-08-10 17:47:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
64423cbefa206aa22badd2f6c583438396d1c786
itflow
/
agent
/
modals
/
client
History
johnnyq
64423cbefa
Fix Client PDF Export
2026-08-06 18:51:09 -04:00
..
client_add.php
More sweeps to replace select * with actual returned column names dramatically reduces php memory usage and speeds up processing dramatically especially in the crons since they run all the time
2026-08-06 13:10:23 -04:00
client_bulk_add_ticket.php
Query Optimization: Select only needed columns instead of SELECT * on looped queries
2026-08-06 12:59:43 -04:00
client_bulk_assign_tags.php
More sweeps to replace select * with actual returned column names dramatically reduces php memory usage and speeds up processing dramatically especially in the crons since they run all the time
2026-08-06 13:10:23 -04:00
client_bulk_edit_hourly_rate.php
Updated bulk action js to pass the checkboxe names into the get array this allows the use of multiple checkbox name arrays to be passed at once instead of just selected_ids had to update each bulk model from selected_ids to to the array that was passed. This was important so we could mix files and documents together
2025-11-27 12:48:59 -05:00
client_bulk_edit_industry.php
Updated bulk action js to pass the checkboxe names into the get array this allows the use of multiple checkbox name arrays to be passed at once instead of just selected_ids had to update each bulk model from selected_ids to to the array that was passed. This was important so we could mix files and documents together
2025-11-27 12:48:59 -05:00
client_bulk_edit_net_terms.php
Use Short echo tags across the code
2026-07-28 18:47:52 -04:00
client_bulk_edit_referral.php
More sweeps to replace select * with actual returned column names dramatically reduces php memory usage and speeds up processing dramatically especially in the crons since they run all the time
2026-08-06 13:10:23 -04:00
client_bulk_email.php
Use Short echo tags across the code
2026-07-28 18:47:52 -04:00
client_credit_add.php
Use Short echo tags across the code
2026-07-28 18:47:52 -04:00
client_delete.php
Use Short echo tags across the code
2026-07-28 18:47:52 -04:00
client_download_pdf.php
Fix Client PDF Export
2026-08-06 18:51:09 -04:00
client_edit.php
More sweeps to replace select * with actual returned column names dramatically reduces php memory usage and speeds up processing dramatically especially in the crons since they run all the time
2026-08-06 13:10:23 -04:00
client_export.php
Feature: On all export modals added Filter Tab and Selectable Columns tab with default selected, also you can now export to a PDF
2026-07-30 00:46:15 -04:00
client_import.php
Client: Add missing CSRF checks, and missing enforcements
2026-03-01 20:42:18 -05:00