Skip to content

Releases: livraria-papelaria-espaco/lpe-order-management

Dashboard view and QoL improvements

09 Jul 16:09
4d0687c
Compare
Choose a tag to compare

New Features

  • Add dashboard view
  • Allow editing of order notes
  • Add customer orders to customer page
  • Add book ISBN input to order create page (issue #1)
  • Add quantity picker to distributor import (issue #6)

Bug Fixes

  • Fix dates having incorrect timezone

Finalize order workflow

08 Jul 09:15
278ecdf
Compare
Choose a tag to compare

New Features

  • It is now possible to import books that have arrived (and have them be automatically marked as arrived on all the orders)
  • Add button to mark an order as notified
  • Add pickup books dialog on order page

Export list of books that need to be ordered

02 Jul 16:21
f058468
Compare
Choose a tag to compare

New features

  • Add distributor settings page to associate publishers with distributors
  • Add page to export products that need to be ordered and mark them as ordered
  • Add order book history to order page

Improvements

  • Stop trying to insert already existing books after importing from external sources

Under the hood

  • Remove provider field from book DB (database should be deleted to remove it completed)
  • Update Knex
  • Update TypeScript

Order list page

27 Jun 11:34
Compare
Choose a tag to compare
  • Timestamps are now saved when an order is created
  • It is now possible to attach notes (text) when creating an order
  • New order list page to see all orders
  • Change theme colors to match the brand
  • Add single order page to see order details

Fix database migrations on production

25 Jun 12:34
4e1e032
Compare
Choose a tag to compare
  • Fix Knex database migrations not working on production
  • Add caderno de fichas to book type filter on metadata importer

Add customer selection to order create page

25 Jun 11:23
2b21718
Compare
Choose a tag to compare
  • Add customer selection to order create page
  • Allow users to create customers in order create page
  • Fix not being able to create multiple customers without email or phone
  • Add logging to backend IPC queries

Add create order button and fix production crashes

19 Jun 11:21
5293b7c
Compare
Choose a tag to compare
  • Fix a bug where the production build would only show a blank screen
  • Add a create order button after importing from external services (WIP)
  • Change window title name to "Gestão de Encomendas"
  • Fix version indicator on sidebar

Under the hood:

  • Add copyright to license
  • Update Electron React Boilerplate

Update internals, migrate to SQLite

19 Jun 08:40
0aa4d6f
Compare
Choose a tag to compare

Updated Electron React Boilerplate
Migrate to SQLite instead of MySQL

New Books Table

25 Sep 10:11
Compare
Choose a tag to compare

Add the books table for book metadata

First version

25 Sep 09:36
Compare
Choose a tag to compare

First release! 🎉

Includes:

  • MySQL support
  • Customers page for insert, edit and delete
  • Material-UI