aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix(sitemap): fix the incoices typomihna1232026-06-09
|
* feat: add robots.txt filemihna1232026-06-09
|
* feat: add a sitemapmihna1232026-06-09
|
* feat: remove the footer as all the info is in the help page alreadymihna1232026-06-09
|
* feat(blogs): force blogs to be staticly renderedmihna1232026-06-08
|
* feat: remove the unused import in the help pagemihna1232026-06-08
|
* docs(blogs): change the sorting from the latest blogmihna1232026-06-08
|
* docs(blogs): add the first blog about invoice generating alternativesmihna1232026-06-08
|
* feat(blogs): add some marin to the bottom of the blog sectionmihna1232026-06-08
|
* chore: bump the minor versionv0.4.0mihna1232026-06-08
|
* feat(help): use the .link helper for links in the help pagemihna1232026-06-08
|
* feat(blogs): implement blogging functionalitymihna1232026-06-08
| | | | - Implement static blog generation from markdown files
* chore: remove some autogenerated files I forgot to delete before commitingmihna1232026-06-06
|
* feat: update the layout and add more pagesmihna1232026-06-06
| | | | | | - Add a proper header to the layout - Add a help page with instructions how to generate an invoice - Add an empty blog page that will eventually be filled with blogs
* Revert "feat: add google analytics script"mihna1232026-06-03
| | | | This reverts commit 728fb96a78b7808a87e52cbc2f4bb0cbfb4f0f74.
* Revert "chore: bump the minor"mihna1232026-06-03
| | | | This reverts commit e7b50defa8b86a05c1db4aee742ebe0959619165.
* chore: bump the minormihna1232026-06-03
|
* feat: add google analytics scriptmihna1232026-06-03
|
* chore: bump the minor versionv0.3.0mihna1232026-06-02
|
* feat: add footer and contact infomihna1232026-06-02
|
* feat: make content centeredmihna1232026-06-02
|
* chore: bump up the minorv0.2.0mihna1232026-06-02
|
* refactor: separate init from deploy ansible playbooksmihna1232026-06-02
|
* chore: bump the patch versionmihna1232026-06-02
|
* feat(generate): update font and header padding to match itmihna1232026-06-02
|
* feat: add ansible script for deploymentsv0.1.0mihna1232026-05-25
|
* feat: add .nvmrcmihna1232026-05-24
|
* feat: make build standalonemihna1232026-05-24
|
* feat: new favicon and titlemihna1232026-05-24
|
* feat: add receipt emoji to the titlemihna1232026-05-24
|
* style(generate): add some bold fonts and thicker linesmihna1232026-05-24
|
* feat(generate): add a separator before total for nicer stylemihna1232026-05-24
|
* feat: add notes and terms to invoice form and generatormihna1232026-05-24
|
* feat: update invoice model with minimum rate and amount for line itemsmihna1232026-05-24
|
* fix(generate): handle case when line item has no descriptionmihna1232026-05-24
|
* style: use single quotes everywheremihna1232026-05-24
|
* fix(generate): Replace subtotal with total (more accurate)mihna1232026-05-24
|
* fix(generate): handle case when no po number is providedmihna1232026-05-24
|
* chore: install newer next version to mitigate warningsmihna1232026-05-24
|
* Add currency to rate in generated pdfmihailo.vojinovic2026-02-13
|
* Remove the unused react importmihailo.vojinovic2026-02-13
|
* Add subtotal to generated pdfmihailo.vojinovic2026-02-13
|
* Show currency correctlymihailo.vojinovic2026-02-13
|
* Fix table rows pdf generationmihailo.vojinovic2026-02-13
|
* Update generate to draw items and datamihailo.vojinovic2026-02-12
|
* Make download button download an invoicemihailo.vojinovic2026-02-11
|
* Add generate invlice server actionmihailo.vojinovic2026-02-11
|
* Install pdfkitmihailo.vojinovic2026-02-11
|
* Add some small screen handlingmihailo.vojinovic2026-02-11
|
* Add a submit handler for bebuggingmihailo.vojinovic2026-02-11
|