Skip to content

Release 2.1

Compare
Choose a tag to compare
@tabish-saleem-nxb tabish-saleem-nxb released this 02 Nov 15:27
· 895 commits to master since this release

Release 2.1 contains the following changes:

  1. Updated UI of invoice and estimate forms
  2. Added a client's personal detail section in client form popup
  3. Added page blocking notifications (used a sweetAlert.js library) for below-mentioned modules:
    Payments (create)
    Projects (create and update)
    Tasks (create, update and send an invoice)
    Staffs (create, update and send an invoice)
    Invoices (create, update and send an invoice)
    TimeLog (create, update and send an invoice)
    ProjectTasks (create, update and send an invoice)
    Estimates (create, update, send an estimate and convert into an invoice)
  4. Added non-blocking notifications (used a toastr.js library) for remaining modules.
  5. Moved invoice JS calculations into new invoiceCalculator.js.coffee file
  6. Moved estimate JS calculations into new estimateCalculator.js.coffee file
  7. Optimized invoices.js.coffee
  8. Optimized estimates.js.coffee
  9. Moved JS plugins event bindings into new osb_plugins.js.coffee file