[ENHANCE] - TI Intergration #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
commented out in the xml section line 96, this is where we put the commets
for the newLine CR LF use
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 ]