Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decimal quantities in requisition_line #3939

Closed
Tracked by #3705
clemens-msupply opened this issue May 19, 2024 · 0 comments · Fixed by #3944
Closed
Tracked by #3705

Decimal quantities in requisition_line #3939

clemens-msupply opened this issue May 19, 2024 · 0 comments · Fixed by #3944
Assignees
Labels
Team Tauhou Chris, Clemens, Roxy
Milestone

Comments

@clemens-msupply
Copy link
Collaborator

clemens-msupply commented May 19, 2024

Changing the pack_size to a float size, the requisition quantity column need to be updated as well:

table! {
    requisition_line (id) {
        id -> Text,
        requisition_id -> Text,
        item_link_id -> Text,
        item_name -> Text,
        requested_quantity -> Integer,
        suggested_quantity -> Integer,
        supply_quantity -> Integer,
        available_stock_on_hand -> Integer ,
        average_monthly_consumption -> Integer,
        snapshot_datetime -> Nullable<Timestamp>,
        approved_quantity -> Integer,
        approval_comment -> Nullable<Text>,
        comment -> Nullable<Text>,
    }
}
@clemens-msupply clemens-msupply self-assigned this May 20, 2024
@clemens-msupply clemens-msupply added the Team Tauhou Chris, Clemens, Roxy label May 20, 2024
@clemens-msupply clemens-msupply changed the title requisition_line Decimal quantities in requisition_line May 20, 2024
@roxy-dao roxy-dao added this to the V2.1.0 milestone May 27, 2024
This was linked to pull requests May 27, 2024
@roxy-dao roxy-dao removed a link to a pull request May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team Tauhou Chris, Clemens, Roxy
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants