Hello.
I created a fast form called Request from Customer. Inside the table contains (req_id, req_product, req_quantity, req_paiement). Each request contains only 1 product for delivery. Delivery are: Full (One time) or Partial like If I received an order for 1000 quatities for delivery. But the delivery is partial: 500 first time, 250 second time and 250 the final delivery.
Should I create a subform to manage this partial delivery? And how to print each delivery? And I cannot create new delivery if I attempts 1000 quantities
Thanks for advising me.
Regards
Andria
PS: New to NuBuilder and trying to work on this best open source web database apps
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Partial Delivery based on Order
-
- nuBuilder Team
- Posts: 4303
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Partial Delivery based on Order
Hi,
It's probably best to use a Subform to manage these partial deliveries.
It's probably best to use a Subform to manage these partial deliveries.
Can you explain in more detail what you mean or what doesn't work.?And I cannot create new delivery if I attempts 1000 quantities
-
- Posts: 3
- Joined: Thu Jun 03, 2021 1:38 pm
Re: Partial Delivery based on Order
Based on the quantity requested by the customer. Ex: 1000 units (it will be on request form). So if i proceed partial delivery: 500 first, 250 second and 250 third on the subform, the requested quantites are reached. So I'd like to stop adding record on the subform.kev1n wrote:
Hi,
Can you explain in more detail what you mean or what doesn't work.?And I cannot create new delivery if I get 1000 quantities
Regards
A
-
- nuBuilder Team
- Posts: 4303
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: Partial Delivery based on Order
To limit the number of rows in a Subform, add an beforeinsertrow event to it.
Use a calc field on the main form to calculate the sum of quantities.
Use a calc field on the main form to calculate the sum of quantities.
-
- Posts: 3
- Joined: Thu Jun 03, 2021 1:38 pm