Giter VIP home page Giter VIP logo

siwapp-ror's Introduction

Siwapp

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Or you can use docker:

docker compose build
docker compose run --rm siwapp mix setup   # execute only the first time
docker compose up

Now you can visit localhost:4010 from your browser.

To create a new user you can use mix siwapp.register <[email protected]> <your password> or using docker docker compose run --rm siwapp mix siwapp.register <[email protected]> <your password>.

Ready to run in production? Please check our deployment guides.

API

Siwapp has a graphQL API.

You can browse the api docs here.

siwapp-ror's People

Contributors

abraham-doofinder avatar agutierrezrodriguez avatar arpsara avatar atcruice avatar avra911 avatar carlosescri avatar dependabot[bot] avatar ecoslado avatar goravbhootra avatar itsaboutcode avatar javiquiros avatar jbonet-df avatar jcalado avatar joez99 avatar knittingdev avatar mdogo avatar mingoarte avatar mothxs avatar mrroot5 avatar mwallba avatar peillis avatar rauldoofinder avatar resetreboot avatar serguitus avatar sonic182 avatar trickstar13 avatar yameguun avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

siwapp-ror's Issues

Exportfunction

Hi,

would be a great feature to have some kind of export function. Something like "amount earnt in year", "customers", "customers with open / payed invoices", ... (selfdesigned export)

Invoices list TODOS

From TODOS in invoices list:

  • Search by item description in the with_terms scope
  • Use a pretty selector for date range search. Create a partial to reuse it.
  • Try to use Arel instead of SQL conditions (evaluate benefits)
  • If there are advanced filters in the URL, display the advanced filters section when page is loaded.

mess with tags

I don't know who is working on that but there are 4 tables now: tag, tagging, taggings, tags.

Fix properties table structure: use the same in all places

In lib/tasks/migration.rake:

client.query("ALTER TABLE property DROP PRIMARY KEY")
client.query("ALTER TABLE property CHANGE `keey` `key` VARCHAR(255) NOT NULL")
client.query("ALTER TABLE property ADD id INT NOT NULL PRIMARY KEY AUTO_INCREMENT")
client.query("ALTER TABLE property CHANGE value value TEXT")

(we are adding an id as PK).

In schema.rb:

create_table "properties", primary_key: "keey", force: :cascade do |t|
  t.text "value", limit: 65535
end

(keey is the PK).

basic validations in models

Think which validations should be implemented in the model ("tax value to be numeric always" and the like)

Dashboard: generation of totals

Should not be done as in v1 version!!! (in login page a very high-cost query is done to generate invoices).

Suggestions:

  • Some kind of cron that executes a rake task for that?
  • Ask in Dashboard, if user confirms invoices generation, open a new small window and generate invoices in chunks controlled via AJAX. If user closes that window, pending recurring invoices will be notified again in Dashboard.
  • A version of the previous one: Add a section in the UI that notifies that there are pending invoices to be generated. That section is a partial displayed in all pages. When the user starts the process, that section contains the status of the process and controls it, performing new AJAX calls to generate invoices until all of them have been generated.
  • ...

Seems a bit complicated but the way it's currently done is very high-cost (I'd added an index and increased memory in one of our servers, not everybody has this possibility).

More research needed, of course.

Installation, internal server error

Hello,

I can't install siwapp either in localhost or remote server.

In remote case the error is the following:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Can I use file .zip from github or another release to fix this problem? The siwapp official release is dated 2012 (version 0_4_1 beta).

I followed all the installation settings yet (write permissions, root and web directory , etc. ).

Thank you!

basic models testing

  • test that model's validation works
  • test that default functional tests keep working after validation has been introduced

What is the difference between siwapp and siwapp-sf1

Hello,
I just come to discover siwapp, I want to try it but I don't understand what's the difference between all the siwapp apps.
Is sf2 died ?
Are siwapp-sf and siwapp the exact same app with different implementation ? Or is there some different functionnality ?

Update received payments in Invoice

Currently, if we add payment received - then it shows correctly on overview.
However, the added payments should also reflect on Edit Invoice screen & for printing an updated invoice.

The received payments should have a row under Discounts - before calculating the latest 'due' payment cell at the bottom.

Should be on priority. :)

Thanks

Workaround for troublesome import

Hi Guys

Siwapp rocks in simplicity. Thanks.

One issue which is a bain is exporting and importing database files. Have had to do this on more than one occasion, migrating to a new server over the years, and import always fails irrespective of Os.

Isn't there an easier way to migrate data?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.