-
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.
5096: Feat: add multiple account report link to account references r=jniles a=jniles This PR implements a link from "account references" to the multiple account statement, auto-populating the data in the multiple account select input. We can use this mechanism to auto-populate other reports as well (such as stock). Here is what it looks like in action: ![rQM9i2kLQM](https://user-images.githubusercontent.com/896472/98641537-38002980-232c-11eb-8d6d-a3a1e6046922.gif) We also need something like this to filter our balance sheet, though that is probably best left for a totally different report (#5094). 5102: refactor(stock): entry from purchase r=jniles a=jniles This commit refactors the entry from purchase modal to use the standard receipt renderer and clarify the status code. 5130: 4834 - Fix calculation and status about expired and at risk lots r=jniles a=mbayopanda This PR fixes the report "Stock Expiration Report" by : - Adding new columns: CMM and quantity_at_risk - Fix the way of fetching risky lots - Fix calculation of the values of lots at risk - Correctly display expired and risky lots in the table - Adding the date of the day in the report ![image](https://user-images.githubusercontent.com/5445251/99654270-5c5db380-2a5a-11eb-89e1-1ae86e8509a6.png) Co-authored-by: Jonathan Niles <jonathanwniles@gmail.com> Co-authored-by: mbayopanda <mbayopanda@gmail.com>
- Loading branch information
Showing
26 changed files
with
166 additions
and
124 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
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
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
3 changes: 0 additions & 3 deletions
3
client/src/modules/stock/entry/modals/templates/purchase_reference.tmpl.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
Oops, something went wrong.