Skip to content

This repository contains the source code for both the Mobile Web app core and the database schema for the PostBooks edition of xTuple ERP. The Mobile Web app core is written in JavaScript, using the Enyo framework for the client side and Node.js for the datasource layer. The database schema for PostBooks runs on PostgreSQL.

License

riiser/xtuple

 
 

Repository files navigation

xTuple

Build Status

What we're about

xTuple is open-source business management software (learn more at xTuple.com). The code is managed by an eponymous company in Norfolk, VA, and our community stretches around the world. The xTuple client is a desktop app written in the cross-platform Qt framework.

Most of our commercial customers are inventory-based manufacturers or distributors, and we have a fair amount of commercially-licensed code to specifically support these use-cases. That said, businesses of all sorts, even services-based companies, run their operations on our open-source core.

We're always happy when people use xTuple as a launching point for their own projects, whether or not you have a commercial relationship with us.

Why you might be interested in hacking on our software

The xTuple platform provides a great starting point for business software in practically any industry. What you get for free is an entire stack to work on top of, and a lot of business objects that you might want, like Invoices, Currencies, Tasks and Contacts (and about a hundred more) are already implemented.

Moreover, one of the great strengths of the framework is extensibility and privilege control. Our extension system allows for a high level of modularity, and keeps you from having to rewrite the core. Fine-grained, centrally-managed privilege control is also an important feature that businesses typically want, and we've taken special care to implement it reliably across the application.

Getting involved

Fork us, take a test drive with our free trial, file a github issue.

What's Here?

This repository contains the source code for the xTuple database and its node.js middleware. You can also find code for the xTuple ERP Web app, an HTML5 node.js app.

Installing this project

If you are looking to install xTuple for demonstration or use, please follow the instructions on the xTuple Server wiki. The best way to start coding on our stack is to use our Vagrant setup for developers.

Release Notes

View the Release Notes to see a change log.

Additional Resources

About

This repository contains the source code for both the Mobile Web app core and the database schema for the PostBooks edition of xTuple ERP. The Mobile Web app core is written in JavaScript, using the Enyo framework for the client side and Node.js for the datasource layer. The database schema for PostBooks runs on PostgreSQL.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PLpgSQL 65.9%
  • JavaScript 31.9%
  • CSS 1.7%
  • Shell 0.2%
  • SQLPL 0.2%
  • PLSQL 0.1%