feat: delivery price #20

Merged
addison merged 2 commits from 003-002-delivery-fee into main 2026-07-25 10:55:32 -04:00
Collaborator

Spec 3.2

Changes

  • Added migration in backend to add delivery_fee_cents to building.
  • Added functionality in backend to add, edit and get delivery_fee_cents.
  • Added delivery fee as money field in building work order dialog and also added delivery as line item to print screen for building's work order.
  • Added omit and null handling for price_cents, tax_rate_millionths, feature_ids

Testing

  • Make sure you have latest code running.
  • Navigate to buildings and add a building.
  • In work order section you must see delivery fee field with 0 value.
  • Try setting price and tax and leave delivery fee 0 for now.
  • Click on print button, in print screen delivery fee must not be visible and must not be included in sub total.
  • Now edit work order and add valid price.
  • And open print screen again, now price must be added in subtotal.
# Spec 3.2 ## Changes - Added migration in backend to add `delivery_fee_cents` to building. - Added functionality in backend to add, edit and get `delivery_fee_cents`. - Added delivery fee as money field in building work order dialog and also added delivery as line item to print screen for building's work order. - Added omit and null handling for `price_cents`, `tax_rate_millionths`, `feature_ids` ## Testing - [x] Make sure you have latest code running. - [x] Navigate to buildings and add a building. - [x] In work order section you must see delivery fee field with 0 value. - [x] Try setting price and tax and leave delivery fee 0 for now. - [x] Click on print button, in print screen delivery fee must not be visible and must not be included in sub total. - [x] Now edit work order and add valid price. - [x] And open print screen again, now price must be added in subtotal.
feat: added delivery fee to building for spec 3.2
All checks were successful
PR Validation / validate (pull_request) Successful in 5m29s
e52a51891a
talha requested review from addison 2026-07-25 09:26:40 -04:00
feat: test recipe
All checks were successful
PR Validation / validate (pull_request) Successful in 4m32s
1df660c976
addison referenced this pull request from a commit 2026-07-25 10:55:34 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
kwila/shed-ledger!20
No description provided.