Beispiel #1
0
 public FrmToolIncreDecre()
 {
     InitializeComponent();
     _departmentsPresenter             = new DepartmentsPresenter(this);
     _inventoryItemCategoriesPresenter = new InventoryItemCategoriesPresenter(this);
     _inventoryItemsPresenter          = new InventoryItemsPresenter(this);
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FrmS51H"/> class.
 /// </summary>
 public FrmS51H()
 {
     InitializeComponent();
     _inventoryItemsPresenter          = new InventoryItemsPresenter(this);
     _inventoryItemCategoriesPresenter = new InventoryItemCategoriesPresenter(this);
     _activitiesPresenter = new ActivitysPresenter(this);
 }
Beispiel #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FrmS11H"/> class.
 /// </summary>
 public FrmMinutesInventoryTool()
 {
     InitializeComponent();
     _departmentsPresenter               = new DepartmentsPresenter(this);
     _inventoryItemCategoriesPresenter   = new InventoryItemCategoriesPresenter(this);
     dateTimeRangeV1.DateRangePeriodMode = DateRangeMode.All;
     dateTimeRangeV1.InitSelectedIndex   = 7;
 }
 /// <summary>
 ///     Initializes a new instance of the <see cref="FrmInventoryItemDetail" /> class.
 /// </summary>
 public FrmInventoryItemDetail()
 {
     InitializeComponent();
     _inventoryItemPresenter           = new InventoryItemPresenter(this);
     _stocksPresenter                  = new StocksPresenter(this);
     _accountsPresenter                = new AccountsPresenter(this);
     _inventoryItemCategoriesPresenter = new InventoryItemCategoriesPresenter(this);
     _accountingObjectsPresenters      = new AccountingObjectsPresenter(this);
 }
Beispiel #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FrmS26HFixedAsset"/> class.
 /// </summary>
 public FrmS26HFixedAsset()
 {
     InitializeComponent();
     _departmentsPresenter = new DepartmentsPresenter(this);
     dateTimeRangeV1.DateRangePeriodMode = DateRangeMode.All;
     dateTimeRangeV1.InitSelectedIndex   = 7;
     _FixedAssetsPresenter             = new FixedAssetsPresenter(this);
     _inventoryItemCategoriesPresenter = new InventoryItemCategoriesPresenter(this);
     _fixedAssetCategoriesPresenter    = new FixedAssetCategoriesPresenter(this);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="FrmS22H" /> class.
 /// </summary>
 public FrmS21H(bool isVisibleAccount, bool isVisibleStock)
 {
     InitializeComponent();
     _accountsPresenter = new AccountsPresenter(this);
     _inventoryItemCategoriesPresenter = new InventoryItemCategoriesPresenter(this);
     _stocksPresenter         = new StocksPresenter(this);
     _inventoryItemsPresenter = new InventoryItemsPresenter(this);
     //this.cboAccountNumber.Visible = isVisibleAccount;
     //this.labelControl1.Visible = isVisibleAccount;
     this.labelControl5.Visible = isVisibleStock;
     this.cboStock.Visible      = isVisibleStock;
     IsVisibleAccount           = isVisibleAccount;
 }
 public FrmTools()
 {
     InitializeComponent();
     _inventoryItemsPresenter          = new InventoryItemsPresenter(this);
     _inventoryItemCategoriesPresenter = new InventoryItemCategoriesPresenter(this);
 }