Skip to content

Latest commit

 

History

History
260 lines (170 loc) · 17 KB

CHANGELOG.md

File metadata and controls

260 lines (170 loc) · 17 KB

Changelog

1.11.3 (2023-01-25)

Build System

Refactors

  • apply eslint and prettier fixes (fb7a1de)
  • apply eslint and prettier fixes (bc1ef80)

1.11.2 (2023-01-22)

Bug Fixes

  • solve 'Don't use {} as a type' (efe3747)

Build System

1.11.1 (2023-01-09)

Refactors

  • apply new designs to the entire application (77728c2)

1.11.0 (2023-01-08)

Features

  • add new landing page elements (ce589e6)

1.10.0 (2023-01-07)

Features

  • orders: add find order api route (08d731c)
  • orders: add link to see details (034849e)
  • orders: add order details page (9788529)
  • sales: add detail page (bce9558)
  • sales: add find api route (423c918)
  • sales: add link to see details (dc7455a)

Bug Fixes

  • pubs: add employee id and phone exits checks (6fede11)
  • solve report loading bugs (60216bf)

Build System

Refactors

  • change 'Tienda' to 'Bar' (b4776ce)
  • pubs: validate form on submit (4a72630)

1.9.2 (2022-12-30)

Bug Fixes

  • solve order form lockout (a86e480)

1.9.1 (2022-12-30)

Bug Fixes

  • include product code on zod schema (#42) (2aebc4e)

1.9.0 (2022-12-30)

Features

  • employees: add new ui to edit form (ece967d)
  • products: add api endpoint for search products by name (9a5fc3b)
  • products: add new ui on edit form (24a6cdd)
  • re-design product field (f11b825)
  • re-design quantity field (0bb8058)
  • transactions: re-design add transaction details forms (aff80a1)

1.8.0 (2022-12-29)

Features

  • pubs: register pub owner when register a pub (5cab5b2)

1.7.0 (2022-12-29)

Features

  • add session check logic (a836245)

Bug Fixes

  • avoid unnecessary redirections in the verification of the existence of a pub (be2495c)

1.6.0 (2022-12-28)

Features

  • add find customer by id api endpoint (f62186a)
  • employees: new register employee form ui (ad3b233)
  • new customer field ui (44c5a6a)
  • products: add new register form ui (cc42c55)
  • sales: new orders form (e70b09e)
  • sales: new sales form (bed19c0)
  • transaction-details: add detail card (601f5cd)
  • transaction-details: add remove detail support (94bf227)

Refactors

  • remove unused component and page (fd805ef)

1.5.1 (2022-12-27)

Bug Fixes

  • pubs: redirect to dashboard page (81993f5)

Refactors

  • redirect to dashboard page (76891a4)

1.5.0 (2022-12-27)

Features

  • add initial version on landing page (4b273e8)
  • add sign up form, page and api route (e1473a2)
  • add sign-in form, page and api route (31fff43)
  • add sign-out api route (a0a3771)
  • include initialSession on withRequiredAuth (31422ee)
  • use new sign-in and sign-up links (4bd9a33)

Build System

  • add zod and @hookform/resolvers (cc3fa27)

1.4.0 (2022-12-26)

Features

  • add notifications system (e2b36a3)

Build System

1.3.0 (2022-12-26)

Features

  • improve navbar ui (ad7a877)
  • order/sales: move get last orders/sales to api route endpoints (68d6b99)
  • orders/sales: linking to a pub (fde6451)
  • reports: linking to a pub (d09e00e)

1.2.0 (2022-12-25)

Features

  • employees: linking employees to a pub (88a3372)
  • products: linking to a pub (cafad1b)
  • pubs: add pub verification (b3d2b0b)
  • pubs: remove nit whitespaces (4f64456)

Build System

1.1.0 (2022-12-25)

Features

  • pubs: add register page (0104d82)
  • pubs: add route api endpoints (b7425ef)
  • pubs: add types (54db289)
  • pubs: enable undefined on 'nit' (ad8e57e)

Bug Fixes

  • pubs: solve route api endpoints bugs (9758db4)

1.0.2 (2022-12-24)

Build System

1.0.1 (2022-12-20)

Build System

1.0.0 (2022-12-19)

Features

  • add default layout (b537a49)
  • add initial configuration (e5756ce)
  • add initial version of employees, login and products pages (7d63787)
  • add navbar (111045b)
  • add new employees table (defb3d7)
  • add new logic for reports (f699037)
  • add page authentication checks (ff02692)
  • add sales and orders table (21470a1)
  • add small ui improvements (8c89091)
  • add ui improvements on sales and orders forms (2faa8c1)
  • customers: add register form (c36075e)
  • customers: add register page (6447f02)
  • customers: move Supabase api calls to Next.js api routes (710a5cf)
  • employees: add delete functionality (aad62c6)
  • employees: add edit form (cfb2967)
  • employees: add initial version of employees table (9740ea3)
  • employees: add register form (7eb4166)
  • employees: add use current employee hook (08c393f)
  • employees: move Supabase api calls to Next.js api routes (4447822)
  • employees: move update and delete Supabase api calls to Next.js api routes (84d6c8b)
  • finish employee page (7bb9a6c)
  • improve dashboard ui (6f8e440)
  • improve register sale ui (88299a0)
  • make initial version of dashboard (bd57513)
  • new orders form ui (f2cd369)
  • new sales form ui (4a31c8b)
  • only render navbar options when user is logged (d35acc6)
  • orders: add new table ui on form (48d3a7e)
  • orders: add register form (a5e2f6e)
  • orders: show client address on table (e6eb6b9)
  • products: add delete functionality and update table ui (d2e46fe)
  • products: add edit product form (6ba7d93)
  • products: add initial version of products table (64d3797)
  • products: add register form (ae63455)
  • products: finish products page (b06b082)
  • products: move Supabase api calls to Next.js api routes (b83bd11)
  • redirect to home page after register sale or order (b8037a2)
  • register order and sale pages (7dd322f)
  • rewrite login component (e19cb4a)
  • sales: add new table ui on form (d70c522)
  • sales: add register form (22ebb08)
  • sales: small ui improvements (28f1cd3)
  • update logout button (16bbb27)
  • update table icons (2f01208)

Bug Fixes

  • allow only whole numbers in the quantity to be purchased (5550d4b)
  • employees: add user null check (59093dd)
  • products: load not deleted products (6067883)
  • redirect to login page after logout (0faef74)
  • sales/orders: avoid early submission of the registration form (3a2bc31)