Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Latest commit

 

History

History
158 lines (138 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

158 lines (138 loc) · 6.04 KB

Billingtrack Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

5.3.3

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

5.3.2

  • 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

5.3.1

  • added scheduler setting for today background color
  • remove background from login page logo

5.3.0

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

5.2.0

  • 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

5.1.0

  • 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

5.0.1

  • Renamed project to BillingTrack

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

4.1.2

  • disable scroll in datetimepicker inputs

4.1.1

  • 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)

4.1.0

  • upgrade to laravel 5.7.*
  • migrate to Bootstrap 4.1.*
  • start resource move to laravel mix where applicable
  • fix email cc and bcc
  • documentation
  • "enabled module" in sidebar (system setting)
  • enabled update checker
  • added JQuery-UI theme config
  • clean and optimize scheduler
  • enable live demo

4.0.2

  • added resource quantity selection to createworkoorder modal
  • corrected some error response dialogs
  • validation for end_time greater than start_time
  • calendar create workorder-redirect to workorder if no client address (new client)

4.0.1

  • added "todays workorder" widget
  • added "recent payments" widget
  • modified setup for upgrade
  • added resources/lang/en-cust where client = customer
  • added system info (.env settings) tab to system settings
  • added modal Enter Payment function, with client lookup and payable invoices
  • server side datatables for scheduler categories, events, recurring events
  • correct employee lookup in calendar to approved workorders
  • workorder datatable sort by job date instead of expires_at
  • added orphan check utility for Scheduler (checks workorders for Unschedulable employees)

4.0.0

  • change server to public directory (requires apache change)
  • configure from .env (copy .env.example to .env and change required variables)
  • clean, consolidate and restructure mysql database
  • transfer existing 2018-8 database to new structure upon setup
  • move high profile sortables to server side datatables
  • implement softdeletes, with trash management
  • update to laravel 5.6.*
  • update all resources
  • add toolbox
  • add products
  • add employees
  • item lookup modal in quotes and invoices
  • extend skin configuration
  • integrate timetracking (projects/tasks/timers)
  • integrate workorders
  • integrate Scheduler