Commit Graph
6 Commits
Author SHA1 Message Date
migglandandGitHub fe1b8cbfce Add metadata model to Company (#3895)
* Add Metadata mixin to Company model

* Add migration file

* Lint

* Fixes due to style

* Syntax error

* Lint

* as this exposes a new endpoint to the API, increment the API version number with a brief description:
2022-11-03 22:21:16 +11:00
migglandandGitHub 858d48afe7 Fix bug in exporting records (#3545)
Introduced in #3392
2022-08-16 12:09:00 +10:00
migglandandGitHub 2b1658e513 Fix version-copy button according to #3373 (#3425) 2022-07-28 08:06:32 +10:00
migglandandGitHub 58bff32342 Correct the docstring for PurchaseOrderIssue (#3399) 2022-07-26 07:28:11 +10:00
migglandandGitHub 2bc8556993 Fix issue 3371 (#3381)
* Add missing underscore for translation

* Fix issue #3371

* Modify comment
2022-07-21 22:09:52 +10:00
migglandandGitHub 79f498a648 Export records update - allow overwriting existing files without user input (#3156)
* Add flag to overwrite existing file when exporting records

* Remove temp. file at end of export process

* Run flake8 on tasks.py as well

* Fix style

* Change style of default text

* Add type bool

* dev-setup

* Revert "dev-setup"

This reverts commit 789356422a.

* Update tasks.py with new flags to allow choosing where permissions end up, and if temporary files are kept or not
2022-06-09 11:47:29 +10:00