Hello,
FrePPLe’ data model doesn’t have the concept of a “sales order line” within a sales order.
>>Each sales order usually has 100~400 items, as a package. Is it possible to see the date when all the items in sales order package are ready?
This can be modeled by creating a delivery operation for the sales order.
You create an extra operation for each sales order, and assign it using the “sales orders.delivery operation” field to the sales order.
In the “operation material” table you create records for the 100~400 items that are required for the order.
In the resulting plan you will see:
- The sales order is delivered only when all components are available. By setting the “sales order.minshipment” field you can also allow partial shipments where all components are delivered partially.
- The consumption of all items is synchronized. Ie all items are consumed from inventory at the time when the most constraining item is available.
Johan De Taeye
Mob: +32 477.385.362
Skype: jdetaeye
Visit us at https://frepple.com
--
You received this message because you are subscribed to the Google Groups "frePPLe users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to frepple-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/frepple-users/36445730-8a1e-4e97-896a-43589c07cac0n%40googlegroups.com.
You can use a supplier calendar and/or capacity to model a supplier schedule:
eg a supplier than delivers only on a specific day in the week
eg a supplier where you place your purchase order once a month
See this example model: https://frepple.org/docs/current/user-guide/examples/supplier/supplier-capacity.php
To view this discussion on the web visit https://groups.google.com/d/msgid/frepple-users/d143e184-c580-4552-b3fc-3d0169604827n%40googlegroups.com.
> When I click the triangle by the item it reads "item with ID "00001 2구미늘[20*13]EA" doesn't exist. Perhaps it was deleted?"
From which screen you see this error? And which frepple release are you using?
Could it be there is some special character in your item name? Eg leading or trailing spaces?
To view this discussion on the web visit https://groups.google.com/d/msgid/frepple-users/485f79d8-ff91-4481-8959-69908fc5831en%40googlegroups.com.
>> Is there a list for allowed special characters?
All characters should be possible. It appears to me like our escaping of special characters misses out a case.
If you look in the database table “item”, you should be able to see the full unescaped name of this item.
To view this discussion on the web visit https://groups.google.com/d/msgid/frepple-users/95ddd442-7a6e-4718-9e83-929ca0daaa8en%40googlegroups.com.
Hi,
First of all, please use a separate thread/topic for new questions.
Continuing on a single thread makes the answers not reusable to others that have the same question.
>>How can I make purchase operation as alternate for production?
Have a look at https://frepple.org/docs/current/user-guide/examples/operation/operation-alternate.php
This example has 2 alternate production operations.
You can do the same to model make-or-buy decisions: you create a production operation with priority 1, and you create an item-supplier record with priority 2.
Make sure to set the search mode correctly to get a good selection of the alternate.
To view this discussion on the web visit https://groups.google.com/d/msgid/frepple-users/00e66304-e677-4da4-a67d-757c482deac2n%40googlegroups.com.