Some functions are not enabled or apparently incomplete in version 2.11 pro, such as the capture of new UoM, countries, currencies to name some of them and what is the recommendation to "complete" them.
Thanks
2 comments
Like
2 Comments
saultejeda
May 20, 2021
ok Thanks, thats solve my questions.....
Like
Steven Sitas
May 20, 2021
Hi Saul,
Countries - they are created automatically when a user creates a NEW company. You can of course use the procedure BP_COUNTRIES_add() to add them at a later time.
Currencies - they are at System->Dimensions->Standards->Currencies. Just add a new currency ISO code (at the bottom of the window) and hit the + button - * note there is a bug in v2.11 in the local procedure UI_Add_Currency(). Change "IF HReadSeekFirst(gCurrency,e_sName,e_sName)=True THEN" to "IF HReadSeekFirst(gCurrency,sName,e_sName)=True THEN".
UoM(s) - we are going to add transformation(s) between compatible UOMs in a future release - that's why there is NO UI for adding UOMs. You can support adding of UOMs yourself - Just use table/file gUOM.
ok Thanks, thats solve my questions.....
Hi Saul,
Countries - they are created automatically when a user creates a NEW company. You can of course use the procedure BP_COUNTRIES_add() to add them at a later time.
Currencies - they are at System->Dimensions->Standards->Currencies. Just add a new currency ISO code (at the bottom of the window) and hit the + button - * note there is a bug in v2.11 in the local procedure UI_Add_Currency(). Change "IF HReadSeekFirst(gCurrency,e_sName,e_sName)=True THEN" to "IF HReadSeekFirst(gCurrency,sName,e_sName)=True THEN".
UoM(s) - we are going to add transformation(s) between compatible UOMs in a future release - that's why there is NO UI for adding UOMs. You can support adding of UOMs yourself - Just use table/file gUOM.