Ejemplo n.º 1
0
 public API.Business.SubTable WgPodmiot(API.Kasa.IPodmiotKasowy podmiot, API.Core.TypDokumentu typ, Types.Date data = null)
 {
     return(GetSubTable("WgPodmiot", podmiot, typ, data));
 }
Ejemplo n.º 2
0
 public API.Business.SubTable WgTyp(API.Core.TypDokumentu typ, Types.Date datadokumentu = null)
 {
     return(GetSubTable("WgTyp", typ, datadokumentu));
 }
Ejemplo n.º 3
0
 public API.Business.SubTable WgPodmiot(API.Core.IPodmiot podmiot, Types.Date datadokumentu = null)
 {
     return(GetSubTable("WgPodmiot", podmiot, datadokumentu));
 }
Ejemplo n.º 4
0
 public API.Magazyny.OkresMagazynowy this[Types.Date data]
 {
     get { return((API.Magazyny.OkresMagazynowy)EnovaHelper.FromEnova(GetValue("Item", new object[] { data }))); }
 }
Ejemplo n.º 5
0
 public Types.Currency RozliczonoKsiDoDnia(Types.Date data)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public API.Business.SubTable WgTowar(API.Towary.Towar towar, API.Magazyny.Magazyn magazyn, Types.Date data = null, Types.Time czas = null)
 {
     return(GetSubTable("WgTowar", towar, magazyn, data, czas));
 }
Ejemplo n.º 7
0
 public API.Business.SubTable WgEwidencjaData(API.Kasa.EwidencjaSP ewidencjasp, Types.Date datadokumentu = null)
 {
     return(GetSubTable("WgEwidencjaData", ewidencjasp, datadokumentu));
 }
Ejemplo n.º 8
0
 public API.Business.SubTable WgRozchodKontrahentMagazyn(API.CRM.Kontrahent rozchodkontrahent, API.Magazyny.Magazyn magazyn = null, Types.Date data = null, Types.Time czas = null)
 {
     return(GetSubTable("WgRozchodKontrahentMagazyn", rozchodkontrahent, magazyn, data, czas));
 }
Ejemplo n.º 9
0
 public API.Business.SubTable WgPrzychodKontrahent(API.CRM.Kontrahent przychodkontrahent, API.Magazyny.OkresMagazynowy okres = null, API.Magazyny.Magazyn magazyn = null, Types.Date data = null, Types.Time czas = null)
 {
     return(GetSubTable("WgPrzychodKontrahent", przychodkontrahent, okres, magazyn, data, czas));
 }
Ejemplo n.º 10
0
 public API.Business.SubTable WgOkres(API.Magazyny.OkresMagazynowy okres, Types.Date data = null, Types.Time czas = null)
 {
     return(GetSubTable("WgOkres", okres, data, czas));
 }
Ejemplo n.º 11
0
 public API.Business.SubTable WgMagazyn(API.Magazyny.Magazyn magazyn, API.Magazyny.OkresMagazynowy okres = null, API.Towary.Towar towar = null, Types.Date data = null, Types.Time czas = null)
 {
     return(GetSubTable("WgMagazyn", magazyn, okres, towar, data, czas));
 }
Ejemplo n.º 12
0
 public API.Business.SubTable WgTowarOkres(API.Towary.Towar towar, API.Magazyny.OkresMagazynowy okres, Types.Date data, Types.Time czas)
 {
     return(GetSubTable("WgTowarOkres", towar, okres, data, czas));
 }