BillingTrack Versions Save

BillingTrack quote, invoice, workorder management

v5.3.3

2 years ago

5.3.3

  • fix error in purchaseorder observer
  • add modified event to invoice, quote, workorder apicontrollers

v5.3.2

2 years ago
  • fix autocomplete lookup and stock counting
  • add product and employee selection modals to quotes, invoice, recurring and workorders
  • fix badge name and translation in datatables
  • (above fix issues #24, #28 and #36)
  • update dependencies
  • correct "deleteing" typo in model observers
  • add restoring to model observers
  • track workorder_id and invoice_id as deleted/restored in quotes and workorders
  • update various badges to show delete status
  • removed group renumbering from deleting observers
  • migration add unsigned to invoice_id in workorders table
  • fix saving items in quotes, workorders, invoices, recurring invoices and purchase orders. (remove 'saved' in corresponding observers and place in edit controllers. Was causing unnecessary parent model recalc on every item which led to long save times on records with many items. )
  • added "saving" alert on record save.
  • fix purchaseorder receive product numstock updating

v5.3.1

3 years ago

update dependencies add scheduler "today" background setting remove logo background color from login page

v5.3.0

3 years ago
  • upgrade to Laravel 8 (php 8 support)
  • upgrade dependencies
  • fixed an issue with Expense Creation

v5.2.0

3 years ago
  • upgrade to Laravel 7
  • upgrade dependencies
  • upgrade FullCalendar to v5
  • added tippy.js for tooltips in calendar
  • replaced bootstrap-switch with bootstrap-switch-button
  • added Schedule page for scheduled employees and resources
  • fix Vendor delete
  • added category, itemlookup and mail queue datatables
  • updated all datatables
  • add swalConfirm target (for sweetalert over iframe)
  • added bulk client inactive to database management

v5.1.0

4 years ago
  • Added client shipping address fields (address_2,city_2,etc) accessible in templates
  • Added client industry, size, id, and VAT fields
  • Added client contact firstname, lastname, title, phone, fax, mobile, primary , optin and note fields
  • Added individual Client payment terms and accessed by due_at (if not set defaults to invoice config value)
  • Converted many events/listeners to model observers
  • Expand vendor info
  • General categories and vendors for expenses and products
  • App name/namespace/language to BT
  • remove FusionInvoice 2018-8 conversion from setup
  • Added Purchase Order Module which connects to vendors and products
  • Added config for collapsed side menu
  • corrected invoice update when payment amount is changed.
  • corrected payment emailing
  • added product inventory tracking ability to sent invoices. note:previously unused "type" column of products table has been changed to "inventorytype_id" Any existing entries in the type column will be migrated to the inventory_types table and updated in the product. This table is currently not editable within the application. This is a breaking change if you have any custom code that is accessing the type column in the products table.
  • Added Database clean/purge tool
  • Revamped Documentation
  • Update to Laravel 6.0
  • Update deprecated Fixer.io API for currency exchange rates. To use currency exchange rates in BillingTrack, you have to signup for a (free) API key at https://fixer.io. Once you get the key, Enter it in System Settings - General - FixerIO API Key
  • updated compatibility with latest Paypal, Mollie and Stripe API's
  • Remove zero balance invoices from Overdue status filter

v5.0.1

5 years ago

Project name change

v5.0.0

5 years ago

5.0.0

  • PHP requirement >=7.2

4.1.3 bump to 5.0.0

  • update to Laravel 5.8.*
  • update to sweetalert2 v8
  • fixed errors when saving online payments
  • fix filter in OrphanCheck
  • fix error in recurr Show Proposed recurrence
  • "fixed" top navbar
  • added global "back to top" of page
  • corrected numerous export errors
  • add client_id to payment importer
  • update resources
  • update to mix 4

v4.1.2

5 years ago

disable scroll in datetimepicker inputs

v4.1.1

5 years ago
  • add formatted_summary to truncate display
  • correct some datatables sorting
  • correct duplicate class btn-enter-payment
  • {{ trans() }} to @lang
  • save manage trash tab state
  • add workorder_to_invoice default date setting (job_date or current date)