-
|
Hi FrePPLe team, I am evaluating FrePPLe 9.8 (Community Edition, Docker deployment) and testing its integration capabilities. Observation: My use case: Questions: Is there a supported way in FrePPLe Community Edition to import only sales orders (or any individual data type), without requiring all the other tables? If not, is this feature planned, or do you have any recommended workarounds or approaches for users who want to update just a portion of their data (such as sales orders) on a regular basis? Is the REST API a better fit for this use case, and is there a recommended best practice for partial data updates via the API? I understand this may not be a core focus for the open-source edition, but any guidance or suggestions would be appreciated as I am just testing FrePPLe’s capabilities for our workflows. Thank you for your time! Djordje Jovanovic, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
You can upload into frepple only the sales orders. So for your use case:
Whether you load the data with excel file, csv file, rest api or manual doesn't make a difference for this concept. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the previous clarifications. I’ve confirmed that manual (frontend) import works for sales orders, but the Group/Scheduled Task using importfromfolder skips my file with: Ignoring data in file: sales.orders.xlsx The file is formatted exactly like an exported spreadsheet (columns, values, etc.). The only difference is the name: sales.orders.xlsx (as exported by FrePPLe). Questions:
|
Beta Was this translation helpful? Give feedback.
-
|
...the issue was with the file naming convention. Once I changed the file name from sales.orders.xlsx to salesOrders.xlsx, the import worked as expected using the scheduled importfromfolder task. Thanks for support and clarification. |
Beta Was this translation helpful? Give feedback.
...the issue was with the file naming convention. Once I changed the file name from sales.orders.xlsx to salesOrders.xlsx, the import worked as expected using the scheduled importfromfolder task.
Thanks for support and clarification.