Skip to content

Latest commit

 

History

History
83 lines (50 loc) · 2.17 KB

changelog.md

File metadata and controls

83 lines (50 loc) · 2.17 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.1.2.1] - 2023-09-22

Added

- Added attendance script to add and update record.

[0.1.2] - 2021-12-23

Changed

- Change how connection are established after triggering a python file.

[0.1.1.10] - 2021-04-13

Added

- Added a python file for creating memo (Memo App), and helpdesk ticket (Helpdesk App).

[0.1.1.9] - 2021-04-08

Added

- Added a python file for creating Request For Quotation (Purchase App).

[0.1.1.8] - 2021-04-06

Added

- Added a python file for creating a master product (Inventory App).

[0.1.1.7] - 2021-04-06

Fixed

- Fixed and re-add broken Create Quotation (Sales App) python file.

[0.1.1.6] - 2021-04-03

Added

- Added a python file for searching master product (Inventory App).
- Added a script that let you add timestamp in create quotation file.
- Added a script for showing you list of properties when searching master product.

Removed

- Removed Create Quotation (Sales App) python file.

[0.1.1.5] - 2021-04-03

Added

- Added a python file for Creating Quotation (Sales App) that let you add multiple product & optional products.

[0.1.1.4] - 2021-04-02

Added

  - Added a python file for searching partner (Sales & Quotation App).

Fixed

  - Fixed Create Quotation (Sales App) python file.
  - Fixed Create Partner (Sales & Quotation App) python file.

[0.1.1.3] - 2021-04-1

Added

- Added a python file for creating partner (Sales & Quotation App).
- Added a python file for searching master product (Inventory App).

[0.1.1.2] - 2021-04-1

Added

- Added a python file for searching partner (Sales & Quotation App).

[0.1.1.1] - 2021-03-27

Added

- Initial start of the project.
- Added a python file for Establishing Connection.
- Added a python file for Creating Quotation (Sales App).