Skip to content

Releases: Tolfix/cpg

v1.2.1

11 Apr 08:44
3a925f7
Compare
Choose a tag to compare

v1.2.1

  • Fixed docker build tags to build-{build-number} than latest
  • Added Send email option to invoices to resend invoice to customer
  • Fixed Dockerfile for API server.
    • Had issues with package-lock.json and didn't install properly so kept crashing the whole application

Full Changelog: v1.2.0...v1.2.1

v1.2.0

07 Nov 18:17
7f11e9a
Compare
Choose a tag to compare

v1.2.0

  • Changes to dockerfile
  • Working on new source system
  • Bug fixes

What's Changed

New Contributors

Full Changelog: v1.1.7...v1.2.0

v1.1.7

09 Sep 19:49
43a38b0
Compare
Choose a tag to compare

v1.1.7

  • Fixed creating products with broken categories
  • Fixed missing id on some option texts
  • Modified root package.json

Full Changelog: v1.1.6...v1.1.7

v1.1.6

08 Sep 12:23
e0fb928
Compare
Choose a tag to compare

v1.1.6

  • Fixed admin panel not working with when searching for ids & more.

Full Changelog: v1.1.5...v1.1.6

v1.1.5

08 Sep 10:25
4fb2c55
Compare
Choose a tag to compare

v1.1.5

  • Fixed stripe
  • Fixed API not starting the server due to NPM issues

Full Changelog: v1.1.4...v1.1.5

v1.1.4

08 Sep 08:31
03b4a11
Compare
Choose a tag to compare

v1.1.4

  • Fixed admin docker image
  • Fixed optional stripe configuration not working

Full Changelog: v1.1.3...v1.1.4

v1.1.3

14 Aug 20:12
0e861be
Compare
Choose a tag to compare

v1.1.3

  • Patched some deps
  • Using more jest to test our applications
  • Using better methods of creating packages/modules for our monorepo workplace

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

13 Aug 11:14
ff1f90b
Compare
Choose a tag to compare

v1.1.2

  • Added tax to admin panel when creating/edit quotes
  • Sending email on confirmation that quote is accepted
  • Added format method for payment methods

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

07 Aug 17:44
b812860
Compare
Choose a tag to compare

v1.1.1

  • Tax rates wasn't added on orders, due to items wasn't undefined, instead empty array. This caused an error and stopped adding the tax rate because it thought the default tax rate would come from the order configuration and not from products.

What's Changed

  • fix: hotfix on orders not having tax_rate by @Tolfx in #62

Full Changelog: v1.1.0...v1.1.1

v1.1.0

06 Aug 11:41
86dd28a
Compare
Choose a tag to compare

v1.1.0

  • Sending emails to customers who invoices due date is due today.
  • Changed formatting on emails to $Company_Name: $String.

What's Changed

  • Feature(api): Cron for invoices on last day on due & new formatting on emails subject by @Tolfx in #59
  • v1.1.0 by @Tolfx in #61

Full Changelog: v1.0.6...v1.1.0