Invoicing Zen Release Notes
v1.3.3
25 Jun 2016
-
Add tabs for unpaid, receipts, and quotes (78df95b)
v1.3.2
12 May 2016
-
Add help buttons to settings page (29603c6)
v1.3.1
28 Apr 2016
-
Deactivate user account now has confirmation before actioning (4533121)
-
Add jquery to pre-populate email host/port/encryption with common
settings (d846bf8)
v1.3.0
25 Apr 2016
-
Custom invoicing added. Quickly mark invoice paid/unpaid. Invoice
list now filterable (091ca17)
v1.3.1
26 Apr 2016
-
Add pricing and contact pages (cffc94d)
v1.3.0
25 Apr 2016
-
Custom invoicing added. Quickly mark invoice paid/unpaid. Invoice
list now filterable (091ca17)
v1.2.5
20 Apr 2016
-
Bug fix: Issue with PDF generation needed fully-qualified path to
logo image (f59978e)
v1.2.4
20 Apr 2016
-
Remove company id field from invoice tables (dfdaa09)
-
Change to SSL - remove references to non-secure URL helper function
(54beadf)
v1.2.3
19 Apr 2016
-
Bug fixes - email signature, email settings check now company-specific
(342b67b)
-
Add invoice delete button and cascade delete invoice items (9c0fb00)
-
Add option to download invoice as PDF (49a8100)
v1.2.2
18 Apr 2016
-
Company Separation fixes (32d7ebb)
-
Add GST registered setting and update invoice (3c227cb)
v1.2.1
17 Apr 2016
-
Invoice now shows correct company name. Default from address added
to fix issue when sending password reset link (e2f738d)
-
Separate testing of invoice print page. Remove hyperlink on logo
(0da33b9)
-
Add direct link to invoice to be used in emails. Create custom
error handler (c5ea81c)
-
From invoice list, now goes straight to print view (9895311)
v1.2.0
16 Apr 2016
-
Ensure user can only view/modify records in own company. Remove Beta
stamp (7705627)
-
Remove next invoice number setting - easier just to calculate it
automatically (de9a93b)
-
More gracefully handle email errors (a816de4)
-
Add rollbar to capture errors online (6ac6f09)
v1.1.12
15 Apr 2016
-
Add email testing. Update footer to show when in development (9e935e0)
v1.1.11
13 Apr 2016
-
Update invoice layout (6e80784)
v1.1.10
10 Apr 2016
-
New user registration now creates new company and user automatically
gets admin rights (8833cec)
-
Settings now correctly works independently for users in different companies (53c226d)
v1.1.9
9 Apr 2016
-
Add ability to delete invoice line items (74be6e0)
-
Add invoice merge functionality (70579fd)
-
Allow whole row to be clickable when opening invoice (67d43af)
-
Add email signature setting (808ce02)
v1.1.8
2 Apr 2016
-
Add invoice seeder, combine quantity and description on invoice print (e2c89ff)
-
Remove references to customer as a security access level (7f0f1f2)
-
Add description to home page, add beta stamp (e9f1322)
v1.1.7
31 Mar 2016
-
Update email footer with new text re login options (cf538ef0)
-
Add invoice type column to invoice list (5f3c7a6)
-
When viewing invoice, make ready tickbox read-only for non-admins (520a452)
-
Allow logo to be uploaded in PNG, JPG, or GIF formats and ensure
filename is unique for each company (42016a2)
v1.1.6
22 Mar 2016
-
Add total, paid, and owing on show-invoice (single invoice) page
-
Add Client name and amount owing on show-invoices (list of all invoices) page
-
Remove how-to-pay section when invoice already paid
v1.1.5
16 Mar 2016
-
Bugfix: Javascript block for Markup / markdown buttons not appearing
-
Add text on invoice items edit page to alert user when markup is blank
v1.1.4
16 Mar 2016
-
Bugfix: footer overlapped text. Added breaks to master template to
ensure footer only overlaps empty text.
-
Create print, web, and email templates to cater for differences when
displayed views in each of these mediums
v1.1.3
13 Mar 2016
-
Add settings to allow customisation of invoice per company
-
Addition of footer area and link to release notes page (the page
you're reading now!)
v1.1.2
12 Mar 2016
-
Remove invoice item links for non-administrators
-
Print button now called 'View', and opens in existing window
v1.1.1
11 Mar 2016
-
Add customer list sorting
-
Add testing for select2 javascript
-
Create template for HTTP error response pages
v1.1.0
9 Mar 2016
-
Add company field. Site now setup to allow for multiple companies
to use the invoicing system.
-
Invoices, invoice items, settings, users, and invoice item categories
all are specific to a company
-
To ensure zero chance of cross-company data appearing, all queries
are restricted to only return data for the company of current user
via Laravel global scope mechanism
v1.0.2
9 Mar 2016
-
Tickbox added to invoice items list. Designed to be used to record
when each item is purchased. AJAX updating.
v1.0.1
8 Mar 2016
-
Invoice Item now has URL field. Designed to be used to record
vendor page for parts included in invoice and allow for quick
navigation to that part when ready to purchase
-
User interface tweaks
v1.0.0
5 Mar 2016
Initial build on invoicingzen.com domain
- User logins
- Ability to create 'quote'
- Automatic invoice number incrementing
- Send invoice as PDF attachment to email
- Create invoice wizard
- Invoice item categorisation
-
Administrator / user roles. Administrators can view and edit all
invoices. Users have view-only access to their invoices.
-
Test driven development (TDD) methodology followed providing
comprehensive test scripts which ensures robustness of application