SkillTech-Organization / AXERP_API

AXERP Backend layer
0 stars 0 forks source link

Split DeliveryID to ID and suffix #47

Closed szdezso closed 2 months ago

szdezso commented 3 months ago

AC-01 Follow the last comment on this Trello card: https://trello.com/c/cKXujGqo/796-1106-delivery-id-filter-bug

AC-02 Create a new column: DeliversIDSffx: string

AC-03 Change the DeliveryID column from string to int

AC-04 Thest the DeliveryID ordering on the AXERP GasTransaction grid: behavior of this like a number?

AC-05 Change the Google sync process logic to split the origin DeliveryID to number and to string (DevlieryID, DeliveryIDSffx)

AC-06 Update this change on the AXERPUI as well: Display the DeliveryIDSffx column too.

AC-07 Update this change on the Axegaz Admin BE/UI as well. If need.