Editing address data



If address data is recorded in the intended format, additional fields will display for adding house number and building and entrance data (Additional fields field), etc.



The pre-requisite for both fields to be displayed is a separate entry of ZIP Code. Internally, data in OM is recorded in the following way.


{  "short_desc" : "Cornel Stan",  "street" : "Bul.george Coșbuc 31-37, SC:2 ET:1 AP:5",  "street_number" : "31-37",  .....
}        
JavaScript

For the order, data can be recorded in the following way:


Display of data in MetaKocka:

  • building and entrance data are visible as part of the address in OM and MK
  • API interface - get_document call for sales_order also returns street_number. 
  • separate street data is displayed in the sales orders - see the picture below. In OM such data is not displayed as additional divider.