I want to automatically create accounts in accounting when creating a customer / vendor. I can already create the accounts:
string[,] st = new string[6, 2];
st[1, 1] = Convert.ToString(CYear);
st[2, 1] = conta[i] + CodCli;
st[3, 1] = NomeCli;...
asked by
26.11.2018 / 11:32