Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IP-690] Add markdown as custom value field #560

Open
wants to merge 56 commits into
base: release
Choose a base branch
from

Conversation

MDXDave
Copy link
Contributor

@MDXDave MDXDave commented Nov 4, 2017

Implements markdown as custom field type.
needs to be parsed in template.

Kovah and others added 30 commits September 18, 2017 11:50
Log logins.
To be able to block brute-force attacks with fail2ban.
This fixes the 500 error on php5.6
Cuando se añade una cuenta de usuario de tipo invitado. Al añadir los clientes que puede ver, aparece una nueva opción que nos permite añadir todos los clientes automáticamente. También cuando se cree un nuevo cliente este se añadira a todos las cuentas de usuario que tengan esta opción habilitada. Muy útil para cuentas de usuario que usarán en contabilidad.

---

When a user type user account is added. When you add the clients you can see, a new option appears that allows us to add all clients automatically. Also when a new client is created this will be added to all user accounts that have this option enabled. Very useful for user accounts that will be used in accounting.
Corregida la frase de la variable user_all_clients_text

---

Corrected the phrase of the variable user_all_clients_text
The same custom fields will be available as what is available in a PDF
template.

Forum topic: https://community.invoiceplane.com/t/topic/4223/26
As $mdl_invoice_tax_rates is not available in the copy_invoice function we load the corresponding model first. Couldn't reproduce the error but this should work.
+ various smaller code corrections
Kovah and others added 6 commits January 28, 2018 19:57
The quote state indicates, that for an accepted quote
an invoice was written.
When an invoiced is created from a quote the
state of the quote gets changed automatically.

Closes IP-636
# Conflicts:
#	application/modules/guest/controllers/Payment_handler.php
@Kovah Kovah changed the base branch from v1.5.6 to v1.6.0 April 8, 2018 09:42
@Kovah
Copy link
Contributor

Kovah commented Apr 8, 2018

Moved this to 1.6.0 as a possible new feature

@Kovah Kovah changed the title Add markdown as custom value field [IP-690] Add markdown as custom value field Apr 9, 2018
@Kovah Kovah added this to the 1.6.0 milestone Apr 9, 2018
@Kovah
Copy link
Contributor

Kovah commented Jul 13, 2018

@MDXDave Could you enable "Allow edits from maintainers." in the right sidebar so I can directly edit the pull request?

@MDXDave
Copy link
Contributor Author

MDXDave commented Jul 13, 2018

It's already enabled

…into MDXDave-markdown-cf

# Conflicts:
#	application/modules/invoices/views/view.php
#	application/modules/quotes/views/view.php
Now using NPM for all Markdown assets, includes theme files and Grund copies the locale files.
Also loads the Parsedown library via Composer to be available for PDF templates.
@UnderDogg UnderDogg changed the base branch from v1.6.0 to release January 23, 2021 12:38
@UnderDogg
Copy link
Contributor

Thank you for the pull-request. Since it's towards a different version (I changed the base-branch to release), the composer.json, package.json are out of whack. Needs a little review, before we can merge

@ririko5834
Copy link

This is useful feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet