This website requires JavaScript.
Explore
Help
Sign In
AS1024
/
itflow
mirror of
https://github.com/itflow-org/itflow
Watch
1
Star
0
Fork
You've already forked itflow
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cecbc56b9f
itflow
/
agent
/
post
History
Thenezzar
cecbc56b9f
Merge
aa2c2c23ae
into
29b79b9d4e
2025-11-29 23:34:12 -08:00
..
account.php
…
asset.php
[Feature] Added Asset Tags
2025-11-11 19:57:51 -05:00
asset_interface_model.php
…
asset_model.php
…
category.php
…
category_model.php
…
certificate.php
typo
2025-10-15 21:56:21 +01:00
certificate_model.php
…
client.php
Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere.
2025-11-28 14:14:46 -05:00
client_model.php
Update Add Client to use prepared statments
2025-11-21 20:53:04 -05:00
contact.php
…
contact_model.php
…
credential.php
Export, Import all fields
2025-10-17 14:41:43 +02:00
credential_model.php
…
credit.php
…
document.php
Add function copyDirectory so when creating a document from a template copy the document_template folder to documents folder and update links
2025-11-23 15:26:29 -05:00
document_model.php
…
domain.php
…
domain_model.php
…
event.php
…
event_model.php
…
expense.php
Seperate out recurring expenses and expenses into their own post file
2025-10-29 16:21:56 -04:00
expense_model.php
…
file.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
folder.php
…
invoice.php
Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere.
2025-11-28 14:14:46 -05:00
invoice_model.php
…
location.php
…
location_model.php
…
network.php
…
network_model.php
…
payment.php
Seperate out posts into payment, invoice and recurring invoice instead of them all being under invoice post file
2025-10-29 16:18:32 -04:00
product.php
…
product_model.php
…
project.php
Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere.
2025-11-28 14:14:46 -05:00
quote.php
Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere.
2025-11-28 14:14:46 -05:00
quote_model.php
…
rack.php
…
recurring_expense.php
Seperate out recurring expenses and expenses into their own post file
2025-10-29 16:21:56 -04:00
recurring_invoice.php
Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere.
2025-11-28 14:14:46 -05:00
recurring_ticket.php
Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere.
2025-11-28 14:14:46 -05:00
revenue.php
…
service.php
…
software.php
…
tag.php
…
tag_model.php
…
task.php
…
ticket.php
Fix dupe race condition with ticket, invoice, quote, project, recurring ticket numbering when being created in parallel Atomically update and get the next ticket number in one SQL query everywhere.
2025-11-28 14:14:46 -05:00
ticket_recurring_model.php
…
transfer.php
…
transfer_model.php
…
trip.php
…
trip_model.php
…
vendor.php
…
vendor_contact.php
…
vendor_contact_model.php
…
vendor_model.php
…