Skip to content
/ Billy Public

A business-oriented invoicing, billing and project management tool. Privacy-friendly. Self-hosted. Powered by WordPress.

License

Notifications You must be signed in to change notification settings

them-es/Billy

Repository files navigation

Billy

Billy by them.es is a business-oriented billing suite—tailored for freelancers and small agencies that integrates seamlessly into an existing WordPress environment.

The FREE version is available on the WordPress Plugins Directory under https://wordpress.org/plugins/billy For more information and a showcase and for purchasing the PRO Add-on check out https://them.es/plugins/billy

What's included?

  • Custom Post types with Blocks and Block templates.
  • Privacy by design: All information published will be made private by default and stays confidential as no data is being shared with third-parties.

Compatible themes

The Plugin should work with any modern WordPress theme that supports the Block editor. Minor style modifications may be required. Heads up: Please note that the main content area of the Single/Custom Post Template needs to be "fullwidth". Having a sidebar may narrow the (invoice) table layout too much.

The Plugin has been tested with the following themes

Contributing

If you would like to extend this plugin you can fork this repo and create a pull request. Bugs or feature requests can be reported by creating a new issue.

JS/CSS assets

  • $ npm install.
  • $ npm run watch: Start developing in the /assets directory.

PHP

All PHP classes are stored in a separate directory /inc

Some external dependencies need to be installed via Composer

  • $ composer install

Blocks

Blocks are stored in a separate directory /blocks

  • $ npm install
  • $ npm run start
    • Start developing and test the updated version.
  • $ npm run build
    • Create a build version and test the updated build version.

Translations

All translations are managed via https://translate.wordpress.org/projects/wp-plugins/billy. If you have modified translation strings you can update the POT file with the following command (WP-CLI required!).

  • $ npm run create-languagefile

More information: https://developer.wordpress.org/block-editor/developers/internationalization

Dist version

The development version may become quite large due to some external libraries and should not be implemented on a live system. You can create a smaller dist version with the following command:

  • $ npm run dist
    • Now you can activate and test the plugin on your system

When you're done with the development you can submit a Pull Request to this repository.

Support

This code repository is not suitable for support requests. If you have a question or need assistence please access our https://them.es/support (PRO Add-on) or submit your question in the Support section of the WordPress Plugin directory (FREE version).

Technology

Copyright & License

Code and Documentation © them.es Code released under GPLv2+

About

A business-oriented invoicing, billing and project management tool. Privacy-friendly. Self-hosted. Powered by WordPress.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published