Please notice that, from MP19 onwards, there are some changes in the initial
client setup that we all should take into account.
*· Functionally*:
A new dataset is created belonging to core with all the information about
document types, sequences, etc. Because of that, core will appear as a
module to be applied in the Initial Client Setup window (as shown in the
attached image). If core module is chosen, then all this data will be
created for the new Client. If not, nothing will be created, so client will
not have document types at all. Nevertheless, user will be able to apply
this dataset later on through Enterprise Module Management window to the
client (choosing * organization) or even to a concrete organization, so
document types are not at a client level, but at an organization level.
*This means that if you do not choose this module when creating a client,
you will not be able to create transactional documents in it!!*
*· Technically*:
All the logic required to create a client is now in a java class (not a
servlet) so it can be called from external artifacts (such as web services
or modules). So all required staff to create a client is executed just with:
org.openbravo.erpCommon.businessUtility.InitialClientSetup ics = new
org.openbravo.erpCommon.businessUtility.InitialClientSetup();
OBError obeResult = ics.createClient(vars, strCurrency, strClientName,
strClientUser, strPassword, strModules, "account", "calendar",
bCreateAccounting, "/home/openbravo/coa.csv", bBPartner, bProduct, bProject,
bCampaign, bSalesRegion);
Regards.
David Alsasua Egea
Openbravo Localization Team
e: david.alsa...@openbravo.com
m: +34.607.867.908
p: +34.948.287.507 ext: 3422
sk: david.alsasua
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit. See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Openbravo-development mailing list
Openbravo-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-development