[ENHANCE] - TI Intergration #4

Open
opened 2025-11-24 15:09:53 -06:00 by cowch · 3 comments
Owner

Describe the bug

We want to have special instructions for the pickup and drop off

Expected behavior

example instructions to put in the customer sections

we should do something like destination: [{customerID: 123, instructions:"
Delivery appointments must be scheduled at least 48 hours in advance—no same day appointments.
Delivery appointments can be scheduled via RMlmwdockscheduling@LyonsMagnus.com
Phone #- 559-268-5966 ext 1158."}]

this would allow us to have multiple customers with different drop of instructions

Gitea Version

e.g., 1.25.0

Additional context

Add any other context about the problem here.

### Describe the bug We want to have special instructions for the pickup and drop off ### Expected behavior example instructions to put in the customer sections we should do something like destination: [{customerID: 123, instructions:" Delivery appointments must be scheduled at least 48 hours in advance—no same day appointments. Delivery appointments can be scheduled via [RMlmwdockscheduling@LyonsMagnus.com](mailto:RMlmwdockscheduling@LyonsMagnus.com) Phone #- 559-268-5966 ext 1158."}] this would allow us to have multiple customers with different drop of instructions ### Gitea Version e.g., 1.25.0 ### Additional context Add any other context about the problem here.
cowch added the enhancement label 2025-11-24 15:09:53 -06:00
Author
Owner

commented out in the xml section line 96, this is where we put the commets

commented out in the xml section line 96, this is where we put the commets
Author
Owner

for the newLine CR LF use

for the newLine CR LF use 

Author
Owner

so we want to make a change to this

we will pull in a customer spectifc setting

when we check everything that comes over we need to cross reference the data with the new customer specific items
[ {customerID: 123, pickup: "instructions for picking up" destination:"Delivery appointments must be scheduled at least 48 hours in advance—no same day appointments. Delivery appointments can be scheduled via [RMlmwdockscheduling@LyonsMagnus.com](mailto:RMlmwdockscheduling@LyonsMagnus.com) Phone #- 559-268-5966 ext 1158."} importTime: 168 // this will be the time in hours when the system will do the import for this specific customer shippingHours: [{starttime: "06:00", endTime: "18:00"}] // will assist in fine tuning the system more ]

so we want to make a change to this we will pull in a customer spectifc setting when we check everything that comes over we need to cross reference the data with the new customer specific items ` [ {customerID: 123, pickup: "instructions for picking up" destination:"Delivery appointments must be scheduled at least 48 hours in advance—no same day appointments. Delivery appointments can be scheduled via [RMlmwdockscheduling@LyonsMagnus.com](mailto:RMlmwdockscheduling@LyonsMagnus.com) Phone #- 559-268-5966 ext 1158."} importTime: 168 // this will be the time in hours when the system will do the import for this specific customer shippingHours: [{starttime: "06:00", endTime: "18:00"}] // will assist in fine tuning the system more ] `
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cowch/lst#4