All Projects → alberteije → T2TiERP-2-CSharp

alberteije / T2TiERP-2-CSharp

Licence: other
T2Ti ERP 2.0 - C#

Programming Languages

C#
18002 projects
HTML
75241 projects
Classic ASP
548 projects
pascal
1382 projects
CSS
56736 projects
vba
158 projects

Projects that are alternatives of or similar to T2TiERP-2-CSharp

NFC-e-Desktop-Delphi
NFC-e - Delphi
Stars: ✭ 24 (-27.27%)
Mutual labels:  firebird, nf-e, vendas, nfc-e
Zstore
Программа для складского учета с веб интерфейсом
Stars: ✭ 32 (-3.03%)
Mutual labels:  erp, wms
Freesql
🦄 .NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, Click house orm, MsAccess orm.
Stars: ✭ 3,077 (+9224.24%)
Mutual labels:  oracle, firebird
Monogame.forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 165 (+400%)
Mutual labels:  visual-studio, windows-forms
Servicestack.ormlite
Fast, Simple, Typed ORM for .NET
Stars: ✭ 1,532 (+4542.42%)
Mutual labels:  oracle, firebird
Sqitch
Sensible database change management
Stars: ✭ 2,320 (+6930.3%)
Mutual labels:  oracle, firebird
Dockpanelsuite
DockPanel Suite - The Visual Studio inspired docking library for .NET WinForms
Stars: ✭ 1,326 (+3918.18%)
Mutual labels:  visual-studio, windows-forms
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+6600%)
Mutual labels:  oracle, firebird
eidea4
企业框架 scm erp wms
Stars: ✭ 53 (+60.61%)
Mutual labels:  erp, wms
chat-app
Multithreading TCP server and client communicating over TCP/IP - Windows Forms Application.
Stars: ✭ 39 (+18.18%)
Mutual labels:  visual-studio, windows-forms
Darkui
Dark themed control and docking library for .NET WinForms.
Stars: ✭ 539 (+1533.33%)
Mutual labels:  visual-studio, windows-forms
Active-Directory-Search
👤 This Active Directory Search tool was written in C# and VB.NET Windows Forms and exports the results from LDAP to csv format.
Stars: ✭ 19 (-42.42%)
Mutual labels:  visual-studio, windows-forms
Opentouryo
”Open棟梁”は、長年の.NETアプリケーション開発実績にて蓄積したノウハウに基づき開発した.NET用アプリケーション フレームワークです。 (”OpenTouryo” , is an application framework for .NET which was developed using the accumulated know-how with a long track record in .NET application development.)
Stars: ✭ 233 (+606.06%)
Mutual labels:  visual-studio, windows-forms
laravel-adminer
Adminer database management tool for your Laravel application.
Stars: ✭ 45 (+36.36%)
Mutual labels:  oracle, firebird
MonoGame.Forms
MonoGame.Forms is the easiest way of integrating a MonoGame render window into your Windows Forms project. It should make your life much easier, when you want to create your own editor environment.
Stars: ✭ 183 (+454.55%)
Mutual labels:  visual-studio, windows-forms
plex
Oracle PL/SQL Export Utilities: Export Oracle APEX app, ORDS modules, all schema objects and table data in one go
Stars: ✭ 23 (-30.3%)
Mutual labels:  oracle
SimpleScreens
Simple Screens is a library of screens and screen components (forms, sections, transitions) to be included, extended, or generally reused in applications based on Moqui Framework and Mantle Business Artifacts.
Stars: ✭ 20 (-39.39%)
Mutual labels:  erp
x265
Unofficial X265 with added custom native Visual Studio project build tools. X265: x265 is an open-source project and free application library for encoding video streams into the H.265/High Efficiency Video Coding (HEVC) format.
Stars: ✭ 23 (-30.3%)
Mutual labels:  visual-studio
actpy
Python framework for business applications contains ERP , CRM , HRM , MRP , POS and many more
Stars: ✭ 30 (-9.09%)
Mutual labels:  erp
SAF-T-AO
Official XSD from the Government of Angola for use in SAF-T AO
Stars: ✭ 42 (+27.27%)
Mutual labels:  erp

T2Ti ERP 2.0 - C#

Aqui é possível baixar o código fonte do Projeto T2Ti ERP 2.0 em C#. Este treinamento formou milhares de desenvolvedores no Brasil e ajudou centenas deles a lançar seu próprio ERP no mercado. Mais informações sobre o treinamento podem ser encontradas no seguinte link: http://t2ti.com/erp2/.

[Here it is possible to download the source code of the Project T2Ti ERP 2.0 in C#. This training was made by thousands of developers in Brazil and helped hundreds of them launch their own ERP in the market. More information about the training can be found at the following link: http://t2ti.com/erp2/.]

Bloco Administrativo

O Bloco Administrativo é formado por cinco módulos:

Bloco Comercial

O Bloco Comercial é formado por dez módulos:

Bloco Financeiro

O Bloco Financeiro é formado por sete módulos:
  • Contas a Pagar
  • Contas a Receber
  • Controle de Caixa e Bancos
  • Tesouraria
  • Fluxo de Caixa
  • Conciliação Bancária
  • EDI Bancário - CNAB/Febraban
Clique aqui e leia o Artigo T2Ti sobre o Bloco Financeiro

Bloco Contábil e Fiscal

O Bloco Contábil e Fiscal é formado por oito módulos:

Bloco Recursos Humanos

O Bloco Recursos Humanos é formado por três módulos:

Bloco Suprimentos

O Bloco Suprimentos é formado por seis módulos:

Forma de Desenvolvimento C# [Way we Developed using C#]




O ERP C# foi desenvolvido em duas e três camadas. O usuário baixa a camada de visão para sua máquina (Smart Client) e se conecta ao servidor de aplicaçoes, onde estarão armazenadas as classes de negócio. O banco de dados poderá residir na mesma máquina do servidor de aplicações ou em outro servidor específico para o banco de dados.

Para o servidor utilizamos WCF. Os módulos do tipo SIT (Sistemas de Informação Transacional) foram feitos no lado do cliente com WPF. Os módulos de frente de loja (NFc-e, SAT e PAF) foram feitos utilizando Windows Forms.

[C# ERP was developed in two and three layers. The user downloads the view layer to his machine (Smart Client) and connects to the application server where the business classes are stored. The database may reside on the same machine as the application server or on another server specific to the DBMS.

On server side we used WCF. On client side we used WPF. Some modules were made using Windows Forms (NFc-e, SAT e PAF).]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].