-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(reports): remove stock-changes report
This commit removes the stock_changes report, useful only for manual stock calculations and never implemented in practice. The same functionality (keeping track of stock offline) has been implemented in the BHIMA Stock Android application. Closes #7103.
- Loading branch information
Showing
8 changed files
with
5 additions
and
217 deletions.
There are no files selected for viewing
73 changes: 0 additions & 73 deletions
73
client/src/modules/reports/generate/stock_changes/stock_changes.config.js
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
client/src/modules/reports/generate/stock_changes/stock_changes.html
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
77 changes: 0 additions & 77 deletions
77
server/controllers/stock/reports/stock/stock_changes/stock_changes.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
/* v1.28.x */ | ||
/* v1.28.x */ | ||
|
||
-- remove references to stock_changes report | ||
DELETE FROM unit WHERE `path` = '/reports/stock_changes'; | ||
DELETE FROM report where `report_key` = 'stock_changes'; |