You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Users have no way of creating a Bill Of Lading.
Describe the solution you'd like
There should be a form (create view) which users can go to and submit the information to generate a Bill of Lading.
The fields required are:
address driver;
string serialNumber;
GeoPosition[2] origin;
GeoPosition[2] destination;
uint256 quantity;
GeoPosition[2] is a longitude and lagitude pair, we can simply ask for users to select a point of destination from a list and hard code the values for now (Origin should be easy since they're only originating from West Texas).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Users have no way of creating a Bill Of Lading.
Describe the solution you'd like
There should be a form (create view) which users can go to and submit the information to generate a Bill of Lading.
The fields required are:
GeoPosition[2] is a longitude and lagitude pair, we can simply ask for users to select a point of destination from a list and hard code the values for now (Origin should be easy since they're only originating from West Texas).
The text was updated successfully, but these errors were encountered: